Shades of Purple Heart #5E0BAA
Tints of Purple Heart #5E0BAA
RGB
CMYK
RGB Variations
Color information
#5E0BAA (or 0x5E0BAA) is known color: Purple Heart. HEX triplet: 5E, 0B and AA. RGB value is (94,11,170). Sum of RGB (Red+Green+Blue) = 94+11+170=275 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.18% from 275); Green value is 11 (4.69% from 255 or 4% from 275); Blue value is 170 (66.80% from 255 or 61.82% from 275); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E0BAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0BAA is #A1F455. Grayscale: #353535. Windows color (decimal): -10613846 or 11144030. OLE color: 11144030.
HSL color Cylindrical-coordinate representation of color #5E0BAA: hue angle of 271.32º degrees, saturation: 0.88, 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 #5E0BAA is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 11 | 170 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.33 |
| HSL | 271.32º | 0.88% | 0.35% | - |
| HSV(B) | 271.32º | 0.94% | 0.67% | - |
| XYZ | 11.99 | 5.52 | 38.46 | - |
| YUV | 53.94 | 193.5 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 11 | 170 | 0.45 | 0.94 | 0 | 0.33 | 271.32 | 0.88 | 0.35 |
| Hex | 5E | B | AA | 2D | 5E | 0 | 21 | 10F | 58 | 23 |
| Octal | 136 | 13 | 252 | 55 | 136 | 0 | 41 | 417 | 130 | 43 |
| Binary | 1011110 | 1011 | 10101010 | 101101 | 1011110 | 0 | 100001 | 100001111 | 1011000 | 100011 |
Color Harmonies of #5E0BAA
Complementary color
Monochromatic Colors of #5E0BAA
Black with #5E0BAA
Text Example
Text Example
White with #5E0BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0BAA; }
p { color: rgb(94,11,170); }
H1.HeaderClassName
{
color: #5E0BAA;
}
.AnyTagClassName
{
color: #5E0BAA;
}
</style>
background-color css
<style>
a { background-color: #5E0BAA; }
a { background-color: rgb(94,11,170); }
div.DivClassName
{
background-color: #5E0BAA;
}
.BgClassName
{
background-color: #5E0BAA;
}
</style>
border-color css
<style>
span { border-color: #5E0BAA; }
span { border-color: rgb(94,11,170); }
td.TdClassName
{
border-color: #5E0BAA;
}
.TagClassName
{
border-color: #5E0BAA;
}
</style>