Shades of Purple Heart #5E09BB
Tints of Purple Heart #5E09BB
RGB
CMYK
RGB Variations
Color information
#5E09BB (or 0x5E09BB) is known color: Purple Heart. HEX triplet: 5E, 09 and BB. RGB value is (94,9,187). Sum of RGB (Red+Green+Blue) = 94+9+187=290 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.41% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 187 (73.44% from 255 or 64.48% from 290); Max value from RGB is 187 - color contains mainly: blue. Hex color #5E09BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E09BB is #A1F644. Grayscale: #363636. Windows color (decimal): -10614341 or 12257630. OLE color: 12257630.
HSL color Cylindrical-coordinate representation of color #5E09BB: hue angle of 268.65º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E09BB is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 9 | 187 | - |
| CMYK | 0.50 | 0.95 | 0 | 0.27 |
| HSL | 268.65º | 0.91% | 0.38% | - |
| HSV(B) | 268.65º | 0.95% | 0.73% | - |
| XYZ | 13.68 | 6.16 | 47.48 | - |
| YUV | 54.71 | 202.66 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 9 | 187 | 0.50 | 0.95 | 0 | 0.27 | 268.65 | 0.91 | 0.38 |
| Hex | 5E | 9 | BB | 32 | 5F | 0 | 1B | 10D | 5B | 26 |
| Octal | 136 | 11 | 273 | 62 | 137 | 0 | 33 | 415 | 133 | 46 |
| Binary | 1011110 | 1001 | 10111011 | 110010 | 1011111 | 0 | 11011 | 100001101 | 1011011 | 100110 |
Color Harmonies of #5E09BB
Complementary color
Monochromatic Colors of #5E09BB
Black with #5E09BB
Text Example
Text Example
White with #5E09BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E09BB; }
p { color: rgb(94,9,187); }
H1.HeaderClassName
{
color: #5E09BB;
}
.AnyTagClassName
{
color: #5E09BB;
}
</style>
background-color css
<style>
a { background-color: #5E09BB; }
a { background-color: rgb(94,9,187); }
div.DivClassName
{
background-color: #5E09BB;
}
.BgClassName
{
background-color: #5E09BB;
}
</style>
border-color css
<style>
span { border-color: #5E09BB; }
span { border-color: rgb(94,9,187); }
td.TdClassName
{
border-color: #5E09BB;
}
.TagClassName
{
border-color: #5E09BB;
}
</style>