Shades of Han Purple #4720EC
Tints of Han Purple #4720EC
RGB
CMYK
RGB Variations
Color information
#4720EC (or 0x4720EC) is known color: Han Purple. HEX triplet: 47, 20 and EC. RGB value is (71,32,236). Sum of RGB (Red+Green+Blue) = 71+32+236=339 (44% of max value = 765). Red value is 71 (28.12% from 255 or 20.94% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 236 (92.58% from 255 or 69.62% from 339); Max value from RGB is 236 - color contains mainly: blue. Hex color #4720EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4720EC is #B8DF13. Grayscale: #424242. Windows color (decimal): -12115732 or 15474759. OLE color: 15474759.
HSL color Cylindrical-coordinate representation of color #4720EC: hue angle of 251.47º 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 #4720EC is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 32 | 236 | - |
| CMYK | 0.70 | 0.86 | 0 | 0.07 |
| HSL | 251.47º | 0.84% | 0.53% | - |
| HSV(B) | 251.47º | 0.86% | 0.93% | - |
| XYZ | 18.26 | 8.43 | 80.02 | - |
| YUV | 66.92 | 223.42 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 32 | 236 | 0.70 | 0.86 | 0 | 0.07 | 251.47 | 0.84 | 0.53 |
| Hex | 47 | 20 | EC | 46 | 56 | 0 | 7 | FB | 54 | 35 |
| Octal | 107 | 40 | 354 | 106 | 126 | 0 | 7 | 373 | 124 | 65 |
| Binary | 1000111 | 100000 | 11101100 | 1000110 | 1010110 | 0 | 111 | 11111011 | 1010100 | 110101 |
Color Harmonies of #4720EC
Complementary color
Monochromatic Colors of #4720EC
Black with #4720EC
Text Example
Text Example
White with #4720EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4720EC; }
p { color: rgb(71,32,236); }
H1.HeaderClassName
{
color: #4720EC;
}
.AnyTagClassName
{
color: #4720EC;
}
</style>
background-color css
<style>
a { background-color: #4720EC; }
a { background-color: rgb(71,32,236); }
div.DivClassName
{
background-color: #4720EC;
}
.BgClassName
{
background-color: #4720EC;
}
</style>
border-color css
<style>
span { border-color: #4720EC; }
span { border-color: rgb(71,32,236); }
td.TdClassName
{
border-color: #4720EC;
}
.TagClassName
{
border-color: #4720EC;
}
</style>