Shades of Han Purple #470DEC
Tints of Han Purple #470DEC
RGB
CMYK
RGB Variations
Color information
#470DEC (or 0x470DEC) is known color: Han Purple. HEX triplet: 47, 0D and EC. RGB value is (71,13,236). Sum of RGB (Red+Green+Blue) = 71+13+236=320 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.19% from 320); Green value is 13 (5.47% from 255 or 4.06% from 320); Blue value is 236 (92.58% from 255 or 73.75% from 320); Max value from RGB is 236 - color contains mainly: blue. Hex color #470DEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #470DEC is #B8F213. Grayscale: #363636. Windows color (decimal): -12120596 or 15469895. OLE color: 15469895.
HSL color Cylindrical-coordinate representation of color #470DEC: hue angle of 255.61º degrees, saturation: 0.9, 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 #470DEC is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 13 | 236 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.07 |
| HSL | 255.61º | 0.9% | 0.49% | - |
| HSV(B) | 255.61º | 0.94% | 0.93% | - |
| XYZ | 17.88 | 7.68 | 79.9 | - |
| YUV | 55.76 | 229.72 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 13 | 236 | 0.70 | 0.94 | 0 | 0.07 | 255.61 | 0.9 | 0.49 |
| Hex | 47 | D | EC | 46 | 5E | 0 | 7 | 100 | 5A | 31 |
| Octal | 107 | 15 | 354 | 106 | 136 | 0 | 7 | 400 | 132 | 61 |
| Binary | 1000111 | 1101 | 11101100 | 1000110 | 1011110 | 0 | 111 | 100000000 | 1011010 | 110001 |
Color Harmonies of #470DEC
Complementary color
Monochromatic Colors of #470DEC
Black with #470DEC
Text Example
Text Example
White with #470DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470DEC; }
p { color: rgb(71,13,236); }
H1.HeaderClassName
{
color: #470DEC;
}
.AnyTagClassName
{
color: #470DEC;
}
</style>
background-color css
<style>
a { background-color: #470DEC; }
a { background-color: rgb(71,13,236); }
div.DivClassName
{
background-color: #470DEC;
}
.BgClassName
{
background-color: #470DEC;
}
</style>
border-color css
<style>
span { border-color: #470DEC; }
span { border-color: rgb(71,13,236); }
td.TdClassName
{
border-color: #470DEC;
}
.TagClassName
{
border-color: #470DEC;
}
</style>