Shades of Han Purple #4D22FF
Tints of Han Purple #4D22FF
RGB
CMYK
RGB Variations
Color information
#4D22FF (or 0x4D22FF) is known color: Han Purple. HEX triplet: 4D, 22 and FF. RGB value is (77,34,255). Sum of RGB (Red+Green+Blue) = 77+34+255=366 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.04% from 366); Green value is 34 (13.67% from 255 or 9.29% from 366); Blue value is 255 (100% from 255 or 69.67% from 366); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D22FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D22FF is #B2DD00. Grayscale: #474747. Windows color (decimal): -11721985 or 16720461. OLE color: 16720461.
HSL color Cylindrical-coordinate representation of color #4D22FF: hue angle of 251.67º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D22FF is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 34 | 255 | - |
| CMYK | 0.70 | 0.87 | 0 | 0 |
| HSL | 251.67º | 1% | 0.57% | - |
| HSV(B) | 251.67º | 0.87% | 1% | - |
| XYZ | 21.68 | 9.94 | 95.38 | - |
| YUV | 72.05 | 231.25 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 34 | 255 | 0.70 | 0.87 | 0 | 0 | 251.67 | 1 | 0.57 |
| Hex | 4D | 22 | FF | 46 | 57 | 0 | 0 | FC | 64 | 39 |
| Octal | 115 | 42 | 377 | 106 | 127 | 0 | 0 | 374 | 144 | 71 |
| Binary | 1001101 | 100010 | 11111111 | 1000110 | 1010111 | 0 | 0 | 11111100 | 1100100 | 111001 |
Color Harmonies of #4D22FF
Complementary color
Monochromatic Colors of #4D22FF
Black with #4D22FF
Text Example
Text Example
White with #4D22FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D22FF; }
p { color: rgb(77,34,255); }
H1.HeaderClassName
{
color: #4D22FF;
}
.AnyTagClassName
{
color: #4D22FF;
}
</style>
background-color css
<style>
a { background-color: #4D22FF; }
a { background-color: rgb(77,34,255); }
div.DivClassName
{
background-color: #4D22FF;
}
.BgClassName
{
background-color: #4D22FF;
}
</style>
border-color css
<style>
span { border-color: #4D22FF; }
span { border-color: rgb(77,34,255); }
td.TdClassName
{
border-color: #4D22FF;
}
.TagClassName
{
border-color: #4D22FF;
}
</style>