Shades of Purple Heart #5E2BBC
Tints of Purple Heart #5E2BBC
RGB
CMYK
RGB Variations
Color information
#5E2BBC (or 0x5E2BBC) is known color: Purple Heart. HEX triplet: 5E, 2B and BC. RGB value is (94,43,188). Sum of RGB (Red+Green+Blue) = 94+43+188=325 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.92% from 325); Green value is 43 (17.19% from 255 or 13.23% from 325); Blue value is 188 (73.83% from 255 or 57.85% from 325); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E2BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E2BBC is #A1D443. Grayscale: #4A4A4A. Windows color (decimal): -10605636 or 12331870. OLE color: 12331870.
HSL color Cylindrical-coordinate representation of color #5E2BBC: hue angle of 261.1º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E2BBC is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 43 | 188 | - |
| CMYK | 0.50 | 0.77 | 0 | 0.26 |
| HSL | 261.1º | 0.63% | 0.45% | - |
| HSV(B) | 261.1º | 0.77% | 0.74% | - |
| XYZ | 14.56 | 7.74 | 48.3 | - |
| YUV | 74.78 | 191.9 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 43 | 188 | 0.50 | 0.77 | 0 | 0.26 | 261.1 | 0.63 | 0.45 |
| Hex | 5E | 2B | BC | 32 | 4D | 0 | 1A | 105 | 3F | 2D |
| Octal | 136 | 53 | 274 | 62 | 115 | 0 | 32 | 405 | 77 | 55 |
| Binary | 1011110 | 101011 | 10111100 | 110010 | 1001101 | 0 | 11010 | 100000101 | 111111 | 101101 |
Color Harmonies of #5E2BBC
Complementary color
Monochromatic Colors of #5E2BBC
Black with #5E2BBC
Text Example
Text Example
White with #5E2BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2BBC; }
p { color: rgb(94,43,188); }
H1.HeaderClassName
{
color: #5E2BBC;
}
.AnyTagClassName
{
color: #5E2BBC;
}
</style>
background-color css
<style>
a { background-color: #5E2BBC; }
a { background-color: rgb(94,43,188); }
div.DivClassName
{
background-color: #5E2BBC;
}
.BgClassName
{
background-color: #5E2BBC;
}
</style>
border-color css
<style>
span { border-color: #5E2BBC; }
span { border-color: rgb(94,43,188); }
td.TdClassName
{
border-color: #5E2BBC;
}
.TagClassName
{
border-color: #5E2BBC;
}
</style>