Shades of Han Purple #470EFF
Tints of Han Purple #470EFF
RGB
CMYK
RGB Variations
Color information
#470EFF (or 0x470EFF) is known color: Han Purple. HEX triplet: 47, 0E and FF. RGB value is (71,14,255). Sum of RGB (Red+Green+Blue) = 71+14+255=340 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.88% from 340); Green value is 14 (5.86% from 255 or 4.12% from 340); Blue value is 255 (100% from 255 or 75% from 340); Max value from RGB is 255 - color contains mainly: blue. Hex color #470EFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #470EFF is #B8F100. Grayscale: #393939. Windows color (decimal): -12120321 or 16715335. OLE color: 16715335.
HSL color Cylindrical-coordinate representation of color #470EFF: hue angle of 254.19º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #470EFF is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 14 | 255 | - |
| CMYK | 0.72 | 0.95 | 0 | 0 |
| HSL | 254.19º | 1% | 0.53% | - |
| HSV(B) | 254.19º | 0.95% | 1% | - |
| XYZ | 20.81 | 8.87 | 95.22 | - |
| YUV | 58.52 | 238.88 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 14 | 255 | 0.72 | 0.95 | 0 | 0 | 254.19 | 1 | 0.53 |
| Hex | 47 | E | FF | 48 | 5F | 0 | 0 | FE | 64 | 35 |
| Octal | 107 | 16 | 377 | 110 | 137 | 0 | 0 | 376 | 144 | 65 |
| Binary | 1000111 | 1110 | 11111111 | 1001000 | 1011111 | 0 | 0 | 11111110 | 1100100 | 110101 |
Color Harmonies of #470EFF
Complementary color
Monochromatic Colors of #470EFF
Black with #470EFF
Text Example
Text Example
White with #470EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470EFF; }
p { color: rgb(71,14,255); }
H1.HeaderClassName
{
color: #470EFF;
}
.AnyTagClassName
{
color: #470EFF;
}
</style>
background-color css
<style>
a { background-color: #470EFF; }
a { background-color: rgb(71,14,255); }
div.DivClassName
{
background-color: #470EFF;
}
.BgClassName
{
background-color: #470EFF;
}
</style>
border-color css
<style>
span { border-color: #470EFF; }
span { border-color: rgb(71,14,255); }
td.TdClassName
{
border-color: #470EFF;
}
.TagClassName
{
border-color: #470EFF;
}
</style>