Shades of Purple Heart #5E08AB
Tints of Purple Heart #5E08AB
RGB
CMYK
RGB Variations
Color information
#5E08AB (or 0x5E08AB) is known color: Purple Heart. HEX triplet: 5E, 08 and AB. RGB value is (94,8,171). Sum of RGB (Red+Green+Blue) = 94+8+171=273 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.43% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E08AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E08AB is #A1F754. Grayscale: #333333. Windows color (decimal): -10614613 or 11208798. OLE color: 11208798.
HSL color Cylindrical-coordinate representation of color #5E08AB: hue angle of 271.66º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E08AB is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 8 | 171 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.33 |
| HSL | 271.66º | 0.91% | 0.35% | - |
| HSV(B) | 271.66º | 0.95% | 0.67% | - |
| XYZ | 12.05 | 5.49 | 38.95 | - |
| YUV | 52.3 | 194.99 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 8 | 171 | 0.45 | 0.95 | 0 | 0.33 | 271.66 | 0.91 | 0.35 |
| Hex | 5E | 8 | AB | 2D | 5F | 0 | 21 | 110 | 5B | 23 |
| Octal | 136 | 10 | 253 | 55 | 137 | 0 | 41 | 420 | 133 | 43 |
| Binary | 1011110 | 1000 | 10101011 | 101101 | 1011111 | 0 | 100001 | 100010000 | 1011011 | 100011 |
Color Harmonies of #5E08AB
Complementary color
Monochromatic Colors of #5E08AB
Black with #5E08AB
Text Example
Text Example
White with #5E08AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E08AB; }
p { color: rgb(94,8,171); }
H1.HeaderClassName
{
color: #5E08AB;
}
.AnyTagClassName
{
color: #5E08AB;
}
</style>
background-color css
<style>
a { background-color: #5E08AB; }
a { background-color: rgb(94,8,171); }
div.DivClassName
{
background-color: #5E08AB;
}
.BgClassName
{
background-color: #5E08AB;
}
</style>
border-color css
<style>
span { border-color: #5E08AB; }
span { border-color: rgb(94,8,171); }
td.TdClassName
{
border-color: #5E08AB;
}
.TagClassName
{
border-color: #5E08AB;
}
</style>