Shades of Han Purple #470EED
Tints of Han Purple #470EED
RGB
CMYK
RGB Variations
Color information
#470EED (or 0x470EED) is known color: Han Purple. HEX triplet: 47, 0E and ED. RGB value is (71,14,237). Sum of RGB (Red+Green+Blue) = 71+14+237=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 14 (5.86% from 255 or 4.35% from 322); Blue value is 237 (92.97% from 255 or 73.60% from 322); Max value from RGB is 237 - color contains mainly: blue. Hex color #470EED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #470EED is #B8F112. Grayscale: #373737. Windows color (decimal): -12120339 or 15535687. OLE color: 15535687.
HSL color Cylindrical-coordinate representation of color #470EED: hue angle of 255.34º 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 #470EED is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 14 | 237 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.07 |
| HSL | 255.34º | 0.89% | 0.49% | - |
| HSV(B) | 255.34º | 0.94% | 0.93% | - |
| XYZ | 18.04 | 7.77 | 80.67 | - |
| YUV | 56.47 | 229.88 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 14 | 237 | 0.70 | 0.94 | 0 | 0.07 | 255.34 | 0.89 | 0.49 |
| Hex | 47 | E | ED | 46 | 5E | 0 | 7 | FF | 59 | 31 |
| Octal | 107 | 16 | 355 | 106 | 136 | 0 | 7 | 377 | 131 | 61 |
| Binary | 1000111 | 1110 | 11101101 | 1000110 | 1011110 | 0 | 111 | 11111111 | 1011001 | 110001 |
Color Harmonies of #470EED
Complementary color
Monochromatic Colors of #470EED
Black with #470EED
Text Example
Text Example
White with #470EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470EED; }
p { color: rgb(71,14,237); }
H1.HeaderClassName
{
color: #470EED;
}
.AnyTagClassName
{
color: #470EED;
}
</style>
background-color css
<style>
a { background-color: #470EED; }
a { background-color: rgb(71,14,237); }
div.DivClassName
{
background-color: #470EED;
}
.BgClassName
{
background-color: #470EED;
}
</style>
border-color css
<style>
span { border-color: #470EED; }
span { border-color: rgb(71,14,237); }
td.TdClassName
{
border-color: #470EED;
}
.TagClassName
{
border-color: #470EED;
}
</style>