Shades of Han Purple #470EE1
Tints of Han Purple #470EE1
RGB
CMYK
RGB Variations
Color information
#470EE1 (or 0x470EE1) is known color: Han Purple. HEX triplet: 47, 0E and E1. RGB value is (71,14,225). Sum of RGB (Red+Green+Blue) = 71+14+225=310 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.90% from 310); Green value is 14 (5.86% from 255 or 4.52% from 310); Blue value is 225 (88.28% from 255 or 72.58% from 310); Max value from RGB is 225 - color contains mainly: blue. Hex color #470EE1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470EE1 is #B8F11E. Grayscale: #363636. Windows color (decimal): -12120351 or 14749255. OLE color: 14749255.
HSL color Cylindrical-coordinate representation of color #470EE1: hue angle of 256.21º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470EE1 is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 71 | 14 | 225 | - |
| CMYK | 0.68 | 0.94 | 0 | 0.12 |
| HSL | 256.21º | 0.88% | 0.47% | - |
| HSV(B) | 256.21º | 0.94% | 0.88% | - |
| XYZ | 16.35 | 7.09 | 71.74 | - |
| YUV | 55.1 | 223.88 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 14 | 225 | 0.68 | 0.94 | 0 | 0.12 | 256.21 | 0.88 | 0.47 |
| Hex | 47 | E | E1 | 44 | 5E | 0 | C | 100 | 58 | 2F |
| Octal | 107 | 16 | 341 | 104 | 136 | 0 | 14 | 400 | 130 | 57 |
| Binary | 1000111 | 1110 | 11100001 | 1000100 | 1011110 | 0 | 1100 | 100000000 | 1011000 | 101111 |
Color Harmonies of #470EE1
Complementary color
Monochromatic Colors of #470EE1
Black with #470EE1
Text Example
Text Example
White with #470EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470EE1; }
p { color: rgb(71,14,225); }
H1.HeaderClassName
{
color: #470EE1;
}
.AnyTagClassName
{
color: #470EE1;
}
</style>
background-color css
<style>
a { background-color: #470EE1; }
a { background-color: rgb(71,14,225); }
div.DivClassName
{
background-color: #470EE1;
}
.BgClassName
{
background-color: #470EE1;
}
</style>
border-color css
<style>
span { border-color: #470EE1; }
span { border-color: rgb(71,14,225); }
td.TdClassName
{
border-color: #470EE1;
}
.TagClassName
{
border-color: #470EE1;
}
</style>