Shades of Purple Heart #780FAE
Tints of Purple Heart #780FAE
RGB
CMYK
RGB Variations
Color information
#780FAE (or 0x780FAE) is known color: Purple Heart. HEX triplet: 78, 0F and AE. RGB value is (120,15,174). Sum of RGB (Red+Green+Blue) = 120+15+174=309 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.83% from 309); Green value is 15 (6.25% from 255 or 4.85% from 309); Blue value is 174 (68.36% from 255 or 56.31% from 309); Max value from RGB is 174 - color contains mainly: blue. Hex color #780FAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780FAE is #87F051. Grayscale: #3F3F3F. Windows color (decimal): -8908882 or 11407224. OLE color: 11407224.
HSL color Cylindrical-coordinate representation of color #780FAE: hue angle of 279.62º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #780FAE is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 120 | 15 | 174 | - |
| CMYK | 0.31 | 0.91 | 0 | 0.32 |
| HSL | 279.62º | 0.84% | 0.37% | - |
| HSV(B) | 279.62º | 0.91% | 0.68% | - |
| XYZ | 15.56 | 7.39 | 40.65 | - |
| YUV | 64.52 | 189.79 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 15 | 174 | 0.31 | 0.91 | 0 | 0.32 | 279.62 | 0.84 | 0.37 |
| Hex | 78 | F | AE | 1F | 5B | 0 | 20 | 118 | 54 | 25 |
| Octal | 170 | 17 | 256 | 37 | 133 | 0 | 40 | 430 | 124 | 45 |
| Binary | 1111000 | 1111 | 10101110 | 11111 | 1011011 | 0 | 100000 | 100011000 | 1010100 | 100101 |
Color Harmonies of #780FAE
Complementary color
Monochromatic Colors of #780FAE
Black with #780FAE
Text Example
Text Example
White with #780FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780FAE; }
p { color: rgb(120,15,174); }
H1.HeaderClassName
{
color: #780FAE;
}
.AnyTagClassName
{
color: #780FAE;
}
</style>
background-color css
<style>
a { background-color: #780FAE; }
a { background-color: rgb(120,15,174); }
div.DivClassName
{
background-color: #780FAE;
}
.BgClassName
{
background-color: #780FAE;
}
</style>
border-color css
<style>
span { border-color: #780FAE; }
span { border-color: rgb(120,15,174); }
td.TdClassName
{
border-color: #780FAE;
}
.TagClassName
{
border-color: #780FAE;
}
</style>