Shades of Purple Heart #781FC7
Tints of Purple Heart #781FC7
RGB
CMYK
RGB Variations
Color information
#781FC7 (or 0x781FC7) is known color: Purple Heart. HEX triplet: 78, 1F and C7. RGB value is (120,31,199). Sum of RGB (Red+Green+Blue) = 120+31+199=350 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.29% from 350); Green value is 31 (12.5% from 255 or 8.86% from 350); Blue value is 199 (78.12% from 255 or 56.86% from 350); Max value from RGB is 199 - color contains mainly: blue. Hex color #781FC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781FC7 is #87E038. Grayscale: #4C4C4C. Windows color (decimal): -8904761 or 13049720. OLE color: 13049720.
HSL color Cylindrical-coordinate representation of color #781FC7: hue angle of 271.79º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #781FC7 is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 120 | 31 | 199 | - |
| CMYK | 0.40 | 0.84 | 0 | 0.22 |
| HSL | 271.79º | 0.73% | 0.45% | - |
| HSV(B) | 271.79º | 0.84% | 0.78% | - |
| XYZ | 18.54 | 9.1 | 54.81 | - |
| YUV | 76.76 | 196.99 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 31 | 199 | 0.40 | 0.84 | 0 | 0.22 | 271.79 | 0.73 | 0.45 |
| Hex | 78 | 1F | C7 | 28 | 54 | 0 | 16 | 110 | 49 | 2D |
| Octal | 170 | 37 | 307 | 50 | 124 | 0 | 26 | 420 | 111 | 55 |
| Binary | 1111000 | 11111 | 11000111 | 101000 | 1010100 | 0 | 10110 | 100010000 | 1001001 | 101101 |
Color Harmonies of #781FC7
Complementary color
Monochromatic Colors of #781FC7
Black with #781FC7
Text Example
Text Example
White with #781FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781FC7; }
p { color: rgb(120,31,199); }
H1.HeaderClassName
{
color: #781FC7;
}
.AnyTagClassName
{
color: #781FC7;
}
</style>
background-color css
<style>
a { background-color: #781FC7; }
a { background-color: rgb(120,31,199); }
div.DivClassName
{
background-color: #781FC7;
}
.BgClassName
{
background-color: #781FC7;
}
</style>
border-color css
<style>
span { border-color: #781FC7; }
span { border-color: rgb(120,31,199); }
td.TdClassName
{
border-color: #781FC7;
}
.TagClassName
{
border-color: #781FC7;
}
</style>