Shades of Purple Heart #5E0AAD
Tints of Purple Heart #5E0AAD
RGB
CMYK
RGB Variations
Color information
#5E0AAD (or 0x5E0AAD) is known color: Purple Heart. HEX triplet: 5E, 0A and AD. RGB value is (94,10,173). Sum of RGB (Red+Green+Blue) = 94+10+173=277 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.94% from 277); Green value is 10 (4.30% from 255 or 3.61% from 277); Blue value is 173 (67.97% from 255 or 62.45% from 277); Max value from RGB is 173 - color contains mainly: blue. Hex color #5E0AAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0AAD is #A1F552. Grayscale: #353535. Windows color (decimal): -10614099 or 11340382. OLE color: 11340382.
HSL color Cylindrical-coordinate representation of color #5E0AAD: hue angle of 270.92º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E0AAD is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 10 | 173 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.32 |
| HSL | 270.92º | 0.89% | 0.36% | - |
| HSV(B) | 270.92º | 0.94% | 0.68% | - |
| XYZ | 12.27 | 5.61 | 39.97 | - |
| YUV | 53.7 | 195.33 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 10 | 173 | 0.46 | 0.94 | 0 | 0.32 | 270.92 | 0.89 | 0.36 |
| Hex | 5E | A | AD | 2E | 5E | 0 | 20 | 10F | 59 | 24 |
| Octal | 136 | 12 | 255 | 56 | 136 | 0 | 40 | 417 | 131 | 44 |
| Binary | 1011110 | 1010 | 10101101 | 101110 | 1011110 | 0 | 100000 | 100001111 | 1011001 | 100100 |
Color Harmonies of #5E0AAD
Complementary color
Monochromatic Colors of #5E0AAD
Black with #5E0AAD
Text Example
Text Example
White with #5E0AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0AAD; }
p { color: rgb(94,10,173); }
H1.HeaderClassName
{
color: #5E0AAD;
}
.AnyTagClassName
{
color: #5E0AAD;
}
</style>
background-color css
<style>
a { background-color: #5E0AAD; }
a { background-color: rgb(94,10,173); }
div.DivClassName
{
background-color: #5E0AAD;
}
.BgClassName
{
background-color: #5E0AAD;
}
</style>
border-color css
<style>
span { border-color: #5E0AAD; }
span { border-color: rgb(94,10,173); }
td.TdClassName
{
border-color: #5E0AAD;
}
.TagClassName
{
border-color: #5E0AAD;
}
</style>