Shades of Han Purple #4E21EC
Tints of Han Purple #4E21EC
RGB
CMYK
RGB Variations
Color information
#4E21EC (or 0x4E21EC) is known color: Han Purple. HEX triplet: 4E, 21 and EC. RGB value is (78,33,236). Sum of RGB (Red+Green+Blue) = 78+33+236=347 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.48% from 347); Green value is 33 (13.28% from 255 or 9.51% from 347); Blue value is 236 (92.58% from 255 or 68.01% from 347); Max value from RGB is 236 - color contains mainly: blue. Hex color #4E21EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E21EC is #B1DE13. Grayscale: #444444. Windows color (decimal): -11656724 or 15475022. OLE color: 15475022.
HSL color Cylindrical-coordinate representation of color #4E21EC: hue angle of 253.3º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4E21EC is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 33 | 236 | - |
| CMYK | 0.67 | 0.86 | 0 | 0.07 |
| HSL | 253.3º | 0.84% | 0.53% | - |
| HSV(B) | 253.3º | 0.86% | 0.93% | - |
| XYZ | 18.83 | 8.76 | 80.06 | - |
| YUV | 69.6 | 221.91 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 33 | 236 | 0.67 | 0.86 | 0 | 0.07 | 253.3 | 0.84 | 0.53 |
| Hex | 4E | 21 | EC | 43 | 56 | 0 | 7 | FD | 54 | 35 |
| Octal | 116 | 41 | 354 | 103 | 126 | 0 | 7 | 375 | 124 | 65 |
| Binary | 1001110 | 100001 | 11101100 | 1000011 | 1010110 | 0 | 111 | 11111101 | 1010100 | 110101 |
Color Harmonies of #4E21EC
Complementary color
Monochromatic Colors of #4E21EC
Black with #4E21EC
Text Example
Text Example
White with #4E21EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E21EC; }
p { color: rgb(78,33,236); }
H1.HeaderClassName
{
color: #4E21EC;
}
.AnyTagClassName
{
color: #4E21EC;
}
</style>
background-color css
<style>
a { background-color: #4E21EC; }
a { background-color: rgb(78,33,236); }
div.DivClassName
{
background-color: #4E21EC;
}
.BgClassName
{
background-color: #4E21EC;
}
</style>
border-color css
<style>
span { border-color: #4E21EC; }
span { border-color: rgb(78,33,236); }
td.TdClassName
{
border-color: #4E21EC;
}
.TagClassName
{
border-color: #4E21EC;
}
</style>