Shades of Purple Heart #5E2EBB
Tints of Purple Heart #5E2EBB
RGB
CMYK
RGB Variations
Color information
#5E2EBB (or 0x5E2EBB) is known color: Purple Heart. HEX triplet: 5E, 2E and BB. RGB value is (94,46,187). Sum of RGB (Red+Green+Blue) = 94+46+187=327 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.75% from 327); Green value is 46 (18.36% from 255 or 14.07% from 327); Blue value is 187 (73.44% from 255 or 57.19% from 327); Max value from RGB is 187 - color contains mainly: blue. Hex color #5E2EBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E2EBB is #A1D144. Grayscale: #4B4B4B. Windows color (decimal): -10604869 or 12267102. OLE color: 12267102.
HSL color Cylindrical-coordinate representation of color #5E2EBB: hue angle of 260.43º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E2EBB is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 46 | 187 | - |
| CMYK | 0.50 | 0.75 | 0 | 0.27 |
| HSL | 260.43º | 0.61% | 0.46% | - |
| HSV(B) | 260.43º | 0.75% | 0.73% | - |
| XYZ | 14.56 | 7.92 | 47.78 | - |
| YUV | 76.43 | 190.4 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 46 | 187 | 0.50 | 0.75 | 0 | 0.27 | 260.43 | 0.61 | 0.46 |
| Hex | 5E | 2E | BB | 32 | 4B | 0 | 1B | 104 | 3D | 2E |
| Octal | 136 | 56 | 273 | 62 | 113 | 0 | 33 | 404 | 75 | 56 |
| Binary | 1011110 | 101110 | 10111011 | 110010 | 1001011 | 0 | 11011 | 100000100 | 111101 | 101110 |
Color Harmonies of #5E2EBB
Complementary color
Monochromatic Colors of #5E2EBB
Black with #5E2EBB
Text Example
Text Example
White with #5E2EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2EBB; }
p { color: rgb(94,46,187); }
H1.HeaderClassName
{
color: #5E2EBB;
}
.AnyTagClassName
{
color: #5E2EBB;
}
</style>
background-color css
<style>
a { background-color: #5E2EBB; }
a { background-color: rgb(94,46,187); }
div.DivClassName
{
background-color: #5E2EBB;
}
.BgClassName
{
background-color: #5E2EBB;
}
</style>
border-color css
<style>
span { border-color: #5E2EBB; }
span { border-color: rgb(94,46,187); }
td.TdClassName
{
border-color: #5E2EBB;
}
.TagClassName
{
border-color: #5E2EBB;
}
</style>