Shades of Han Purple #4C21DA
Tints of Han Purple #4C21DA
RGB
CMYK
RGB Variations
Color information
#4C21DA (or 0x4C21DA) is known color: Han Purple. HEX triplet: 4C, 21 and DA. RGB value is (76,33,218). Sum of RGB (Red+Green+Blue) = 76+33+218=327 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.24% from 327); Green value is 33 (13.28% from 255 or 10.09% from 327); Blue value is 218 (85.55% from 255 or 66.67% from 327); Max value from RGB is 218 - color contains mainly: blue. Hex color #4C21DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C21DA is #B3DE25. Grayscale: #424242. Windows color (decimal): -11787814 or 14295372. OLE color: 14295372.
HSL color Cylindrical-coordinate representation of color #4C21DA: hue angle of 253.95º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4C21DA is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 76 | 33 | 218 | - |
| CMYK | 0.65 | 0.85 | 0 | 0.15 |
| HSL | 253.95º | 0.74% | 0.49% | - |
| HSV(B) | 253.95º | 0.85% | 0.85% | - |
| XYZ | 16.18 | 7.69 | 66.96 | - |
| YUV | 66.95 | 213.25 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 33 | 218 | 0.65 | 0.85 | 0 | 0.15 | 253.95 | 0.74 | 0.49 |
| Hex | 4C | 21 | DA | 41 | 55 | 0 | F | FE | 4A | 31 |
| Octal | 114 | 41 | 332 | 101 | 125 | 0 | 17 | 376 | 112 | 61 |
| Binary | 1001100 | 100001 | 11011010 | 1000001 | 1010101 | 0 | 1111 | 11111110 | 1001010 | 110001 |
Color Harmonies of #4C21DA
Complementary color
Monochromatic Colors of #4C21DA
Black with #4C21DA
Text Example
Text Example
White with #4C21DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C21DA; }
p { color: rgb(76,33,218); }
H1.HeaderClassName
{
color: #4C21DA;
}
.AnyTagClassName
{
color: #4C21DA;
}
</style>
background-color css
<style>
a { background-color: #4C21DA; }
a { background-color: rgb(76,33,218); }
div.DivClassName
{
background-color: #4C21DA;
}
.BgClassName
{
background-color: #4C21DA;
}
</style>
border-color css
<style>
span { border-color: #4C21DA; }
span { border-color: rgb(76,33,218); }
td.TdClassName
{
border-color: #4C21DA;
}
.TagClassName
{
border-color: #4C21DA;
}
</style>