Shades of Purple Heart #5E20CB
Tints of Purple Heart #5E20CB
RGB
CMYK
RGB Variations
Color information
#5E20CB (or 0x5E20CB) is known color: Purple Heart. HEX triplet: 5E, 20 and CB. RGB value is (94,32,203). Sum of RGB (Red+Green+Blue) = 94+32+203=329 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.57% from 329); Green value is 32 (12.89% from 255 or 9.73% from 329); Blue value is 203 (79.69% from 255 or 61.70% from 329); Max value from RGB is 203 - color contains mainly: blue. Hex color #5E20CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E20CB is #A1DF34. Grayscale: #454545. Windows color (decimal): -10608437 or 13312094. OLE color: 13312094.
HSL color Cylindrical-coordinate representation of color #5E20CB: hue angle of 261.75º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E20CB is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 32 | 203 | - |
| CMYK | 0.54 | 0.84 | 0 | 0.20 |
| HSL | 261.75º | 0.73% | 0.46% | - |
| HSV(B) | 261.75º | 0.84% | 0.8% | - |
| XYZ | 15.91 | 7.72 | 57.15 | - |
| YUV | 70.03 | 203.04 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 32 | 203 | 0.54 | 0.84 | 0 | 0.20 | 261.75 | 0.73 | 0.46 |
| Hex | 5E | 20 | CB | 36 | 54 | 0 | 14 | 106 | 49 | 2E |
| Octal | 136 | 40 | 313 | 66 | 124 | 0 | 24 | 406 | 111 | 56 |
| Binary | 1011110 | 100000 | 11001011 | 110110 | 1010100 | 0 | 10100 | 100000110 | 1001001 | 101110 |
Color Harmonies of #5E20CB
Complementary color
Monochromatic Colors of #5E20CB
Black with #5E20CB
Text Example
Text Example
White with #5E20CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E20CB; }
p { color: rgb(94,32,203); }
H1.HeaderClassName
{
color: #5E20CB;
}
.AnyTagClassName
{
color: #5E20CB;
}
</style>
background-color css
<style>
a { background-color: #5E20CB; }
a { background-color: rgb(94,32,203); }
div.DivClassName
{
background-color: #5E20CB;
}
.BgClassName
{
background-color: #5E20CB;
}
</style>
border-color css
<style>
span { border-color: #5E20CB; }
span { border-color: rgb(94,32,203); }
td.TdClassName
{
border-color: #5E20CB;
}
.TagClassName
{
border-color: #5E20CB;
}
</style>