Shades of Han Purple #471AD6
Tints of Han Purple #471AD6
RGB
CMYK
RGB Variations
Color information
#471AD6 (or 0x471AD6) is known color: Han Purple. HEX triplet: 47, 1A and D6. RGB value is (71,26,214). Sum of RGB (Red+Green+Blue) = 71+26+214=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 26 (10.55% from 255 or 8.36% from 311); Blue value is 214 (83.98% from 255 or 68.81% from 311); Max value from RGB is 214 - color contains mainly: blue. Hex color #471AD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471AD6 is #B8E529. Grayscale: #3C3C3C. Windows color (decimal): -12117290 or 14031431. OLE color: 14031431.
HSL color Cylindrical-coordinate representation of color #471AD6: hue angle of 254.36º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #471AD6 is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 71 | 26 | 214 | - |
| CMYK | 0.67 | 0.88 | 0 | 0.16 |
| HSL | 254.36º | 0.78% | 0.47% | - |
| HSV(B) | 254.36º | 0.88% | 0.84% | - |
| XYZ | 15.11 | 6.93 | 64.16 | - |
| YUV | 60.89 | 214.41 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 26 | 214 | 0.67 | 0.88 | 0 | 0.16 | 254.36 | 0.78 | 0.47 |
| Hex | 47 | 1A | D6 | 43 | 58 | 0 | 10 | FE | 4E | 2F |
| Octal | 107 | 32 | 326 | 103 | 130 | 0 | 20 | 376 | 116 | 57 |
| Binary | 1000111 | 11010 | 11010110 | 1000011 | 1011000 | 0 | 10000 | 11111110 | 1001110 | 101111 |
Color Harmonies of #471AD6
Complementary color
Monochromatic Colors of #471AD6
Black with #471AD6
Text Example
Text Example
White with #471AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471AD6; }
p { color: rgb(71,26,214); }
H1.HeaderClassName
{
color: #471AD6;
}
.AnyTagClassName
{
color: #471AD6;
}
</style>
background-color css
<style>
a { background-color: #471AD6; }
a { background-color: rgb(71,26,214); }
div.DivClassName
{
background-color: #471AD6;
}
.BgClassName
{
background-color: #471AD6;
}
</style>
border-color css
<style>
span { border-color: #471AD6; }
span { border-color: rgb(71,26,214); }
td.TdClassName
{
border-color: #471AD6;
}
.TagClassName
{
border-color: #471AD6;
}
</style>