Shades of Han Purple #4E28E0
Tints of Han Purple #4E28E0
RGB
CMYK
RGB Variations
Color information
#4E28E0 (or 0x4E28E0) is known color: Han Purple. HEX triplet: 4E, 28 and E0. RGB value is (78,40,224). Sum of RGB (Red+Green+Blue) = 78+40+224=342 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.81% from 342); Green value is 40 (16.02% from 255 or 11.70% from 342); Blue value is 224 (87.89% from 255 or 65.50% from 342); Max value from RGB is 224 - color contains mainly: blue. Hex color #4E28E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E28E0 is #B1D71F. Grayscale: #474747. Windows color (decimal): -11654944 or 14690382. OLE color: 14690382.
HSL color Cylindrical-coordinate representation of color #4E28E0: hue angle of 252.39º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E28E0 is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 78 | 40 | 224 | - |
| CMYK | 0.65 | 0.82 | 0 | 0.12 |
| HSL | 252.39º | 0.75% | 0.52% | - |
| HSV(B) | 252.39º | 0.82% | 0.88% | - |
| XYZ | 17.36 | 8.52 | 71.25 | - |
| YUV | 72.34 | 213.59 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 40 | 224 | 0.65 | 0.82 | 0 | 0.12 | 252.39 | 0.75 | 0.52 |
| Hex | 4E | 28 | E0 | 41 | 52 | 0 | C | FC | 4B | 34 |
| Octal | 116 | 50 | 340 | 101 | 122 | 0 | 14 | 374 | 113 | 64 |
| Binary | 1001110 | 101000 | 11100000 | 1000001 | 1010010 | 0 | 1100 | 11111100 | 1001011 | 110100 |
Color Harmonies of #4E28E0
Complementary color
Monochromatic Colors of #4E28E0
Black with #4E28E0
Text Example
Text Example
White with #4E28E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E28E0; }
p { color: rgb(78,40,224); }
H1.HeaderClassName
{
color: #4E28E0;
}
.AnyTagClassName
{
color: #4E28E0;
}
</style>
background-color css
<style>
a { background-color: #4E28E0; }
a { background-color: rgb(78,40,224); }
div.DivClassName
{
background-color: #4E28E0;
}
.BgClassName
{
background-color: #4E28E0;
}
</style>
border-color css
<style>
span { border-color: #4E28E0; }
span { border-color: rgb(78,40,224); }
td.TdClassName
{
border-color: #4E28E0;
}
.TagClassName
{
border-color: #4E28E0;
}
</style>