Shades of Purple Heart #5E28DC
Tints of Purple Heart #5E28DC
RGB
CMYK
RGB Variations
Color information
#5E28DC (or 0x5E28DC) is known color: Purple Heart. HEX triplet: 5E, 28 and DC. RGB value is (94,40,220). Sum of RGB (Red+Green+Blue) = 94+40+220=354 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.55% from 354); Green value is 40 (16.02% from 255 or 11.30% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #5E28DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E28DC is #A1D723. Grayscale: #4C4C4C. Windows color (decimal): -10606372 or 14428254. OLE color: 14428254.
HSL color Cylindrical-coordinate representation of color #5E28DC: hue angle of 258º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E28DC is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 40 | 220 | - |
| CMYK | 0.57 | 0.82 | 0 | 0.14 |
| HSL | 258º | 0.72% | 0.51% | - |
| HSV(B) | 258º | 0.82% | 0.86% | - |
| XYZ | 18.29 | 9.06 | 68.5 | - |
| YUV | 76.67 | 208.89 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 40 | 220 | 0.57 | 0.82 | 0 | 0.14 | 258 | 0.72 | 0.51 |
| Hex | 5E | 28 | DC | 39 | 52 | 0 | E | 102 | 48 | 33 |
| Octal | 136 | 50 | 334 | 71 | 122 | 0 | 16 | 402 | 110 | 63 |
| Binary | 1011110 | 101000 | 11011100 | 111001 | 1010010 | 0 | 1110 | 100000010 | 1001000 | 110011 |
Color Harmonies of #5E28DC
Complementary color
Monochromatic Colors of #5E28DC
Black with #5E28DC
Text Example
Text Example
White with #5E28DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E28DC; }
p { color: rgb(94,40,220); }
H1.HeaderClassName
{
color: #5E28DC;
}
.AnyTagClassName
{
color: #5E28DC;
}
</style>
background-color css
<style>
a { background-color: #5E28DC; }
a { background-color: rgb(94,40,220); }
div.DivClassName
{
background-color: #5E28DC;
}
.BgClassName
{
background-color: #5E28DC;
}
</style>
border-color css
<style>
span { border-color: #5E28DC; }
span { border-color: rgb(94,40,220); }
td.TdClassName
{
border-color: #5E28DC;
}
.TagClassName
{
border-color: #5E28DC;
}
</style>