Shades of Purple Heart #5E16BB
Tints of Purple Heart #5E16BB
RGB
CMYK
RGB Variations
Color information
#5E16BB (or 0x5E16BB) is known color: Purple Heart. HEX triplet: 5E, 16 and BB. RGB value is (94,22,187). Sum of RGB (Red+Green+Blue) = 94+22+187=303 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.02% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 187 (73.44% from 255 or 61.72% from 303); Max value from RGB is 187 - color contains mainly: blue. Hex color #5E16BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E16BB is #A1E944. Grayscale: #3D3D3D. Windows color (decimal): -10611013 or 12260958. OLE color: 12260958.
HSL color Cylindrical-coordinate representation of color #5E16BB: hue angle of 266.18º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5E16BB is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 22 | 187 | - |
| CMYK | 0.50 | 0.88 | 0 | 0.27 |
| HSL | 266.18º | 0.79% | 0.41% | - |
| HSV(B) | 266.18º | 0.88% | 0.73% | - |
| XYZ | 13.87 | 6.54 | 47.55 | - |
| YUV | 62.34 | 198.35 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 22 | 187 | 0.50 | 0.88 | 0 | 0.27 | 266.18 | 0.79 | 0.41 |
| Hex | 5E | 16 | BB | 32 | 58 | 0 | 1B | 10A | 4F | 29 |
| Octal | 136 | 26 | 273 | 62 | 130 | 0 | 33 | 412 | 117 | 51 |
| Binary | 1011110 | 10110 | 10111011 | 110010 | 1011000 | 0 | 11011 | 100001010 | 1001111 | 101001 |
Color Harmonies of #5E16BB
Complementary color
Monochromatic Colors of #5E16BB
Black with #5E16BB
Text Example
Text Example
White with #5E16BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E16BB; }
p { color: rgb(94,22,187); }
H1.HeaderClassName
{
color: #5E16BB;
}
.AnyTagClassName
{
color: #5E16BB;
}
</style>
background-color css
<style>
a { background-color: #5E16BB; }
a { background-color: rgb(94,22,187); }
div.DivClassName
{
background-color: #5E16BB;
}
.BgClassName
{
background-color: #5E16BB;
}
</style>
border-color css
<style>
span { border-color: #5E16BB; }
span { border-color: rgb(94,22,187); }
td.TdClassName
{
border-color: #5E16BB;
}
.TagClassName
{
border-color: #5E16BB;
}
</style>