Shades of Han Purple #4F22EC
Tints of Han Purple #4F22EC
RGB
CMYK
RGB Variations
Color information
#4F22EC (or 0x4F22EC) is known color: Han Purple. HEX triplet: 4F, 22 and EC. RGB value is (79,34,236). Sum of RGB (Red+Green+Blue) = 79+34+236=349 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.64% from 349); Green value is 34 (13.67% from 255 or 9.74% from 349); Blue value is 236 (92.58% from 255 or 67.62% from 349); Max value from RGB is 236 - color contains mainly: blue. Hex color #4F22EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F22EC is #B0DD13. Grayscale: #454545. Windows color (decimal): -11590932 or 15475279. OLE color: 15475279.
HSL color Cylindrical-coordinate representation of color #4F22EC: hue angle of 253.37º 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 #4F22EC is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 34 | 236 | - |
| CMYK | 0.67 | 0.86 | 0 | 0.07 |
| HSL | 253.37º | 0.84% | 0.53% | - |
| HSV(B) | 253.37º | 0.86% | 0.93% | - |
| XYZ | 18.94 | 8.86 | 80.07 | - |
| YUV | 70.48 | 221.41 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 34 | 236 | 0.67 | 0.86 | 0 | 0.07 | 253.37 | 0.84 | 0.53 |
| Hex | 4F | 22 | EC | 43 | 56 | 0 | 7 | FD | 54 | 35 |
| Octal | 117 | 42 | 354 | 103 | 126 | 0 | 7 | 375 | 124 | 65 |
| Binary | 1001111 | 100010 | 11101100 | 1000011 | 1010110 | 0 | 111 | 11111101 | 1010100 | 110101 |
Color Harmonies of #4F22EC
Complementary color
Monochromatic Colors of #4F22EC
Black with #4F22EC
Text Example
Text Example
White with #4F22EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F22EC; }
p { color: rgb(79,34,236); }
H1.HeaderClassName
{
color: #4F22EC;
}
.AnyTagClassName
{
color: #4F22EC;
}
</style>
background-color css
<style>
a { background-color: #4F22EC; }
a { background-color: rgb(79,34,236); }
div.DivClassName
{
background-color: #4F22EC;
}
.BgClassName
{
background-color: #4F22EC;
}
</style>
border-color css
<style>
span { border-color: #4F22EC; }
span { border-color: rgb(79,34,236); }
td.TdClassName
{
border-color: #4F22EC;
}
.TagClassName
{
border-color: #4F22EC;
}
</style>