Shades of Purple Heart #5E33DD
Tints of Purple Heart #5E33DD
RGB
CMYK
RGB Variations
Color information
#5E33DD (or 0x5E33DD) is known color: Purple Heart. HEX triplet: 5E, 33 and DD. RGB value is (94,51,221). Sum of RGB (Red+Green+Blue) = 94+51+221=366 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.68% from 366); Green value is 51 (20.31% from 255 or 13.93% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #5E33DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E33DD is #A1CC22. Grayscale: #525252. Windows color (decimal): -10603555 or 14496606. OLE color: 14496606.
HSL color Cylindrical-coordinate representation of color #5E33DD: hue angle of 255.18º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E33DD is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 51 | 221 | - |
| CMYK | 0.57 | 0.77 | 0 | 0.13 |
| HSL | 255.18º | 0.71% | 0.53% | - |
| HSV(B) | 255.18º | 0.77% | 0.87% | - |
| XYZ | 18.85 | 9.97 | 69.34 | - |
| YUV | 83.24 | 205.75 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 51 | 221 | 0.57 | 0.77 | 0 | 0.13 | 255.18 | 0.71 | 0.53 |
| Hex | 5E | 33 | DD | 39 | 4D | 0 | D | FF | 47 | 35 |
| Octal | 136 | 63 | 335 | 71 | 115 | 0 | 15 | 377 | 107 | 65 |
| Binary | 1011110 | 110011 | 11011101 | 111001 | 1001101 | 0 | 1101 | 11111111 | 1000111 | 110101 |
Color Harmonies of #5E33DD
Complementary color
Monochromatic Colors of #5E33DD
Black with #5E33DD
Text Example
Text Example
White with #5E33DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E33DD; }
p { color: rgb(94,51,221); }
H1.HeaderClassName
{
color: #5E33DD;
}
.AnyTagClassName
{
color: #5E33DD;
}
</style>
background-color css
<style>
a { background-color: #5E33DD; }
a { background-color: rgb(94,51,221); }
div.DivClassName
{
background-color: #5E33DD;
}
.BgClassName
{
background-color: #5E33DD;
}
</style>
border-color css
<style>
span { border-color: #5E33DD; }
span { border-color: rgb(94,51,221); }
td.TdClassName
{
border-color: #5E33DD;
}
.TagClassName
{
border-color: #5E33DD;
}
</style>