Shades of Purple Heart #780EAC
Tints of Purple Heart #780EAC
RGB
CMYK
RGB Variations
Color information
#780EAC (or 0x780EAC) is known color: Purple Heart. HEX triplet: 78, 0E and AC. RGB value is (120,14,172). Sum of RGB (Red+Green+Blue) = 120+14+172=306 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.22% from 306); Green value is 14 (5.86% from 255 or 4.58% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #780EAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780EAC is #87F153. Grayscale: #3F3F3F. Windows color (decimal): -8909140 or 11275896. OLE color: 11275896.
HSL color Cylindrical-coordinate representation of color #780EAC: hue angle of 280.25º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #780EAC is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 14 | 172 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.33 |
| HSL | 280.25º | 0.85% | 0.36% | - |
| HSV(B) | 280.25º | 0.92% | 0.67% | - |
| XYZ | 15.35 | 7.29 | 39.63 | - |
| YUV | 63.71 | 189.12 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 14 | 172 | 0.30 | 0.92 | 0 | 0.33 | 280.25 | 0.85 | 0.36 |
| Hex | 78 | E | AC | 1E | 5C | 0 | 21 | 118 | 55 | 24 |
| Octal | 170 | 16 | 254 | 36 | 134 | 0 | 41 | 430 | 125 | 44 |
| Binary | 1111000 | 1110 | 10101100 | 11110 | 1011100 | 0 | 100001 | 100011000 | 1010101 | 100100 |
Color Harmonies of #780EAC
Complementary color
Monochromatic Colors of #780EAC
Black with #780EAC
Text Example
Text Example
White with #780EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780EAC; }
p { color: rgb(120,14,172); }
H1.HeaderClassName
{
color: #780EAC;
}
.AnyTagClassName
{
color: #780EAC;
}
</style>
background-color css
<style>
a { background-color: #780EAC; }
a { background-color: rgb(120,14,172); }
div.DivClassName
{
background-color: #780EAC;
}
.BgClassName
{
background-color: #780EAC;
}
</style>
border-color css
<style>
span { border-color: #780EAC; }
span { border-color: rgb(120,14,172); }
td.TdClassName
{
border-color: #780EAC;
}
.TagClassName
{
border-color: #780EAC;
}
</style>