Shades of Han Purple #470EEC
Tints of Han Purple #470EEC
RGB
CMYK
RGB Variations
Color information
#470EEC (or 0x470EEC) is known color: Han Purple. HEX triplet: 47, 0E and EC. RGB value is (71,14,236). Sum of RGB (Red+Green+Blue) = 71+14+236=321 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.12% from 321); Green value is 14 (5.86% from 255 or 4.36% from 321); Blue value is 236 (92.58% from 255 or 73.52% from 321); Max value from RGB is 236 - color contains mainly: blue. Hex color #470EEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #470EEC is #B8F113. Grayscale: #373737. Windows color (decimal): -12120340 or 15470151. OLE color: 15470151.
HSL color Cylindrical-coordinate representation of color #470EEC: hue angle of 255.41º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470EEC is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 14 | 236 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.07 |
| HSL | 255.41º | 0.89% | 0.49% | - |
| HSV(B) | 255.41º | 0.94% | 0.93% | - |
| XYZ | 17.9 | 7.71 | 79.9 | - |
| YUV | 56.35 | 229.38 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 14 | 236 | 0.70 | 0.94 | 0 | 0.07 | 255.41 | 0.89 | 0.49 |
| Hex | 47 | E | EC | 46 | 5E | 0 | 7 | FF | 59 | 31 |
| Octal | 107 | 16 | 354 | 106 | 136 | 0 | 7 | 377 | 131 | 61 |
| Binary | 1000111 | 1110 | 11101100 | 1000110 | 1011110 | 0 | 111 | 11111111 | 1011001 | 110001 |
Color Harmonies of #470EEC
Complementary color
Monochromatic Colors of #470EEC
Black with #470EEC
Text Example
Text Example
White with #470EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470EEC; }
p { color: rgb(71,14,236); }
H1.HeaderClassName
{
color: #470EEC;
}
.AnyTagClassName
{
color: #470EEC;
}
</style>
background-color css
<style>
a { background-color: #470EEC; }
a { background-color: rgb(71,14,236); }
div.DivClassName
{
background-color: #470EEC;
}
.BgClassName
{
background-color: #470EEC;
}
</style>
border-color css
<style>
span { border-color: #470EEC; }
span { border-color: rgb(71,14,236); }
td.TdClassName
{
border-color: #470EEC;
}
.TagClassName
{
border-color: #470EEC;
}
</style>