Shades of Purple Heart #5E09AA
Tints of Purple Heart #5E09AA
RGB
CMYK
RGB Variations
Color information
#5E09AA (or 0x5E09AA) is known color: Purple Heart. HEX triplet: 5E, 09 and AA. RGB value is (94,9,170). Sum of RGB (Red+Green+Blue) = 94+9+170=273 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.43% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 170 (66.80% from 255 or 62.27% from 273); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E09AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E09AA is #A1F655. Grayscale: #343434. Windows color (decimal): -10614358 or 11143518. OLE color: 11143518.
HSL color Cylindrical-coordinate representation of color #5E09AA: hue angle of 271.68º degrees, saturation: 0.9, 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 #5E09AA is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 9 | 170 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.33 |
| HSL | 271.68º | 0.9% | 0.35% | - |
| HSV(B) | 271.68º | 0.95% | 0.67% | - |
| XYZ | 11.97 | 5.48 | 38.46 | - |
| YUV | 52.77 | 194.16 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 9 | 170 | 0.45 | 0.95 | 0 | 0.33 | 271.68 | 0.9 | 0.35 |
| Hex | 5E | 9 | AA | 2D | 5F | 0 | 21 | 110 | 5A | 23 |
| Octal | 136 | 11 | 252 | 55 | 137 | 0 | 41 | 420 | 132 | 43 |
| Binary | 1011110 | 1001 | 10101010 | 101101 | 1011111 | 0 | 100001 | 100010000 | 1011010 | 100011 |
Color Harmonies of #5E09AA
Complementary color
Monochromatic Colors of #5E09AA
Black with #5E09AA
Text Example
Text Example
White with #5E09AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E09AA; }
p { color: rgb(94,9,170); }
H1.HeaderClassName
{
color: #5E09AA;
}
.AnyTagClassName
{
color: #5E09AA;
}
</style>
background-color css
<style>
a { background-color: #5E09AA; }
a { background-color: rgb(94,9,170); }
div.DivClassName
{
background-color: #5E09AA;
}
.BgClassName
{
background-color: #5E09AA;
}
</style>
border-color css
<style>
span { border-color: #5E09AA; }
span { border-color: rgb(94,9,170); }
td.TdClassName
{
border-color: #5E09AA;
}
.TagClassName
{
border-color: #5E09AA;
}
</style>