Shades of Purple Heart #781CCA
Tints of Purple Heart #781CCA
RGB
CMYK
RGB Variations
Color information
#781CCA (or 0x781CCA) is known color: Purple Heart. HEX triplet: 78, 1C and CA. RGB value is (120,28,202). Sum of RGB (Red+Green+Blue) = 120+28+202=350 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.29% from 350); Green value is 28 (11.33% from 255 or 8% from 350); Blue value is 202 (79.30% from 255 or 57.71% from 350); Max value from RGB is 202 - color contains mainly: blue. Hex color #781CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781CCA is #87E335. Grayscale: #4A4A4A. Windows color (decimal): -8905526 or 13245560. OLE color: 13245560.
HSL color Cylindrical-coordinate representation of color #781CCA: hue angle of 271.72º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #781CCA is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 120 | 28 | 202 | - |
| CMYK | 0.41 | 0.86 | 0 | 0.21 |
| HSL | 271.72º | 0.76% | 0.45% | - |
| HSV(B) | 271.72º | 0.86% | 0.79% | - |
| XYZ | 18.82 | 9.09 | 56.64 | - |
| YUV | 75.34 | 199.48 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 28 | 202 | 0.41 | 0.86 | 0 | 0.21 | 271.72 | 0.76 | 0.45 |
| Hex | 78 | 1C | CA | 29 | 56 | 0 | 15 | 110 | 4C | 2D |
| Octal | 170 | 34 | 312 | 51 | 126 | 0 | 25 | 420 | 114 | 55 |
| Binary | 1111000 | 11100 | 11001010 | 101001 | 1010110 | 0 | 10101 | 100010000 | 1001100 | 101101 |
Color Harmonies of #781CCA
Complementary color
Monochromatic Colors of #781CCA
Black with #781CCA
Text Example
Text Example
White with #781CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781CCA; }
p { color: rgb(120,28,202); }
H1.HeaderClassName
{
color: #781CCA;
}
.AnyTagClassName
{
color: #781CCA;
}
</style>
background-color css
<style>
a { background-color: #781CCA; }
a { background-color: rgb(120,28,202); }
div.DivClassName
{
background-color: #781CCA;
}
.BgClassName
{
background-color: #781CCA;
}
</style>
border-color css
<style>
span { border-color: #781CCA; }
span { border-color: rgb(120,28,202); }
td.TdClassName
{
border-color: #781CCA;
}
.TagClassName
{
border-color: #781CCA;
}
</style>