Shades of Han Purple #470CEC
Tints of Han Purple #470CEC
RGB
CMYK
RGB Variations
Color information
#470CEC (or 0x470CEC) is known color: Han Purple. HEX triplet: 47, 0C and EC. RGB value is (71,12,236). Sum of RGB (Red+Green+Blue) = 71+12+236=319 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.26% from 319); Green value is 12 (5.08% from 255 or 3.76% from 319); Blue value is 236 (92.58% from 255 or 73.98% from 319); Max value from RGB is 236 - color contains mainly: blue. Hex color #470CEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #470CEC is #B8F313. Grayscale: #363636. Windows color (decimal): -12120852 or 15469639. OLE color: 15469639.
HSL color Cylindrical-coordinate representation of color #470CEC: hue angle of 255.8º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #470CEC is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 12 | 236 | - |
| CMYK | 0.70 | 0.95 | 0 | 0.07 |
| HSL | 255.8º | 0.9% | 0.49% | - |
| HSV(B) | 255.8º | 0.95% | 0.93% | - |
| XYZ | 17.87 | 7.66 | 79.89 | - |
| YUV | 55.18 | 230.05 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 12 | 236 | 0.70 | 0.95 | 0 | 0.07 | 255.8 | 0.9 | 0.49 |
| Hex | 47 | C | EC | 46 | 5F | 0 | 7 | 100 | 5A | 31 |
| Octal | 107 | 14 | 354 | 106 | 137 | 0 | 7 | 400 | 132 | 61 |
| Binary | 1000111 | 1100 | 11101100 | 1000110 | 1011111 | 0 | 111 | 100000000 | 1011010 | 110001 |
Color Harmonies of #470CEC
Complementary color
Monochromatic Colors of #470CEC
Black with #470CEC
Text Example
Text Example
White with #470CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470CEC; }
p { color: rgb(71,12,236); }
H1.HeaderClassName
{
color: #470CEC;
}
.AnyTagClassName
{
color: #470CEC;
}
</style>
background-color css
<style>
a { background-color: #470CEC; }
a { background-color: rgb(71,12,236); }
div.DivClassName
{
background-color: #470CEC;
}
.BgClassName
{
background-color: #470CEC;
}
</style>
border-color css
<style>
span { border-color: #470CEC; }
span { border-color: rgb(71,12,236); }
td.TdClassName
{
border-color: #470CEC;
}
.TagClassName
{
border-color: #470CEC;
}
</style>