Shades of Purple Heart #5E21BB
Tints of Purple Heart #5E21BB
RGB
CMYK
RGB Variations
Color information
#5E21BB (or 0x5E21BB) is known color: Purple Heart. HEX triplet: 5E, 21 and BB. RGB value is (94,33,187). Sum of RGB (Red+Green+Blue) = 94+33+187=314 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.94% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 187 (73.44% from 255 or 59.55% from 314); Max value from RGB is 187 - color contains mainly: blue. Hex color #5E21BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E21BB is #A1DE44. Grayscale: #444444. Windows color (decimal): -10608197 or 12263774. OLE color: 12263774.
HSL color Cylindrical-coordinate representation of color #5E21BB: hue angle of 263.77º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E21BB is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 33 | 187 | - |
| CMYK | 0.50 | 0.82 | 0 | 0.27 |
| HSL | 263.77º | 0.7% | 0.43% | - |
| HSV(B) | 263.77º | 0.82% | 0.73% | - |
| XYZ | 14.13 | 7.06 | 47.63 | - |
| YUV | 68.8 | 194.71 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 33 | 187 | 0.50 | 0.82 | 0 | 0.27 | 263.77 | 0.7 | 0.43 |
| Hex | 5E | 21 | BB | 32 | 52 | 0 | 1B | 108 | 46 | 2B |
| Octal | 136 | 41 | 273 | 62 | 122 | 0 | 33 | 410 | 106 | 53 |
| Binary | 1011110 | 100001 | 10111011 | 110010 | 1010010 | 0 | 11011 | 100001000 | 1000110 | 101011 |
Color Harmonies of #5E21BB
Complementary color
Monochromatic Colors of #5E21BB
Black with #5E21BB
Text Example
Text Example
White with #5E21BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E21BB; }
p { color: rgb(94,33,187); }
H1.HeaderClassName
{
color: #5E21BB;
}
.AnyTagClassName
{
color: #5E21BB;
}
</style>
background-color css
<style>
a { background-color: #5E21BB; }
a { background-color: rgb(94,33,187); }
div.DivClassName
{
background-color: #5E21BB;
}
.BgClassName
{
background-color: #5E21BB;
}
</style>
border-color css
<style>
span { border-color: #5E21BB; }
span { border-color: rgb(94,33,187); }
td.TdClassName
{
border-color: #5E21BB;
}
.TagClassName
{
border-color: #5E21BB;
}
</style>