Shades of Han Purple #4D20DC
Tints of Han Purple #4D20DC
RGB
CMYK
RGB Variations
Color information
#4D20DC (or 0x4D20DC) is known color: Han Purple. HEX triplet: 4D, 20 and DC. RGB value is (77,32,220). Sum of RGB (Red+Green+Blue) = 77+32+220=329 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.40% from 329); Green value is 32 (12.89% from 255 or 9.73% from 329); Blue value is 220 (86.33% from 255 or 66.87% from 329); Max value from RGB is 220 - color contains mainly: blue. Hex color #4D20DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D20DC is #B2DF23. Grayscale: #424242. Windows color (decimal): -11722532 or 14426189. OLE color: 14426189.
HSL color Cylindrical-coordinate representation of color #4D20DC: hue angle of 254.36º 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 #4D20DC is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 32 | 220 | - |
| CMYK | 0.65 | 0.85 | 0 | 0.14 |
| HSL | 254.36º | 0.75% | 0.49% | - |
| HSV(B) | 254.36º | 0.85% | 0.86% | - |
| XYZ | 16.5 | 7.78 | 68.34 | - |
| YUV | 66.89 | 214.41 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 32 | 220 | 0.65 | 0.85 | 0 | 0.14 | 254.36 | 0.75 | 0.49 |
| Hex | 4D | 20 | DC | 41 | 55 | 0 | E | FE | 4B | 31 |
| Octal | 115 | 40 | 334 | 101 | 125 | 0 | 16 | 376 | 113 | 61 |
| Binary | 1001101 | 100000 | 11011100 | 1000001 | 1010101 | 0 | 1110 | 11111110 | 1001011 | 110001 |
Color Harmonies of #4D20DC
Complementary color
Monochromatic Colors of #4D20DC
Black with #4D20DC
Text Example
Text Example
White with #4D20DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D20DC; }
p { color: rgb(77,32,220); }
H1.HeaderClassName
{
color: #4D20DC;
}
.AnyTagClassName
{
color: #4D20DC;
}
</style>
background-color css
<style>
a { background-color: #4D20DC; }
a { background-color: rgb(77,32,220); }
div.DivClassName
{
background-color: #4D20DC;
}
.BgClassName
{
background-color: #4D20DC;
}
</style>
border-color css
<style>
span { border-color: #4D20DC; }
span { border-color: rgb(77,32,220); }
td.TdClassName
{
border-color: #4D20DC;
}
.TagClassName
{
border-color: #4D20DC;
}
</style>