Shades of Purple Heart #781FC8
Tints of Purple Heart #781FC8
RGB
CMYK
RGB Variations
Color information
#781FC8 (or 0x781FC8) is known color: Purple Heart. HEX triplet: 78, 1F and C8. RGB value is (120,31,200). Sum of RGB (Red+Green+Blue) = 120+31+200=351 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.19% from 351); Green value is 31 (12.5% from 255 or 8.83% from 351); Blue value is 200 (78.52% from 255 or 56.98% from 351); Max value from RGB is 200 - color contains mainly: blue. Hex color #781FC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781FC8 is #87E037. Grayscale: #4C4C4C. Windows color (decimal): -8904760 or 13115256. OLE color: 13115256.
HSL color Cylindrical-coordinate representation of color #781FC8: hue angle of 271.6º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #781FC8 is Cyan = 0.4, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 120 | 31 | 200 | - |
| CMYK | 0.4 | 0.84 | 0 | 0.22 |
| HSL | 271.6º | 0.73% | 0.45% | - |
| HSV(B) | 271.6º | 0.85% | 0.78% | - |
| XYZ | 18.66 | 9.14 | 55.42 | - |
| YUV | 76.88 | 197.49 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 31 | 200 | 0.4 | 0.84 | 0 | 0.22 | 271.6 | 0.73 | 0.45 |
| Hex | 78 | 1F | C8 | 28 | 54 | 0 | 16 | 110 | 49 | 2D |
| Octal | 170 | 37 | 310 | 50 | 124 | 0 | 26 | 420 | 111 | 55 |
| Binary | 1111000 | 11111 | 11001000 | 101000 | 1010100 | 0 | 10110 | 100010000 | 1001001 | 101101 |
Color Harmonies of #781FC8
Complementary color
Monochromatic Colors of #781FC8
Black with #781FC8
Text Example
Text Example
White with #781FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781FC8; }
p { color: rgb(120,31,200); }
H1.HeaderClassName
{
color: #781FC8;
}
.AnyTagClassName
{
color: #781FC8;
}
</style>
background-color css
<style>
a { background-color: #781FC8; }
a { background-color: rgb(120,31,200); }
div.DivClassName
{
background-color: #781FC8;
}
.BgClassName
{
background-color: #781FC8;
}
</style>
border-color css
<style>
span { border-color: #781FC8; }
span { border-color: rgb(120,31,200); }
td.TdClassName
{
border-color: #781FC8;
}
.TagClassName
{
border-color: #781FC8;
}
</style>