Shades of Purple Heart #5E33DC
Tints of Purple Heart #5E33DC
RGB
CMYK
RGB Variations
Color information
#5E33DC (or 0x5E33DC) is known color: Purple Heart. HEX triplet: 5E, 33 and DC. RGB value is (94,51,220). Sum of RGB (Red+Green+Blue) = 94+51+220=365 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.75% from 365); Green value is 51 (20.31% from 255 or 13.97% from 365); Blue value is 220 (86.33% from 255 or 60.27% from 365); Max value from RGB is 220 - color contains mainly: blue. Hex color #5E33DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E33DC is #A1CC23. Grayscale: #525252. Windows color (decimal): -10603556 or 14431070. OLE color: 14431070.
HSL color Cylindrical-coordinate representation of color #5E33DC: hue angle of 255.27º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E33DC is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 51 | 220 | - |
| CMYK | 0.57 | 0.77 | 0 | 0.14 |
| HSL | 255.27º | 0.71% | 0.53% | - |
| HSV(B) | 255.27º | 0.77% | 0.86% | - |
| XYZ | 18.72 | 9.91 | 68.64 | - |
| YUV | 83.12 | 205.25 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 51 | 220 | 0.57 | 0.77 | 0 | 0.14 | 255.27 | 0.71 | 0.53 |
| Hex | 5E | 33 | DC | 39 | 4D | 0 | E | FF | 47 | 35 |
| Octal | 136 | 63 | 334 | 71 | 115 | 0 | 16 | 377 | 107 | 65 |
| Binary | 1011110 | 110011 | 11011100 | 111001 | 1001101 | 0 | 1110 | 11111111 | 1000111 | 110101 |
Color Harmonies of #5E33DC
Complementary color
Monochromatic Colors of #5E33DC
Black with #5E33DC
Text Example
Text Example
White with #5E33DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E33DC; }
p { color: rgb(94,51,220); }
H1.HeaderClassName
{
color: #5E33DC;
}
.AnyTagClassName
{
color: #5E33DC;
}
</style>
background-color css
<style>
a { background-color: #5E33DC; }
a { background-color: rgb(94,51,220); }
div.DivClassName
{
background-color: #5E33DC;
}
.BgClassName
{
background-color: #5E33DC;
}
</style>
border-color css
<style>
span { border-color: #5E33DC; }
span { border-color: rgb(94,51,220); }
td.TdClassName
{
border-color: #5E33DC;
}
.TagClassName
{
border-color: #5E33DC;
}
</style>