Shades of Han Purple #4A20DC
Tints of Han Purple #4A20DC
RGB
CMYK
RGB Variations
Color information
#4A20DC (or 0x4A20DC) is known color: Han Purple. HEX triplet: 4A, 20 and DC. RGB value is (74,32,220). Sum of RGB (Red+Green+Blue) = 74+32+220=326 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.70% from 326); Green value is 32 (12.89% from 255 or 9.82% from 326); Blue value is 220 (86.33% from 255 or 67.48% from 326); Max value from RGB is 220 - color contains mainly: blue. Hex color #4A20DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A20DC is #B5DF23. Grayscale: #414141. Windows color (decimal): -11919140 or 14426186. OLE color: 14426186.
HSL color Cylindrical-coordinate representation of color #4A20DC: hue angle of 253.4º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4A20DC is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 32 | 220 | - |
| CMYK | 0.66 | 0.85 | 0 | 0.14 |
| HSL | 253.4º | 0.75% | 0.49% | - |
| HSV(B) | 253.4º | 0.85% | 0.86% | - |
| XYZ | 16.26 | 7.66 | 68.33 | - |
| YUV | 65.99 | 214.91 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 32 | 220 | 0.66 | 0.85 | 0 | 0.14 | 253.4 | 0.75 | 0.49 |
| Hex | 4A | 20 | DC | 42 | 55 | 0 | E | FD | 4B | 31 |
| Octal | 112 | 40 | 334 | 102 | 125 | 0 | 16 | 375 | 113 | 61 |
| Binary | 1001010 | 100000 | 11011100 | 1000010 | 1010101 | 0 | 1110 | 11111101 | 1001011 | 110001 |
Color Harmonies of #4A20DC
Complementary color
Monochromatic Colors of #4A20DC
Black with #4A20DC
Text Example
Text Example
White with #4A20DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A20DC; }
p { color: rgb(74,32,220); }
H1.HeaderClassName
{
color: #4A20DC;
}
.AnyTagClassName
{
color: #4A20DC;
}
</style>
background-color css
<style>
a { background-color: #4A20DC; }
a { background-color: rgb(74,32,220); }
div.DivClassName
{
background-color: #4A20DC;
}
.BgClassName
{
background-color: #4A20DC;
}
</style>
border-color css
<style>
span { border-color: #4A20DC; }
span { border-color: rgb(74,32,220); }
td.TdClassName
{
border-color: #4A20DC;
}
.TagClassName
{
border-color: #4A20DC;
}
</style>