Shades of Han Purple #470CE6
Tints of Han Purple #470CE6
RGB
CMYK
RGB Variations
Color information
#470CE6 (or 0x470CE6) is known color: Han Purple. HEX triplet: 47, 0C and E6. RGB value is (71,12,230). Sum of RGB (Red+Green+Blue) = 71+12+230=313 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.68% from 313); Green value is 12 (5.08% from 255 or 3.83% from 313); Blue value is 230 (90.23% from 255 or 73.48% from 313); Max value from RGB is 230 - color contains mainly: blue. Hex color #470CE6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #470CE6 is #B8F319. Grayscale: #353535. Windows color (decimal): -12120858 or 15076423. OLE color: 15076423.
HSL color Cylindrical-coordinate representation of color #470CE6: hue angle of 256.24º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #470CE6 is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 71 | 12 | 230 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.10 |
| HSL | 256.24º | 0.9% | 0.47% | - |
| HSV(B) | 256.24º | 0.95% | 0.9% | - |
| XYZ | 17.01 | 7.32 | 75.38 | - |
| YUV | 54.49 | 227.05 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 12 | 230 | 0.69 | 0.95 | 0 | 0.10 | 256.24 | 0.9 | 0.47 |
| Hex | 47 | C | E6 | 45 | 5F | 0 | A | 100 | 5A | 2F |
| Octal | 107 | 14 | 346 | 105 | 137 | 0 | 12 | 400 | 132 | 57 |
| Binary | 1000111 | 1100 | 11100110 | 1000101 | 1011111 | 0 | 1010 | 100000000 | 1011010 | 101111 |
Color Harmonies of #470CE6
Complementary color
Monochromatic Colors of #470CE6
Black with #470CE6
Text Example
Text Example
White with #470CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470CE6; }
p { color: rgb(71,12,230); }
H1.HeaderClassName
{
color: #470CE6;
}
.AnyTagClassName
{
color: #470CE6;
}
</style>
background-color css
<style>
a { background-color: #470CE6; }
a { background-color: rgb(71,12,230); }
div.DivClassName
{
background-color: #470CE6;
}
.BgClassName
{
background-color: #470CE6;
}
</style>
border-color css
<style>
span { border-color: #470CE6; }
span { border-color: rgb(71,12,230); }
td.TdClassName
{
border-color: #470CE6;
}
.TagClassName
{
border-color: #470CE6;
}
</style>