Shades of Purple Heart #781FCE
Tints of Purple Heart #781FCE
RGB
CMYK
RGB Variations
Color information
#781FCE (or 0x781FCE) is known color: Purple Heart. HEX triplet: 78, 1F and CE. RGB value is (120,31,206). Sum of RGB (Red+Green+Blue) = 120+31+206=357 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.61% from 357); Green value is 31 (12.5% from 255 or 8.68% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #781FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781FCE is #87E031. Grayscale: #4C4C4C. Windows color (decimal): -8904754 or 13508472. OLE color: 13508472.
HSL color Cylindrical-coordinate representation of color #781FCE: hue angle of 270.51º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #781FCE is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 31 | 206 | - |
| CMYK | 0.42 | 0.85 | 0 | 0.19 |
| HSL | 270.51º | 0.74% | 0.46% | - |
| HSV(B) | 270.51º | 0.85% | 0.81% | - |
| XYZ | 19.38 | 9.43 | 59.19 | - |
| YUV | 77.56 | 200.49 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 31 | 206 | 0.42 | 0.85 | 0 | 0.19 | 270.51 | 0.74 | 0.46 |
| Hex | 78 | 1F | CE | 2A | 55 | 0 | 13 | 10F | 4A | 2E |
| Octal | 170 | 37 | 316 | 52 | 125 | 0 | 23 | 417 | 112 | 56 |
| Binary | 1111000 | 11111 | 11001110 | 101010 | 1010101 | 0 | 10011 | 100001111 | 1001010 | 101110 |
Color Harmonies of #781FCE
Complementary color
Monochromatic Colors of #781FCE
Black with #781FCE
Text Example
Text Example
White with #781FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781FCE; }
p { color: rgb(120,31,206); }
H1.HeaderClassName
{
color: #781FCE;
}
.AnyTagClassName
{
color: #781FCE;
}
</style>
background-color css
<style>
a { background-color: #781FCE; }
a { background-color: rgb(120,31,206); }
div.DivClassName
{
background-color: #781FCE;
}
.BgClassName
{
background-color: #781FCE;
}
</style>
border-color css
<style>
span { border-color: #781FCE; }
span { border-color: rgb(120,31,206); }
td.TdClassName
{
border-color: #781FCE;
}
.TagClassName
{
border-color: #781FCE;
}
</style>