Color: #7173F9

#7173F9 Color Information

#7173F9 is a light color. The closest websafe version is #7173F9. A complement of this color would be #F9F771, perceived brightness is 0.51, and the grayscale version is #B5B5B5.

In the HSL color space, this color has a hue angle of 239°,a saturation of 92%, and a lightness of 71%.The HSV representation shows a hue of 239°, a saturation of 55%, and a value of 98%.

In a RGB color space, #7173F9 is composed of 44% red, 45% green and 98% blue. Whereas in a CMYK color space, it is composed of 55% cyan, 54% magenta, 0% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 21.71, x: 0.2307, and y: 0.1830.

Color Code #7173F9

#7173F9rgb(113, 115, 249)
HEX
#7173F9
RGB
rgb(113, 115, 249)
HSL
hsl(239, 92%, 71%)
HSV
hsv(239, 55%, 98%)
CMYK
55%, 54%, 0%, 2%
XYZ
X: 27.36, Y: 21.71, Z: 69.55
Lab
L: 53.71, a: 28.05, b: -68.72
Name

Shades of Color #7173F9

Shades are created by darkening the original color #7173F9 in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #7173F9

Tints are created by lightening the original color #7173F9 in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#7173F9rgb(113, 115, 249)

About #7173F9 Color Code

In the HSL color space, this color has a hue angle of 239°, a saturation of 92%, and a lightness of 71%. The HSV representation shows a hue of 239°, a saturation of 55%, and a value of 98%.

  • HEX: #7173F9
  • RGB: rgb(113, 115, 249)
  • HSL: hsl(239, 92%, 71%)
  • HSV: hsv(239, 55%, 98%)
  • CMYK: 55.00% cyan, 54.00% magenta, 0.00% yellow, 2.00% black
  • XYZ: 27.36, 21.71, 69.55
  • Yxy: 21.71, 0.2307, 0.1830
  • Hunter Lab: 53.71, 28.05, -68.72
  • CIE-Lab: 53.71, 28.05, -68.72

In the XYZ color space, this color is represented as X: 27.36, Y: 21.71, Z: 69.55. The Yxy representation further refines this as Y: 21.71, x: 0.2307, and y: 0.1830.

In the Hunter Lab color space, this color is represented as L: 53.71, a: 28.05, and b: -68.72. Similarly, in the CIE-Lab color space, it is represented as L: 53.71, a: 28.05, and b: -68.72.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #7173F9

Triadic colors are three colors evenly spaced around the color wheel, including #7173F9. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #7173F9

Analogous colors are adjacent to #7173F9 on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #7173F9

Split complementary colors are two colors adjacent to the complementary color of #7173F9. They create a balanced and visually appealing color scheme.

Tetradic Colors of #7173F9

Tetradic colors form a rectangle on the color wheel, including #7173F9. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #7173F9

Monochromatic colors are variations of #7173F9, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #7173F9

The complementary color of #7173F9 is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #7173F9

/* Using HEX */
body {
  background-color: #7173f9;
}
/* Using RGB */
body {
  background-color: rgb(113, 115, 249);
}
/* Using RGB with opacity */
body {
  background-color: rgba(113, 115, 249, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(239, 92%, 71%);
}
/* Text color */
p {
  color: #7173f9;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #7173f9;
}
/* Border color */
.box {
  border: 4px solid #7173f9;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #7173f9;
}
Text Shadow Preview
/* Background with text */
div {
  background: #7173f9;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#7173F9
On Black Background
#7173F9
On White Background
#7173F9

HTML Examples of #7173F9

<!-- Using HEX -->
<div style="background-color: #7173f9; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(113, 115, 249); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(113, 115, 249, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(239, 92%, 71%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #7173f9;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #7173f9; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #7173f9; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #7173f9;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #7173f9; color: #fff; padding: 16px; border-radius: 8px;">
  #7173F9
</div>
#7173F9
On Black Background
#7173F9
On White Background
#7173F9

Related Colors of #7173F9

These colors are similar to #7173F9, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.