Shades of Purple Heart #5A14A9
Tints of Purple Heart #5A14A9
RGB
CMYK
RGB Variations
Color information
#5A14A9 (or 0x5A14A9) is known color: Purple Heart. HEX triplet: 5A, 14 and A9. RGB value is (90,20,169). Sum of RGB (Red+Green+Blue) = 90+20+169=279 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.26% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 169 (66.41% from 255 or 60.57% from 279); Max value from RGB is 169 - color contains mainly: blue. Hex color #5A14A9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A14A9 is #A5EB56. Grayscale: #393939. Windows color (decimal): -10873687 or 11080794. OLE color: 11080794.
HSL color Cylindrical-coordinate representation of color #5A14A9: hue angle of 268.19º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A14A9 is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 90 | 20 | 169 | - |
| CMYK | 0.47 | 0.88 | 0 | 0.34 |
| HSL | 268.19º | 0.79% | 0.37% | - |
| HSV(B) | 268.19º | 0.88% | 0.66% | - |
| XYZ | 11.63 | 5.54 | 37.99 | - |
| YUV | 57.92 | 190.69 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 20 | 169 | 0.47 | 0.88 | 0 | 0.34 | 268.19 | 0.79 | 0.37 |
| Hex | 5A | 14 | A9 | 2F | 58 | 0 | 22 | 10C | 4F | 25 |
| Octal | 132 | 24 | 251 | 57 | 130 | 0 | 42 | 414 | 117 | 45 |
| Binary | 1011010 | 10100 | 10101001 | 101111 | 1011000 | 0 | 100010 | 100001100 | 1001111 | 100101 |
Color Harmonies of #5A14A9
Complementary color
Monochromatic Colors of #5A14A9
Black with #5A14A9
Text Example
Text Example
White with #5A14A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A14A9; }
p { color: rgb(90,20,169); }
H1.HeaderClassName
{
color: #5A14A9;
}
.AnyTagClassName
{
color: #5A14A9;
}
</style>
background-color css
<style>
a { background-color: #5A14A9; }
a { background-color: rgb(90,20,169); }
div.DivClassName
{
background-color: #5A14A9;
}
.BgClassName
{
background-color: #5A14A9;
}
</style>
border-color css
<style>
span { border-color: #5A14A9; }
span { border-color: rgb(90,20,169); }
td.TdClassName
{
border-color: #5A14A9;
}
.TagClassName
{
border-color: #5A14A9;
}
</style>