Shades of Purple Heart #771ACD
Tints of Purple Heart #771ACD
RGB
CMYK
RGB Variations
Color information
#771ACD (or 0x771ACD) is known color: Purple Heart. HEX triplet: 77, 1A and CD. RGB value is (119,26,205). Sum of RGB (Red+Green+Blue) = 119+26+205=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 26 (10.55% from 255 or 7.43% from 350); Blue value is 205 (80.47% from 255 or 58.57% from 350); Max value from RGB is 205 - color contains mainly: blue. Hex color #771ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771ACD is #88E532. Grayscale: #494949. Windows color (decimal): -8971571 or 13441655. OLE color: 13441655.
HSL color Cylindrical-coordinate representation of color #771ACD: hue angle of 271.17º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #771ACD is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 26 | 205 | - |
| CMYK | 0.42 | 0.87 | 0 | 0.20 |
| HSL | 271.17º | 0.77% | 0.45% | - |
| HSV(B) | 271.17º | 0.87% | 0.8% | - |
| XYZ | 19 | 9.07 | 58.51 | - |
| YUV | 74.21 | 201.81 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 26 | 205 | 0.42 | 0.87 | 0 | 0.20 | 271.17 | 0.77 | 0.45 |
| Hex | 77 | 1A | CD | 2A | 57 | 0 | 14 | 10F | 4D | 2D |
| Octal | 167 | 32 | 315 | 52 | 127 | 0 | 24 | 417 | 115 | 55 |
| Binary | 1110111 | 11010 | 11001101 | 101010 | 1010111 | 0 | 10100 | 100001111 | 1001101 | 101101 |
Color Harmonies of #771ACD
Complementary color
Monochromatic Colors of #771ACD
Black with #771ACD
Text Example
Text Example
White with #771ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771ACD; }
p { color: rgb(119,26,205); }
H1.HeaderClassName
{
color: #771ACD;
}
.AnyTagClassName
{
color: #771ACD;
}
</style>
background-color css
<style>
a { background-color: #771ACD; }
a { background-color: rgb(119,26,205); }
div.DivClassName
{
background-color: #771ACD;
}
.BgClassName
{
background-color: #771ACD;
}
</style>
border-color css
<style>
span { border-color: #771ACD; }
span { border-color: rgb(119,26,205); }
td.TdClassName
{
border-color: #771ACD;
}
.TagClassName
{
border-color: #771ACD;
}
</style>