Shades of Han Purple #4705EC
Tints of Han Purple #4705EC
RGB
CMYK
RGB Variations
Color information
#4705EC (or 0x4705EC) is known color: Han Purple. HEX triplet: 47, 05 and EC. RGB value is (71,5,236). Sum of RGB (Red+Green+Blue) = 71+5+236=312 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.76% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 236 (92.58% from 255 or 75.64% from 312); Max value from RGB is 236 - color contains mainly: blue. Hex color #4705EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4705EC is #B8FA13. Grayscale: #323232. Windows color (decimal): -12122644 or 15467847. OLE color: 15467847.
HSL color Cylindrical-coordinate representation of color #4705EC: hue angle of 257.14º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4705EC is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 5 | 236 | - |
| CMYK | 0.70 | 0.98 | 0 | 0.07 |
| HSL | 257.14º | 0.96% | 0.47% | - |
| HSV(B) | 257.14º | 0.98% | 0.93% | - |
| XYZ | 17.79 | 7.5 | 79.87 | - |
| YUV | 51.07 | 232.37 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 5 | 236 | 0.70 | 0.98 | 0 | 0.07 | 257.14 | 0.96 | 0.47 |
| Hex | 47 | 5 | EC | 46 | 62 | 0 | 7 | 101 | 60 | 2F |
| Octal | 107 | 5 | 354 | 106 | 142 | 0 | 7 | 401 | 140 | 57 |
| Binary | 1000111 | 101 | 11101100 | 1000110 | 1100010 | 0 | 111 | 100000001 | 1100000 | 101111 |
Color Harmonies of #4705EC
Complementary color
Monochromatic Colors of #4705EC
Black with #4705EC
Text Example
Text Example
White with #4705EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4705EC; }
p { color: rgb(71,5,236); }
H1.HeaderClassName
{
color: #4705EC;
}
.AnyTagClassName
{
color: #4705EC;
}
</style>
background-color css
<style>
a { background-color: #4705EC; }
a { background-color: rgb(71,5,236); }
div.DivClassName
{
background-color: #4705EC;
}
.BgClassName
{
background-color: #4705EC;
}
</style>
border-color css
<style>
span { border-color: #4705EC; }
span { border-color: rgb(71,5,236); }
td.TdClassName
{
border-color: #4705EC;
}
.TagClassName
{
border-color: #4705EC;
}
</style>