Shades of Han Purple #4C21EE
Tints of Han Purple #4C21EE
RGB
CMYK
RGB Variations
Color information
#4C21EE (or 0x4C21EE) is known color: Han Purple. HEX triplet: 4C, 21 and EE. RGB value is (76,33,238). Sum of RGB (Red+Green+Blue) = 76+33+238=347 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.90% from 347); Green value is 33 (13.28% from 255 or 9.51% from 347); Blue value is 238 (93.36% from 255 or 68.59% from 347); Max value from RGB is 238 - color contains mainly: blue. Hex color #4C21EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C21EE is #B3DE11. Grayscale: #444444. Windows color (decimal): -11787794 or 15606092. OLE color: 15606092.
HSL color Cylindrical-coordinate representation of color #4C21EE: hue angle of 252.59º degrees, saturation: 0.86, 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 #4C21EE is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 33 | 238 | - |
| CMYK | 0.68 | 0.86 | 0 | 0.07 |
| HSL | 252.59º | 0.86% | 0.53% | - |
| HSV(B) | 252.59º | 0.86% | 0.93% | - |
| XYZ | 18.96 | 8.8 | 81.59 | - |
| YUV | 69.23 | 223.25 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 33 | 238 | 0.68 | 0.86 | 0 | 0.07 | 252.59 | 0.86 | 0.53 |
| Hex | 4C | 21 | EE | 44 | 56 | 0 | 7 | FD | 56 | 35 |
| Octal | 114 | 41 | 356 | 104 | 126 | 0 | 7 | 375 | 126 | 65 |
| Binary | 1001100 | 100001 | 11101110 | 1000100 | 1010110 | 0 | 111 | 11111101 | 1010110 | 110101 |
Color Harmonies of #4C21EE
Complementary color
Monochromatic Colors of #4C21EE
Black with #4C21EE
Text Example
Text Example
White with #4C21EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C21EE; }
p { color: rgb(76,33,238); }
H1.HeaderClassName
{
color: #4C21EE;
}
.AnyTagClassName
{
color: #4C21EE;
}
</style>
background-color css
<style>
a { background-color: #4C21EE; }
a { background-color: rgb(76,33,238); }
div.DivClassName
{
background-color: #4C21EE;
}
.BgClassName
{
background-color: #4C21EE;
}
</style>
border-color css
<style>
span { border-color: #4C21EE; }
span { border-color: rgb(76,33,238); }
td.TdClassName
{
border-color: #4C21EE;
}
.TagClassName
{
border-color: #4C21EE;
}
</style>