Shades of Han Purple #4D22EC
Tints of Han Purple #4D22EC
RGB
CMYK
RGB Variations
Color information
#4D22EC (or 0x4D22EC) is known color: Han Purple. HEX triplet: 4D, 22 and EC. RGB value is (77,34,236). Sum of RGB (Red+Green+Blue) = 77+34+236=347 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.19% from 347); Green value is 34 (13.67% from 255 or 9.80% from 347); Blue value is 236 (92.58% from 255 or 68.01% from 347); Max value from RGB is 236 - color contains mainly: blue. Hex color #4D22EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D22EC is #B2DD13. Grayscale: #454545. Windows color (decimal): -11722004 or 15475277. OLE color: 15475277.
HSL color Cylindrical-coordinate representation of color #4D22EC: hue angle of 252.77º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D22EC is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 34 | 236 | - |
| CMYK | 0.67 | 0.86 | 0 | 0.07 |
| HSL | 252.77º | 0.84% | 0.53% | - |
| HSV(B) | 252.77º | 0.86% | 0.93% | - |
| XYZ | 18.77 | 8.78 | 80.06 | - |
| YUV | 69.89 | 221.75 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 34 | 236 | 0.67 | 0.86 | 0 | 0.07 | 252.77 | 0.84 | 0.53 |
| Hex | 4D | 22 | EC | 43 | 56 | 0 | 7 | FD | 54 | 35 |
| Octal | 115 | 42 | 354 | 103 | 126 | 0 | 7 | 375 | 124 | 65 |
| Binary | 1001101 | 100010 | 11101100 | 1000011 | 1010110 | 0 | 111 | 11111101 | 1010100 | 110101 |
Color Harmonies of #4D22EC
Complementary color
Monochromatic Colors of #4D22EC
Black with #4D22EC
Text Example
Text Example
White with #4D22EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D22EC; }
p { color: rgb(77,34,236); }
H1.HeaderClassName
{
color: #4D22EC;
}
.AnyTagClassName
{
color: #4D22EC;
}
</style>
background-color css
<style>
a { background-color: #4D22EC; }
a { background-color: rgb(77,34,236); }
div.DivClassName
{
background-color: #4D22EC;
}
.BgClassName
{
background-color: #4D22EC;
}
</style>
border-color css
<style>
span { border-color: #4D22EC; }
span { border-color: rgb(77,34,236); }
td.TdClassName
{
border-color: #4D22EC;
}
.TagClassName
{
border-color: #4D22EC;
}
</style>