Color: #774291

#774291 Color Information

#774291 is a dark color. The closest websafe version is #774291. A complement of this color would be #5C8F42, perceived brightness is 0.36, and the grayscale version is #6A6A6A.

In the HSL color space, this color has a hue angle of 280°,a saturation of 37%, and a lightness of 41%.The HSV representation shows a hue of 280°, a saturation of 100%, and a value of 100%.

In a RGB color space, #774291 is composed of 47% red, 26% green and 57% blue. Whereas in a CMYK color space, it is composed of 18% cyan, 54% magenta, 0% yellow and 43% black.

In the Yxy color space, this color is represented as Y: 9.73, x: 0.3158, and y: 0.2166.

Color Code #774291

HEX
#774291
RGB
rgb(119, 66, 145)
HSL
hsl(280, 37%, 41%)
HSV
hsv(280, 54%, 57%)
CMYK
18%, 54%, 0%, 43%
XYZ
X: 14.19, Y: 9.73, Z: 21.01
Lab
L: 37.35, a: 34.06, b: -34.78
Name

Shades of Color #774291

Shades are created by darkening the original color #774291 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 #774291

Tints are created by lightening the original color #774291 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.

About #774291 Color Code

In the HSL color space, this color has a hue angle of 280°, a saturation of 37%, and a lightness of 41%. The HSV representation shows a hue of 280°, a saturation of 54%, and a value of 57%.

  • HEX: #774291
  • RGB: rgb(119, 66, 145)
  • HSL: hsl(280, 37%, 41%)
  • HSV: hsv(280, 54%, 57%)
  • CMYK: 18.00% cyan, 54.00% magenta, 0.00% yellow, 43.00% black
  • XYZ: 14.19, 9.73, 21.01
  • Yxy: 9.73, 0.3158, 0.2166
  • Hunter Lab: 37.35, 34.06, -34.78
  • CIE-Lab: 37.35, 34.06, -34.78

In the XYZ color space, this color is represented as X: 14.19, Y: 9.73, Z: 21.01. The Yxy representation further refines this as Y: 9.73, x: 0.3158, and y: 0.2166.

In the Hunter Lab color space, this color is represented as L: 37.35, a: 34.06, and b: -34.78. Similarly, in the CIE-Lab color space, it is represented as L: 37.35, a: 34.06, and b: -34.78.

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 #774291

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

Analogous Colors of #774291

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

Monochromatic Colors of #774291

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

Complementary Color of #774291

The complementary color of #774291 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 #774291

/* Using HEX */
body {
  background-color: #774291;
}
/* Using RGB */
body {
  background-color: rgb(119, 66, 145);
}
/* Using RGB with opacity */
body {
  background-color: rgba(119, 66, 145, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(280, 37%, 41%);
}
/* Text color */
p {
  color: #774291;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #774291;
}

HTML Examples of #774291

<!-- Using HEX -->
<div style="background-color: #774291; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(119, 66, 145); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(119, 66, 145, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(280, 37%, 41%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #774291;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #774291; width: 100px; height: 100px;"></div>

Related Colors of #774291

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