Shades of Purple Heart #771DCB
Tints of Purple Heart #771DCB
RGB
CMYK
RGB Variations
Color information
#771DCB (or 0x771DCB) is known color: Purple Heart. HEX triplet: 77, 1D and CB. RGB value is (119,29,203). Sum of RGB (Red+Green+Blue) = 119+29+203=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 29 (11.72% from 255 or 8.26% from 351); Blue value is 203 (79.69% from 255 or 57.83% from 351); Max value from RGB is 203 - color contains mainly: blue. Hex color #771DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771DCB is #88E234. Grayscale: #4B4B4B. Windows color (decimal): -8970805 or 13311351. OLE color: 13311351.
HSL color Cylindrical-coordinate representation of color #771DCB: hue angle of 271.03º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #771DCB is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 29 | 203 | - |
| CMYK | 0.41 | 0.86 | 0 | 0.20 |
| HSL | 271.03º | 0.75% | 0.45% | - |
| HSV(B) | 271.03º | 0.86% | 0.8% | - |
| XYZ | 18.83 | 9.11 | 57.27 | - |
| YUV | 75.75 | 199.82 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 29 | 203 | 0.41 | 0.86 | 0 | 0.20 | 271.03 | 0.75 | 0.45 |
| Hex | 77 | 1D | CB | 29 | 56 | 0 | 14 | 10F | 4B | 2D |
| Octal | 167 | 35 | 313 | 51 | 126 | 0 | 24 | 417 | 113 | 55 |
| Binary | 1110111 | 11101 | 11001011 | 101001 | 1010110 | 0 | 10100 | 100001111 | 1001011 | 101101 |
Color Harmonies of #771DCB
Complementary color
Monochromatic Colors of #771DCB
Black with #771DCB
Text Example
Text Example
White with #771DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771DCB; }
p { color: rgb(119,29,203); }
H1.HeaderClassName
{
color: #771DCB;
}
.AnyTagClassName
{
color: #771DCB;
}
</style>
background-color css
<style>
a { background-color: #771DCB; }
a { background-color: rgb(119,29,203); }
div.DivClassName
{
background-color: #771DCB;
}
.BgClassName
{
background-color: #771DCB;
}
</style>
border-color css
<style>
span { border-color: #771DCB; }
span { border-color: rgb(119,29,203); }
td.TdClassName
{
border-color: #771DCB;
}
.TagClassName
{
border-color: #771DCB;
}
</style>