Shades of Purple Heart #781EC7
Tints of Purple Heart #781EC7
RGB
CMYK
RGB Variations
Color information
#781EC7 (or 0x781EC7) is known color: Purple Heart. HEX triplet: 78, 1E and C7. RGB value is (120,30,199). Sum of RGB (Red+Green+Blue) = 120+30+199=349 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.38% from 349); Green value is 30 (12.11% from 255 or 8.60% from 349); Blue value is 199 (78.12% from 255 or 57.02% from 349); Max value from RGB is 199 - color contains mainly: blue. Hex color #781EC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781EC7 is #87E138. Grayscale: #4B4B4B. Windows color (decimal): -8905017 or 13049464. OLE color: 13049464.
HSL color Cylindrical-coordinate representation of color #781EC7: hue angle of 271.95º degrees, saturation: 0.74, 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 #781EC7 is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 120 | 30 | 199 | - |
| CMYK | 0.40 | 0.85 | 0 | 0.22 |
| HSL | 271.95º | 0.74% | 0.45% | - |
| HSV(B) | 271.95º | 0.85% | 0.78% | - |
| XYZ | 18.52 | 9.05 | 54.8 | - |
| YUV | 76.18 | 197.32 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 30 | 199 | 0.40 | 0.85 | 0 | 0.22 | 271.95 | 0.74 | 0.45 |
| Hex | 78 | 1E | C7 | 28 | 55 | 0 | 16 | 110 | 4A | 2D |
| Octal | 170 | 36 | 307 | 50 | 125 | 0 | 26 | 420 | 112 | 55 |
| Binary | 1111000 | 11110 | 11000111 | 101000 | 1010101 | 0 | 10110 | 100010000 | 1001010 | 101101 |
Color Harmonies of #781EC7
Complementary color
Monochromatic Colors of #781EC7
Black with #781EC7
Text Example
Text Example
White with #781EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781EC7; }
p { color: rgb(120,30,199); }
H1.HeaderClassName
{
color: #781EC7;
}
.AnyTagClassName
{
color: #781EC7;
}
</style>
background-color css
<style>
a { background-color: #781EC7; }
a { background-color: rgb(120,30,199); }
div.DivClassName
{
background-color: #781EC7;
}
.BgClassName
{
background-color: #781EC7;
}
</style>
border-color css
<style>
span { border-color: #781EC7; }
span { border-color: rgb(120,30,199); }
td.TdClassName
{
border-color: #781EC7;
}
.TagClassName
{
border-color: #781EC7;
}
</style>