Shades of Han Purple #470AFF
Tints of Han Purple #470AFF
RGB
CMYK
RGB Variations
Color information
#470AFF (or 0x470AFF) is known color: Han Purple. HEX triplet: 47, 0A and FF. RGB value is (71,10,255). Sum of RGB (Red+Green+Blue) = 71+10+255=336 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.13% from 336); Green value is 10 (4.30% from 255 or 2.98% from 336); Blue value is 255 (100% from 255 or 75.89% from 336); Max value from RGB is 255 - color contains mainly: blue. Hex color #470AFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #470AFF is #B8F500. Grayscale: #373737. Windows color (decimal): -12121345 or 16714311. OLE color: 16714311.
HSL color Cylindrical-coordinate representation of color #470AFF: hue angle of 254.94º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #470AFF is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 10 | 255 | - |
| CMYK | 0.72 | 0.96 | 0 | 0 |
| HSL | 254.94º | 1% | 0.52% | - |
| HSV(B) | 254.94º | 0.96% | 1% | - |
| XYZ | 20.76 | 8.78 | 95.21 | - |
| YUV | 56.17 | 240.21 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 10 | 255 | 0.72 | 0.96 | 0 | 0 | 254.94 | 1 | 0.52 |
| Hex | 47 | A | FF | 48 | 60 | 0 | 0 | FF | 64 | 34 |
| Octal | 107 | 12 | 377 | 110 | 140 | 0 | 0 | 377 | 144 | 64 |
| Binary | 1000111 | 1010 | 11111111 | 1001000 | 1100000 | 0 | 0 | 11111111 | 1100100 | 110100 |
Color Harmonies of #470AFF
Complementary color
Monochromatic Colors of #470AFF
Black with #470AFF
Text Example
Text Example
White with #470AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470AFF; }
p { color: rgb(71,10,255); }
H1.HeaderClassName
{
color: #470AFF;
}
.AnyTagClassName
{
color: #470AFF;
}
</style>
background-color css
<style>
a { background-color: #470AFF; }
a { background-color: rgb(71,10,255); }
div.DivClassName
{
background-color: #470AFF;
}
.BgClassName
{
background-color: #470AFF;
}
</style>
border-color css
<style>
span { border-color: #470AFF; }
span { border-color: rgb(71,10,255); }
td.TdClassName
{
border-color: #470AFF;
}
.TagClassName
{
border-color: #470AFF;
}
</style>