Shades of Purple Heart #5A0ED6
Tints of Purple Heart #5A0ED6
RGB
CMYK
RGB Variations
Color information
#5A0ED6 (or 0x5A0ED6) is known color: Purple Heart. HEX triplet: 5A, 0E and D6. RGB value is (90,14,214). Sum of RGB (Red+Green+Blue) = 90+14+214=318 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.30% from 318); Green value is 14 (5.86% from 255 or 4.40% from 318); Blue value is 214 (83.98% from 255 or 67.30% from 318); Max value from RGB is 214 - color contains mainly: blue. Hex color #5A0ED6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0ED6 is #A5F129. Grayscale: #3A3A3A. Windows color (decimal): -10875178 or 14028378. OLE color: 14028378.
HSL color Cylindrical-coordinate representation of color #5A0ED6: hue angle of 262.8º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A0ED6 is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 14 | 214 | - |
| CMYK | 0.58 | 0.93 | 0 | 0.16 |
| HSL | 262.8º | 0.88% | 0.45% | - |
| HSV(B) | 262.8º | 0.93% | 0.84% | - |
| XYZ | 16.51 | 7.34 | 64.17 | - |
| YUV | 59.52 | 215.18 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 14 | 214 | 0.58 | 0.93 | 0 | 0.16 | 262.8 | 0.88 | 0.45 |
| Hex | 5A | E | D6 | 3A | 5D | 0 | 10 | 107 | 58 | 2D |
| Octal | 132 | 16 | 326 | 72 | 135 | 0 | 20 | 407 | 130 | 55 |
| Binary | 1011010 | 1110 | 11010110 | 111010 | 1011101 | 0 | 10000 | 100000111 | 1011000 | 101101 |
Color Harmonies of #5A0ED6
Complementary color
Monochromatic Colors of #5A0ED6
Black with #5A0ED6
Text Example
Text Example
White with #5A0ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0ED6; }
p { color: rgb(90,14,214); }
H1.HeaderClassName
{
color: #5A0ED6;
}
.AnyTagClassName
{
color: #5A0ED6;
}
</style>
background-color css
<style>
a { background-color: #5A0ED6; }
a { background-color: rgb(90,14,214); }
div.DivClassName
{
background-color: #5A0ED6;
}
.BgClassName
{
background-color: #5A0ED6;
}
</style>
border-color css
<style>
span { border-color: #5A0ED6; }
span { border-color: rgb(90,14,214); }
td.TdClassName
{
border-color: #5A0ED6;
}
.TagClassName
{
border-color: #5A0ED6;
}
</style>