Shades of Han Purple #4D22DC
Tints of Han Purple #4D22DC
RGB
CMYK
RGB Variations
Color information
#4D22DC (or 0x4D22DC) is known color: Han Purple. HEX triplet: 4D, 22 and DC. RGB value is (77,34,220). Sum of RGB (Red+Green+Blue) = 77+34+220=331 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.26% from 331); Green value is 34 (13.67% from 255 or 10.27% from 331); Blue value is 220 (86.33% from 255 or 66.47% from 331); Max value from RGB is 220 - color contains mainly: blue. Hex color #4D22DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D22DC is #B2DD23. Grayscale: #434343. Windows color (decimal): -11722020 or 14426701. OLE color: 14426701.
HSL color Cylindrical-coordinate representation of color #4D22DC: hue angle of 253.87º degrees, saturation: 0.73, 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 #4D22DC is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 34 | 220 | - |
| CMYK | 0.65 | 0.85 | 0 | 0.14 |
| HSL | 253.87º | 0.73% | 0.5% | - |
| HSV(B) | 253.87º | 0.85% | 0.86% | - |
| XYZ | 16.55 | 7.89 | 68.36 | - |
| YUV | 68.06 | 213.75 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 34 | 220 | 0.65 | 0.85 | 0 | 0.14 | 253.87 | 0.73 | 0.5 |
| Hex | 4D | 22 | DC | 41 | 55 | 0 | E | FE | 49 | 32 |
| Octal | 115 | 42 | 334 | 101 | 125 | 0 | 16 | 376 | 111 | 62 |
| Binary | 1001101 | 100010 | 11011100 | 1000001 | 1010101 | 0 | 1110 | 11111110 | 1001001 | 110010 |
Color Harmonies of #4D22DC
Complementary color
Monochromatic Colors of #4D22DC
Black with #4D22DC
Text Example
Text Example
White with #4D22DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D22DC; }
p { color: rgb(77,34,220); }
H1.HeaderClassName
{
color: #4D22DC;
}
.AnyTagClassName
{
color: #4D22DC;
}
</style>
background-color css
<style>
a { background-color: #4D22DC; }
a { background-color: rgb(77,34,220); }
div.DivClassName
{
background-color: #4D22DC;
}
.BgClassName
{
background-color: #4D22DC;
}
</style>
border-color css
<style>
span { border-color: #4D22DC; }
span { border-color: rgb(77,34,220); }
td.TdClassName
{
border-color: #4D22DC;
}
.TagClassName
{
border-color: #4D22DC;
}
</style>