Shades of Han Purple #4700EC
Tints of Han Purple #4700EC
RGB
CMYK
RGB Variations
Color information
#4700EC (or 0x4700EC) is known color: Han Purple. HEX triplet: 47, 00 and EC. RGB value is (71,0,236). Sum of RGB (Red+Green+Blue) = 71+0+236=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 236 (92.58% from 255 or 76.87% from 307); Max value from RGB is 236 - color contains mainly: blue. Hex color #4700EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4700EC is #B8FF13. Grayscale: #2F2F2F. Windows color (decimal): -12123924 or 15466567. OLE color: 15466567.
HSL color Cylindrical-coordinate representation of color #4700EC: hue angle of 258.05º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4700EC is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 0 | 236 | - |
| CMYK | 0.70 | 1 | 0 | 0.07 |
| HSL | 258.05º | 1% | 0.46% | - |
| HSV(B) | 258.05º | 1% | 0.93% | - |
| XYZ | 17.74 | 7.4 | 79.85 | - |
| YUV | 48.13 | 234.02 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 0 | 236 | 0.70 | 1 | 0 | 0.07 | 258.05 | 1 | 0.46 |
| Hex | 47 | 0 | EC | 46 | 64 | 0 | 7 | 102 | 64 | 2E |
| Octal | 107 | 0 | 354 | 106 | 144 | 0 | 7 | 402 | 144 | 56 |
| Binary | 1000111 | 0 | 11101100 | 1000110 | 1100100 | 0 | 111 | 100000010 | 1100100 | 101110 |
Color Harmonies of #4700EC
Complementary color
Monochromatic Colors of #4700EC
Black with #4700EC
Text Example
Text Example
White with #4700EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4700EC; }
p { color: rgb(71,0,236); }
H1.HeaderClassName
{
color: #4700EC;
}
.AnyTagClassName
{
color: #4700EC;
}
</style>
background-color css
<style>
a { background-color: #4700EC; }
a { background-color: rgb(71,0,236); }
div.DivClassName
{
background-color: #4700EC;
}
.BgClassName
{
background-color: #4700EC;
}
</style>
border-color css
<style>
span { border-color: #4700EC; }
span { border-color: rgb(71,0,236); }
td.TdClassName
{
border-color: #4700EC;
}
.TagClassName
{
border-color: #4700EC;
}
</style>