Shades of Purple Heart #771DCC
Tints of Purple Heart #771DCC
RGB
CMYK
RGB Variations
Color information
#771DCC (or 0x771DCC) is known color: Purple Heart. HEX triplet: 77, 1D and CC. RGB value is (119,29,204). Sum of RGB (Red+Green+Blue) = 119+29+204=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 29 (11.72% from 255 or 8.24% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #771DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771DCC is #88E233. Grayscale: #4B4B4B. Windows color (decimal): -8970804 or 13376887. OLE color: 13376887.
HSL color Cylindrical-coordinate representation of color #771DCC: hue angle of 270.86º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #771DCC is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 29 | 204 | - |
| CMYK | 0.42 | 0.86 | 0 | 0.2 |
| HSL | 270.86º | 0.75% | 0.46% | - |
| HSV(B) | 270.86º | 0.86% | 0.8% | - |
| XYZ | 18.95 | 9.16 | 57.9 | - |
| YUV | 75.86 | 200.32 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 29 | 204 | 0.42 | 0.86 | 0 | 0.2 | 270.86 | 0.75 | 0.46 |
| Hex | 77 | 1D | CC | 2A | 56 | 0 | 14 | 10F | 4B | 2E |
| Octal | 167 | 35 | 314 | 52 | 126 | 0 | 24 | 417 | 113 | 56 |
| Binary | 1110111 | 11101 | 11001100 | 101010 | 1010110 | 0 | 10100 | 100001111 | 1001011 | 101110 |
Color Harmonies of #771DCC
Complementary color
Monochromatic Colors of #771DCC
Black with #771DCC
Text Example
Text Example
White with #771DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771DCC; }
p { color: rgb(119,29,204); }
H1.HeaderClassName
{
color: #771DCC;
}
.AnyTagClassName
{
color: #771DCC;
}
</style>
background-color css
<style>
a { background-color: #771DCC; }
a { background-color: rgb(119,29,204); }
div.DivClassName
{
background-color: #771DCC;
}
.BgClassName
{
background-color: #771DCC;
}
</style>
border-color css
<style>
span { border-color: #771DCC; }
span { border-color: rgb(119,29,204); }
td.TdClassName
{
border-color: #771DCC;
}
.TagClassName
{
border-color: #771DCC;
}
</style>