Shades of Purple Heart #5918A8
Tints of Purple Heart #5918A8
RGB
CMYK
RGB Variations
Color information
#5918A8 (or 0x5918A8) is known color: Purple Heart. HEX triplet: 59, 18 and A8. RGB value is (89,24,168). Sum of RGB (Red+Green+Blue) = 89+24+168=281 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.67% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 168 (66.02% from 255 or 59.79% from 281); Max value from RGB is 168 - color contains mainly: blue. Hex color #5918A8 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5918A8 is #A6E757. Grayscale: #3B3B3B. Windows color (decimal): -10938200 or 11016281. OLE color: 11016281.
HSL color Cylindrical-coordinate representation of color #5918A8: hue angle of 267.08º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5918A8 is Cyan = 0.47, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 89 | 24 | 168 | - |
| CMYK | 0.47 | 0.86 | 0 | 0.34 |
| HSL | 267.08º | 0.75% | 0.38% | - |
| HSV(B) | 267.08º | 0.86% | 0.66% | - |
| XYZ | 11.51 | 5.6 | 37.52 | - |
| YUV | 59.85 | 189.03 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 24 | 168 | 0.47 | 0.86 | 0 | 0.34 | 267.08 | 0.75 | 0.38 |
| Hex | 59 | 18 | A8 | 2F | 56 | 0 | 22 | 10B | 4B | 26 |
| Octal | 131 | 30 | 250 | 57 | 126 | 0 | 42 | 413 | 113 | 46 |
| Binary | 1011001 | 11000 | 10101000 | 101111 | 1010110 | 0 | 100010 | 100001011 | 1001011 | 100110 |
Color Harmonies of #5918A8
Complementary color
Monochromatic Colors of #5918A8
Black with #5918A8
Text Example
Text Example
White with #5918A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5918A8; }
p { color: rgb(89,24,168); }
H1.HeaderClassName
{
color: #5918A8;
}
.AnyTagClassName
{
color: #5918A8;
}
</style>
background-color css
<style>
a { background-color: #5918A8; }
a { background-color: rgb(89,24,168); }
div.DivClassName
{
background-color: #5918A8;
}
.BgClassName
{
background-color: #5918A8;
}
</style>
border-color css
<style>
span { border-color: #5918A8; }
span { border-color: rgb(89,24,168); }
td.TdClassName
{
border-color: #5918A8;
}
.TagClassName
{
border-color: #5918A8;
}
</style>