Shades of Han Purple #470AFC
Tints of Han Purple #470AFC
RGB
CMYK
RGB Variations
Color information
#470AFC (or 0x470AFC) is known color: Han Purple. HEX triplet: 47, 0A and FC. RGB value is (71,10,252). Sum of RGB (Red+Green+Blue) = 71+10+252=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 10 (4.30% from 255 or 3.00% from 333); Blue value is 252 (98.83% from 255 or 75.68% from 333); Max value from RGB is 252 - color contains mainly: blue. Hex color #470AFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #470AFC is #B8F503. Grayscale: #363636. Windows color (decimal): -12121348 or 16517703. OLE color: 16517703.
HSL color Cylindrical-coordinate representation of color #470AFC: hue angle of 255.12º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #470AFC is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 10 | 252 | - |
| CMYK | 0.72 | 0.96 | 0 | 0.01 |
| HSL | 255.12º | 0.98% | 0.51% | - |
| HSV(B) | 255.12º | 0.96% | 0.99% | - |
| XYZ | 20.28 | 8.58 | 92.68 | - |
| YUV | 55.83 | 238.71 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 10 | 252 | 0.72 | 0.96 | 0 | 0.01 | 255.12 | 0.98 | 0.51 |
| Hex | 47 | A | FC | 48 | 60 | 0 | 1 | FF | 62 | 33 |
| Octal | 107 | 12 | 374 | 110 | 140 | 0 | 1 | 377 | 142 | 63 |
| Binary | 1000111 | 1010 | 11111100 | 1001000 | 1100000 | 0 | 1 | 11111111 | 1100010 | 110011 |
Color Harmonies of #470AFC
Complementary color
Monochromatic Colors of #470AFC
Black with #470AFC
Text Example
Text Example
White with #470AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470AFC; }
p { color: rgb(71,10,252); }
H1.HeaderClassName
{
color: #470AFC;
}
.AnyTagClassName
{
color: #470AFC;
}
</style>
background-color css
<style>
a { background-color: #470AFC; }
a { background-color: rgb(71,10,252); }
div.DivClassName
{
background-color: #470AFC;
}
.BgClassName
{
background-color: #470AFC;
}
</style>
border-color css
<style>
span { border-color: #470AFC; }
span { border-color: rgb(71,10,252); }
td.TdClassName
{
border-color: #470AFC;
}
.TagClassName
{
border-color: #470AFC;
}
</style>