Shades of Han Purple #4A21DC
Tints of Han Purple #4A21DC
RGB
CMYK
RGB Variations
Color information
#4A21DC (or 0x4A21DC) is known color: Han Purple. HEX triplet: 4A, 21 and DC. RGB value is (74,33,220). Sum of RGB (Red+Green+Blue) = 74+33+220=327 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.63% from 327); Green value is 33 (13.28% from 255 or 10.09% from 327); Blue value is 220 (86.33% from 255 or 67.28% from 327); Max value from RGB is 220 - color contains mainly: blue. Hex color #4A21DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A21DC is #B5DE23. Grayscale: #414141. Windows color (decimal): -11918884 or 14426442. OLE color: 14426442.
HSL color Cylindrical-coordinate representation of color #4A21DC: hue angle of 253.16º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4A21DC is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 33 | 220 | - |
| CMYK | 0.66 | 0.85 | 0 | 0.14 |
| HSL | 253.16º | 0.74% | 0.5% | - |
| HSV(B) | 253.16º | 0.85% | 0.86% | - |
| XYZ | 16.29 | 7.71 | 68.34 | - |
| YUV | 66.58 | 214.58 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 33 | 220 | 0.66 | 0.85 | 0 | 0.14 | 253.16 | 0.74 | 0.5 |
| Hex | 4A | 21 | DC | 42 | 55 | 0 | E | FD | 4A | 32 |
| Octal | 112 | 41 | 334 | 102 | 125 | 0 | 16 | 375 | 112 | 62 |
| Binary | 1001010 | 100001 | 11011100 | 1000010 | 1010101 | 0 | 1110 | 11111101 | 1001010 | 110010 |
Color Harmonies of #4A21DC
Complementary color
Monochromatic Colors of #4A21DC
Black with #4A21DC
Text Example
Text Example
White with #4A21DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A21DC; }
p { color: rgb(74,33,220); }
H1.HeaderClassName
{
color: #4A21DC;
}
.AnyTagClassName
{
color: #4A21DC;
}
</style>
background-color css
<style>
a { background-color: #4A21DC; }
a { background-color: rgb(74,33,220); }
div.DivClassName
{
background-color: #4A21DC;
}
.BgClassName
{
background-color: #4A21DC;
}
</style>
border-color css
<style>
span { border-color: #4A21DC; }
span { border-color: rgb(74,33,220); }
td.TdClassName
{
border-color: #4A21DC;
}
.TagClassName
{
border-color: #4A21DC;
}
</style>