Shades of Han Purple #470DF0
Tints of Han Purple #470DF0
RGB
CMYK
RGB Variations
Color information
#470DF0 (or 0x470DF0) is known color: Han Purple. HEX triplet: 47, 0D and F0. RGB value is (71,13,240). Sum of RGB (Red+Green+Blue) = 71+13+240=324 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.91% from 324); Green value is 13 (5.47% from 255 or 4.01% from 324); Blue value is 240 (94.14% from 255 or 74.07% from 324); Max value from RGB is 240 - color contains mainly: blue. Hex color #470DF0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #470DF0 is #B8F20F. Grayscale: #373737. Windows color (decimal): -12120592 or 15732039. OLE color: 15732039.
HSL color Cylindrical-coordinate representation of color #470DF0: hue angle of 255.33º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #470DF0 is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 71 | 13 | 240 | - |
| CMYK | 0.70 | 0.95 | 0 | 0.06 |
| HSL | 255.33º | 0.9% | 0.5% | - |
| HSV(B) | 255.33º | 0.95% | 0.94% | - |
| XYZ | 18.47 | 7.92 | 82.99 | - |
| YUV | 56.22 | 231.72 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 13 | 240 | 0.70 | 0.95 | 0 | 0.06 | 255.33 | 0.9 | 0.5 |
| Hex | 47 | D | F0 | 46 | 5F | 0 | 6 | FF | 5A | 32 |
| Octal | 107 | 15 | 360 | 106 | 137 | 0 | 6 | 377 | 132 | 62 |
| Binary | 1000111 | 1101 | 11110000 | 1000110 | 1011111 | 0 | 110 | 11111111 | 1011010 | 110010 |
Color Harmonies of #470DF0
Complementary color
Monochromatic Colors of #470DF0
Black with #470DF0
Text Example
Text Example
White with #470DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470DF0; }
p { color: rgb(71,13,240); }
H1.HeaderClassName
{
color: #470DF0;
}
.AnyTagClassName
{
color: #470DF0;
}
</style>
background-color css
<style>
a { background-color: #470DF0; }
a { background-color: rgb(71,13,240); }
div.DivClassName
{
background-color: #470DF0;
}
.BgClassName
{
background-color: #470DF0;
}
</style>
border-color css
<style>
span { border-color: #470DF0; }
span { border-color: rgb(71,13,240); }
td.TdClassName
{
border-color: #470DF0;
}
.TagClassName
{
border-color: #470DF0;
}
</style>