Shades of Purple Heart #5E12A9
Tints of Purple Heart #5E12A9
RGB
CMYK
RGB Variations
Color information
#5E12A9 (or 0x5E12A9) is known color: Purple Heart. HEX triplet: 5E, 12 and A9. RGB value is (94,18,169). Sum of RGB (Red+Green+Blue) = 94+18+169=281 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.45% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 169 (66.41% from 255 or 60.14% from 281); Max value from RGB is 169 - color contains mainly: blue. Hex color #5E12A9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E12A9 is #A1ED56. Grayscale: #393939. Windows color (decimal): -10612055 or 11080286. OLE color: 11080286.
HSL color Cylindrical-coordinate representation of color #5E12A9: hue angle of 270.2º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5E12A9 is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 94 | 18 | 169 | - |
| CMYK | 0.44 | 0.89 | 0 | 0.34 |
| HSL | 270.2º | 0.81% | 0.37% | - |
| HSV(B) | 270.2º | 0.89% | 0.66% | - |
| XYZ | 11.99 | 5.68 | 38 | - |
| YUV | 57.94 | 190.68 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 18 | 169 | 0.44 | 0.89 | 0 | 0.34 | 270.2 | 0.81 | 0.37 |
| Hex | 5E | 12 | A9 | 2C | 59 | 0 | 22 | 10E | 51 | 25 |
| Octal | 136 | 22 | 251 | 54 | 131 | 0 | 42 | 416 | 121 | 45 |
| Binary | 1011110 | 10010 | 10101001 | 101100 | 1011001 | 0 | 100010 | 100001110 | 1010001 | 100101 |
Color Harmonies of #5E12A9
Complementary color
Monochromatic Colors of #5E12A9
Black with #5E12A9
Text Example
Text Example
White with #5E12A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E12A9; }
p { color: rgb(94,18,169); }
H1.HeaderClassName
{
color: #5E12A9;
}
.AnyTagClassName
{
color: #5E12A9;
}
</style>
background-color css
<style>
a { background-color: #5E12A9; }
a { background-color: rgb(94,18,169); }
div.DivClassName
{
background-color: #5E12A9;
}
.BgClassName
{
background-color: #5E12A9;
}
</style>
border-color css
<style>
span { border-color: #5E12A9; }
span { border-color: rgb(94,18,169); }
td.TdClassName
{
border-color: #5E12A9;
}
.TagClassName
{
border-color: #5E12A9;
}
</style>