Shades of Purple Heart #5E09B3
Tints of Purple Heart #5E09B3
RGB
CMYK
RGB Variations
Color information
#5E09B3 (or 0x5E09B3) is known color: Purple Heart. HEX triplet: 5E, 09 and B3. RGB value is (94,9,179). Sum of RGB (Red+Green+Blue) = 94+9+179=282 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.33% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 179 (70.31% from 255 or 63.48% from 282); Max value from RGB is 179 - color contains mainly: blue. Hex color #5E09B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E09B3 is #A1F64C. Grayscale: #353535. Windows color (decimal): -10614349 or 11733342. OLE color: 11733342.
HSL color Cylindrical-coordinate representation of color #5E09B3: hue angle of 270º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E09B3 is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 94 | 9 | 179 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.30 |
| HSL | 270º | 0.9% | 0.37% | - |
| HSV(B) | 270º | 0.95% | 0.7% | - |
| XYZ | 12.85 | 5.83 | 43.1 | - |
| YUV | 53.8 | 198.66 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 9 | 179 | 0.47 | 0.95 | 0 | 0.30 | 270 | 0.9 | 0.37 |
| Hex | 5E | 9 | B3 | 2F | 5F | 0 | 1E | 10E | 5A | 25 |
| Octal | 136 | 11 | 263 | 57 | 137 | 0 | 36 | 416 | 132 | 45 |
| Binary | 1011110 | 1001 | 10110011 | 101111 | 1011111 | 0 | 11110 | 100001110 | 1011010 | 100101 |
Color Harmonies of #5E09B3
Complementary color
Monochromatic Colors of #5E09B3
Black with #5E09B3
Text Example
Text Example
White with #5E09B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E09B3; }
p { color: rgb(94,9,179); }
H1.HeaderClassName
{
color: #5E09B3;
}
.AnyTagClassName
{
color: #5E09B3;
}
</style>
background-color css
<style>
a { background-color: #5E09B3; }
a { background-color: rgb(94,9,179); }
div.DivClassName
{
background-color: #5E09B3;
}
.BgClassName
{
background-color: #5E09B3;
}
</style>
border-color css
<style>
span { border-color: #5E09B3; }
span { border-color: rgb(94,9,179); }
td.TdClassName
{
border-color: #5E09B3;
}
.TagClassName
{
border-color: #5E09B3;
}
</style>