Shades of Purple Heart #5E09B4
Tints of Purple Heart #5E09B4
RGB
CMYK
RGB Variations
Color information
#5E09B4 (or 0x5E09B4) is known color: Purple Heart. HEX triplet: 5E, 09 and B4. RGB value is (94,9,180). Sum of RGB (Red+Green+Blue) = 94+9+180=283 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.22% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 180 (70.70% from 255 or 63.60% from 283); Max value from RGB is 180 - color contains mainly: blue. Hex color #5E09B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E09B4 is #A1F64B. Grayscale: #353535. Windows color (decimal): -10614348 or 11798878. OLE color: 11798878.
HSL color Cylindrical-coordinate representation of color #5E09B4: hue angle of 269.82º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E09B4 is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 94 | 9 | 180 | - |
| CMYK | 0.48 | 0.95 | 0 | 0.29 |
| HSL | 269.82º | 0.9% | 0.37% | - |
| HSV(B) | 269.82º | 0.95% | 0.71% | - |
| XYZ | 12.95 | 5.87 | 43.63 | - |
| YUV | 53.91 | 199.16 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 9 | 180 | 0.48 | 0.95 | 0 | 0.29 | 269.82 | 0.9 | 0.37 |
| Hex | 5E | 9 | B4 | 30 | 5F | 0 | 1D | 10E | 5A | 25 |
| Octal | 136 | 11 | 264 | 60 | 137 | 0 | 35 | 416 | 132 | 45 |
| Binary | 1011110 | 1001 | 10110100 | 110000 | 1011111 | 0 | 11101 | 100001110 | 1011010 | 100101 |
Color Harmonies of #5E09B4
Complementary color
Monochromatic Colors of #5E09B4
Black with #5E09B4
Text Example
Text Example
White with #5E09B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E09B4; }
p { color: rgb(94,9,180); }
H1.HeaderClassName
{
color: #5E09B4;
}
.AnyTagClassName
{
color: #5E09B4;
}
</style>
background-color css
<style>
a { background-color: #5E09B4; }
a { background-color: rgb(94,9,180); }
div.DivClassName
{
background-color: #5E09B4;
}
.BgClassName
{
background-color: #5E09B4;
}
</style>
border-color css
<style>
span { border-color: #5E09B4; }
span { border-color: rgb(94,9,180); }
td.TdClassName
{
border-color: #5E09B4;
}
.TagClassName
{
border-color: #5E09B4;
}
</style>