Shades of Purple Heart #5E3BBC
Tints of Purple Heart #5E3BBC
RGB
CMYK
RGB Variations
Color information
#5E3BBC (or 0x5E3BBC) is known color: Purple Heart. HEX triplet: 5E, 3B and BC. RGB value is (94,59,188). Sum of RGB (Red+Green+Blue) = 94+59+188=341 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.57% from 341); Green value is 59 (23.44% from 255 or 17.30% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E3BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3BBC is #A1C443. Grayscale: #535353. Windows color (decimal): -10601540 or 12335966. OLE color: 12335966.
HSL color Cylindrical-coordinate representation of color #5E3BBC: hue angle of 256.28º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5E3BBC is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 59 | 188 | - |
| CMYK | 0.50 | 0.69 | 0 | 0.26 |
| HSL | 256.28º | 0.52% | 0.48% | - |
| HSV(B) | 256.28º | 0.69% | 0.74% | - |
| XYZ | 15.26 | 9.14 | 48.54 | - |
| YUV | 84.17 | 186.6 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 59 | 188 | 0.50 | 0.69 | 0 | 0.26 | 256.28 | 0.52 | 0.48 |
| Hex | 5E | 3B | BC | 32 | 45 | 0 | 1A | 100 | 34 | 30 |
| Octal | 136 | 73 | 274 | 62 | 105 | 0 | 32 | 400 | 64 | 60 |
| Binary | 1011110 | 111011 | 10111100 | 110010 | 1000101 | 0 | 11010 | 100000000 | 110100 | 110000 |
Color Harmonies of #5E3BBC
Complementary color
Monochromatic Colors of #5E3BBC
Black with #5E3BBC
Text Example
Text Example
White with #5E3BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3BBC; }
p { color: rgb(94,59,188); }
H1.HeaderClassName
{
color: #5E3BBC;
}
.AnyTagClassName
{
color: #5E3BBC;
}
</style>
background-color css
<style>
a { background-color: #5E3BBC; }
a { background-color: rgb(94,59,188); }
div.DivClassName
{
background-color: #5E3BBC;
}
.BgClassName
{
background-color: #5E3BBC;
}
</style>
border-color css
<style>
span { border-color: #5E3BBC; }
span { border-color: rgb(94,59,188); }
td.TdClassName
{
border-color: #5E3BBC;
}
.TagClassName
{
border-color: #5E3BBC;
}
</style>