Shades of Purple Heart #781CCC
Tints of Purple Heart #781CCC
RGB
CMYK
RGB Variations
Color information
#781CCC (or 0x781CCC) is known color: Purple Heart. HEX triplet: 78, 1C and CC. RGB value is (120,28,204). Sum of RGB (Red+Green+Blue) = 120+28+204=352 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.09% from 352); Green value is 28 (11.33% from 255 or 7.95% 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 #781CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781CCC is #87E333. Grayscale: #4A4A4A. Windows color (decimal): -8905524 or 13376632. OLE color: 13376632.
HSL color Cylindrical-coordinate representation of color #781CCC: hue angle of 271.36º degrees, saturation: 0.76, 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 #781CCC is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 120 | 28 | 204 | - |
| CMYK | 0.41 | 0.86 | 0 | 0.2 |
| HSL | 271.36º | 0.76% | 0.45% | - |
| HSV(B) | 271.36º | 0.86% | 0.8% | - |
| XYZ | 19.06 | 9.18 | 57.89 | - |
| YUV | 75.57 | 200.48 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 28 | 204 | 0.41 | 0.86 | 0 | 0.2 | 271.36 | 0.76 | 0.45 |
| Hex | 78 | 1C | CC | 29 | 56 | 0 | 14 | 10F | 4C | 2D |
| Octal | 170 | 34 | 314 | 51 | 126 | 0 | 24 | 417 | 114 | 55 |
| Binary | 1111000 | 11100 | 11001100 | 101001 | 1010110 | 0 | 10100 | 100001111 | 1001100 | 101101 |
Color Harmonies of #781CCC
Complementary color
Monochromatic Colors of #781CCC
Black with #781CCC
Text Example
Text Example
White with #781CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781CCC; }
p { color: rgb(120,28,204); }
H1.HeaderClassName
{
color: #781CCC;
}
.AnyTagClassName
{
color: #781CCC;
}
</style>
background-color css
<style>
a { background-color: #781CCC; }
a { background-color: rgb(120,28,204); }
div.DivClassName
{
background-color: #781CCC;
}
.BgClassName
{
background-color: #781CCC;
}
</style>
border-color css
<style>
span { border-color: #781CCC; }
span { border-color: rgb(120,28,204); }
td.TdClassName
{
border-color: #781CCC;
}
.TagClassName
{
border-color: #781CCC;
}
</style>