Shades of Purple Heart #5E2BBB
Tints of Purple Heart #5E2BBB
RGB
CMYK
RGB Variations
Color information
#5E2BBB (or 0x5E2BBB) is known color: Purple Heart. HEX triplet: 5E, 2B and BB. RGB value is (94,43,187). Sum of RGB (Red+Green+Blue) = 94+43+187=324 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.01% from 324); Green value is 43 (17.19% from 255 or 13.27% from 324); Blue value is 187 (73.44% from 255 or 57.72% from 324); Max value from RGB is 187 - color contains mainly: blue. Hex color #5E2BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E2BBB is #A1D444. Grayscale: #4A4A4A. Windows color (decimal): -10605637 or 12266334. OLE color: 12266334.
HSL color Cylindrical-coordinate representation of color #5E2BBB: hue angle of 261.25º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E2BBB is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 43 | 187 | - |
| CMYK | 0.50 | 0.77 | 0 | 0.27 |
| HSL | 261.25º | 0.63% | 0.45% | - |
| HSV(B) | 261.25º | 0.77% | 0.73% | - |
| XYZ | 14.45 | 7.7 | 47.74 | - |
| YUV | 74.67 | 191.4 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 43 | 187 | 0.50 | 0.77 | 0 | 0.27 | 261.25 | 0.63 | 0.45 |
| Hex | 5E | 2B | BB | 32 | 4D | 0 | 1B | 105 | 3F | 2D |
| Octal | 136 | 53 | 273 | 62 | 115 | 0 | 33 | 405 | 77 | 55 |
| Binary | 1011110 | 101011 | 10111011 | 110010 | 1001101 | 0 | 11011 | 100000101 | 111111 | 101101 |
Color Harmonies of #5E2BBB
Complementary color
Monochromatic Colors of #5E2BBB
Black with #5E2BBB
Text Example
Text Example
White with #5E2BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2BBB; }
p { color: rgb(94,43,187); }
H1.HeaderClassName
{
color: #5E2BBB;
}
.AnyTagClassName
{
color: #5E2BBB;
}
</style>
background-color css
<style>
a { background-color: #5E2BBB; }
a { background-color: rgb(94,43,187); }
div.DivClassName
{
background-color: #5E2BBB;
}
.BgClassName
{
background-color: #5E2BBB;
}
</style>
border-color css
<style>
span { border-color: #5E2BBB; }
span { border-color: rgb(94,43,187); }
td.TdClassName
{
border-color: #5E2BBB;
}
.TagClassName
{
border-color: #5E2BBB;
}
</style>