Shades of Han Purple #4F20EC
Tints of Han Purple #4F20EC
RGB
CMYK
RGB Variations
Color information
#4F20EC (or 0x4F20EC) is known color: Han Purple. HEX triplet: 4F, 20 and EC. RGB value is (79,32,236). Sum of RGB (Red+Green+Blue) = 79+32+236=347 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.77% from 347); Green value is 32 (12.89% from 255 or 9.22% 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 #4F20EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F20EC is #B0DF13. Grayscale: #444444. Windows color (decimal): -11591444 or 15474767. OLE color: 15474767.
HSL color Cylindrical-coordinate representation of color #4F20EC: hue angle of 253.82º 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 #4F20EC is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 32 | 236 | - |
| CMYK | 0.67 | 0.86 | 0 | 0.07 |
| HSL | 253.82º | 0.84% | 0.53% | - |
| HSV(B) | 253.82º | 0.86% | 0.93% | - |
| XYZ | 18.88 | 8.75 | 80.05 | - |
| YUV | 69.31 | 222.07 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 32 | 236 | 0.67 | 0.86 | 0 | 0.07 | 253.82 | 0.84 | 0.53 |
| Hex | 4F | 20 | EC | 43 | 56 | 0 | 7 | FE | 54 | 35 |
| Octal | 117 | 40 | 354 | 103 | 126 | 0 | 7 | 376 | 124 | 65 |
| Binary | 1001111 | 100000 | 11101100 | 1000011 | 1010110 | 0 | 111 | 11111110 | 1010100 | 110101 |
Color Harmonies of #4F20EC
Complementary color
Monochromatic Colors of #4F20EC
Black with #4F20EC
Text Example
Text Example
White with #4F20EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F20EC; }
p { color: rgb(79,32,236); }
H1.HeaderClassName
{
color: #4F20EC;
}
.AnyTagClassName
{
color: #4F20EC;
}
</style>
background-color css
<style>
a { background-color: #4F20EC; }
a { background-color: rgb(79,32,236); }
div.DivClassName
{
background-color: #4F20EC;
}
.BgClassName
{
background-color: #4F20EC;
}
</style>
border-color css
<style>
span { border-color: #4F20EC; }
span { border-color: rgb(79,32,236); }
td.TdClassName
{
border-color: #4F20EC;
}
.TagClassName
{
border-color: #4F20EC;
}
</style>