Shades of Han Purple #4A20DB
Tints of Han Purple #4A20DB
RGB
CMYK
RGB Variations
Color information
#4A20DB (or 0x4A20DB) is known color: Han Purple. HEX triplet: 4A, 20 and DB. RGB value is (74,32,219). Sum of RGB (Red+Green+Blue) = 74+32+219=325 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.77% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 219 (85.94% from 255 or 67.38% from 325); Max value from RGB is 219 - color contains mainly: blue. Hex color #4A20DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A20DB is #B5DF24. Grayscale: #414141. Windows color (decimal): -11919141 or 14360650. OLE color: 14360650.
HSL color Cylindrical-coordinate representation of color #4A20DB: hue angle of 253.48º 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 #4A20DB is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 32 | 219 | - |
| CMYK | 0.66 | 0.85 | 0 | 0.14 |
| HSL | 253.48º | 0.75% | 0.49% | - |
| HSV(B) | 253.48º | 0.85% | 0.86% | - |
| XYZ | 16.13 | 7.6 | 67.64 | - |
| YUV | 65.88 | 214.41 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 32 | 219 | 0.66 | 0.85 | 0 | 0.14 | 253.48 | 0.75 | 0.49 |
| Hex | 4A | 20 | DB | 42 | 55 | 0 | E | FD | 4B | 31 |
| Octal | 112 | 40 | 333 | 102 | 125 | 0 | 16 | 375 | 113 | 61 |
| Binary | 1001010 | 100000 | 11011011 | 1000010 | 1010101 | 0 | 1110 | 11111101 | 1001011 | 110001 |
Color Harmonies of #4A20DB
Complementary color
Monochromatic Colors of #4A20DB
Black with #4A20DB
Text Example
Text Example
White with #4A20DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A20DB; }
p { color: rgb(74,32,219); }
H1.HeaderClassName
{
color: #4A20DB;
}
.AnyTagClassName
{
color: #4A20DB;
}
</style>
background-color css
<style>
a { background-color: #4A20DB; }
a { background-color: rgb(74,32,219); }
div.DivClassName
{
background-color: #4A20DB;
}
.BgClassName
{
background-color: #4A20DB;
}
</style>
border-color css
<style>
span { border-color: #4A20DB; }
span { border-color: rgb(74,32,219); }
td.TdClassName
{
border-color: #4A20DB;
}
.TagClassName
{
border-color: #4A20DB;
}
</style>