Shades of Purple Heart #5E0AAB
Tints of Purple Heart #5E0AAB
RGB
CMYK
RGB Variations
Color information
#5E0AAB (or 0x5E0AAB) is known color: Purple Heart. HEX triplet: 5E, 0A and AB. RGB value is (94,10,171). Sum of RGB (Red+Green+Blue) = 94+10+171=275 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.18% from 275); Green value is 10 (4.30% from 255 or 3.64% from 275); Blue value is 171 (67.19% from 255 or 62.18% from 275); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E0AAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0AAB is #A1F554. Grayscale: #343434. Windows color (decimal): -10614101 or 11209310. OLE color: 11209310.
HSL color Cylindrical-coordinate representation of color #5E0AAB: hue angle of 271.3º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E0AAB is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 10 | 171 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.33 |
| HSL | 271.3º | 0.89% | 0.35% | - |
| HSV(B) | 271.3º | 0.94% | 0.67% | - |
| XYZ | 12.08 | 5.54 | 38.96 | - |
| YUV | 53.47 | 194.33 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 10 | 171 | 0.45 | 0.94 | 0 | 0.33 | 271.3 | 0.89 | 0.35 |
| Hex | 5E | A | AB | 2D | 5E | 0 | 21 | 10F | 59 | 23 |
| Octal | 136 | 12 | 253 | 55 | 136 | 0 | 41 | 417 | 131 | 43 |
| Binary | 1011110 | 1010 | 10101011 | 101101 | 1011110 | 0 | 100001 | 100001111 | 1011001 | 100011 |
Color Harmonies of #5E0AAB
Complementary color
Monochromatic Colors of #5E0AAB
Black with #5E0AAB
Text Example
Text Example
White with #5E0AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0AAB; }
p { color: rgb(94,10,171); }
H1.HeaderClassName
{
color: #5E0AAB;
}
.AnyTagClassName
{
color: #5E0AAB;
}
</style>
background-color css
<style>
a { background-color: #5E0AAB; }
a { background-color: rgb(94,10,171); }
div.DivClassName
{
background-color: #5E0AAB;
}
.BgClassName
{
background-color: #5E0AAB;
}
</style>
border-color css
<style>
span { border-color: #5E0AAB; }
span { border-color: rgb(94,10,171); }
td.TdClassName
{
border-color: #5E0AAB;
}
.TagClassName
{
border-color: #5E0AAB;
}
</style>