Shades of Purple Heart #5D0EA8
Tints of Purple Heart #5D0EA8
RGB
CMYK
RGB Variations
Color information
#5D0EA8 (or 0x5D0EA8) is known color: Purple Heart. HEX triplet: 5D, 0E and A8. RGB value is (93,14,168). Sum of RGB (Red+Green+Blue) = 93+14+168=275 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.82% from 275); Green value is 14 (5.86% from 255 or 5.09% from 275); Blue value is 168 (66.02% from 255 or 61.09% from 275); Max value from RGB is 168 - color contains mainly: blue. Hex color #5D0EA8 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D0EA8 is #A2F157. Grayscale: #363636. Windows color (decimal): -10678616 or 11013725. OLE color: 11013725.
HSL color Cylindrical-coordinate representation of color #5D0EA8: hue angle of 270.78º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5D0EA8 is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 93 | 14 | 168 | - |
| CMYK | 0.45 | 0.92 | 0 | 0.34 |
| HSL | 270.78º | 0.85% | 0.36% | - |
| HSV(B) | 270.78º | 0.92% | 0.66% | - |
| XYZ | 11.74 | 5.47 | 37.48 | - |
| YUV | 55.18 | 191.67 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 14 | 168 | 0.45 | 0.92 | 0 | 0.34 | 270.78 | 0.85 | 0.36 |
| Hex | 5D | E | A8 | 2D | 5C | 0 | 22 | 10F | 55 | 24 |
| Octal | 135 | 16 | 250 | 55 | 134 | 0 | 42 | 417 | 125 | 44 |
| Binary | 1011101 | 1110 | 10101000 | 101101 | 1011100 | 0 | 100010 | 100001111 | 1010101 | 100100 |
Color Harmonies of #5D0EA8
Complementary color
Monochromatic Colors of #5D0EA8
Black with #5D0EA8
Text Example
Text Example
White with #5D0EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0EA8; }
p { color: rgb(93,14,168); }
H1.HeaderClassName
{
color: #5D0EA8;
}
.AnyTagClassName
{
color: #5D0EA8;
}
</style>
background-color css
<style>
a { background-color: #5D0EA8; }
a { background-color: rgb(93,14,168); }
div.DivClassName
{
background-color: #5D0EA8;
}
.BgClassName
{
background-color: #5D0EA8;
}
</style>
border-color css
<style>
span { border-color: #5D0EA8; }
span { border-color: rgb(93,14,168); }
td.TdClassName
{
border-color: #5D0EA8;
}
.TagClassName
{
border-color: #5D0EA8;
}
</style>