Shades of Han Purple #4D22EE
Tints of Han Purple #4D22EE
RGB
CMYK
RGB Variations
Color information
#4D22EE (or 0x4D22EE) is known color: Han Purple. HEX triplet: 4D, 22 and EE. RGB value is (77,34,238). Sum of RGB (Red+Green+Blue) = 77+34+238=349 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.06% from 349); Green value is 34 (13.67% from 255 or 9.74% from 349); Blue value is 238 (93.36% from 255 or 68.19% from 349); Max value from RGB is 238 - color contains mainly: blue. Hex color #4D22EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D22EE is #B2DD11. Grayscale: #454545. Windows color (decimal): -11722002 or 15606349. OLE color: 15606349.
HSL color Cylindrical-coordinate representation of color #4D22EE: hue angle of 252.65º degrees, saturation: 0.86, 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 #4D22EE is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 34 | 238 | - |
| CMYK | 0.68 | 0.86 | 0 | 0.07 |
| HSL | 252.65º | 0.86% | 0.53% | - |
| HSV(B) | 252.65º | 0.86% | 0.93% | - |
| XYZ | 19.07 | 8.89 | 81.6 | - |
| YUV | 70.11 | 222.75 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 34 | 238 | 0.68 | 0.86 | 0 | 0.07 | 252.65 | 0.86 | 0.53 |
| Hex | 4D | 22 | EE | 44 | 56 | 0 | 7 | FD | 56 | 35 |
| Octal | 115 | 42 | 356 | 104 | 126 | 0 | 7 | 375 | 126 | 65 |
| Binary | 1001101 | 100010 | 11101110 | 1000100 | 1010110 | 0 | 111 | 11111101 | 1010110 | 110101 |
Color Harmonies of #4D22EE
Complementary color
Monochromatic Colors of #4D22EE
Black with #4D22EE
Text Example
Text Example
White with #4D22EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D22EE; }
p { color: rgb(77,34,238); }
H1.HeaderClassName
{
color: #4D22EE;
}
.AnyTagClassName
{
color: #4D22EE;
}
</style>
background-color css
<style>
a { background-color: #4D22EE; }
a { background-color: rgb(77,34,238); }
div.DivClassName
{
background-color: #4D22EE;
}
.BgClassName
{
background-color: #4D22EE;
}
</style>
border-color css
<style>
span { border-color: #4D22EE; }
span { border-color: rgb(77,34,238); }
td.TdClassName
{
border-color: #4D22EE;
}
.TagClassName
{
border-color: #4D22EE;
}
</style>