Shades of Han Purple #471AD8
Tints of Han Purple #471AD8
RGB
CMYK
RGB Variations
Color information
#471AD8 (or 0x471AD8) is known color: Han Purple. HEX triplet: 47, 1A and D8. RGB value is (71,26,216). Sum of RGB (Red+Green+Blue) = 71+26+216=313 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.68% from 313); Green value is 26 (10.55% from 255 or 8.31% from 313); Blue value is 216 (84.77% from 255 or 69.01% from 313); Max value from RGB is 216 - color contains mainly: blue. Hex color #471AD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471AD8 is #B8E527. Grayscale: #3C3C3C. Windows color (decimal): -12117288 or 14162503. OLE color: 14162503.
HSL color Cylindrical-coordinate representation of color #471AD8: hue angle of 254.21º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #471AD8 is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 26 | 216 | - |
| CMYK | 0.67 | 0.88 | 0 | 0.15 |
| HSL | 254.21º | 0.79% | 0.47% | - |
| HSV(B) | 254.21º | 0.88% | 0.85% | - |
| XYZ | 15.36 | 7.04 | 65.51 | - |
| YUV | 61.12 | 215.41 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 26 | 216 | 0.67 | 0.88 | 0 | 0.15 | 254.21 | 0.79 | 0.47 |
| Hex | 47 | 1A | D8 | 43 | 58 | 0 | F | FE | 4F | 2F |
| Octal | 107 | 32 | 330 | 103 | 130 | 0 | 17 | 376 | 117 | 57 |
| Binary | 1000111 | 11010 | 11011000 | 1000011 | 1011000 | 0 | 1111 | 11111110 | 1001111 | 101111 |
Color Harmonies of #471AD8
Complementary color
Monochromatic Colors of #471AD8
Black with #471AD8
Text Example
Text Example
White with #471AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471AD8; }
p { color: rgb(71,26,216); }
H1.HeaderClassName
{
color: #471AD8;
}
.AnyTagClassName
{
color: #471AD8;
}
</style>
background-color css
<style>
a { background-color: #471AD8; }
a { background-color: rgb(71,26,216); }
div.DivClassName
{
background-color: #471AD8;
}
.BgClassName
{
background-color: #471AD8;
}
</style>
border-color css
<style>
span { border-color: #471AD8; }
span { border-color: rgb(71,26,216); }
td.TdClassName
{
border-color: #471AD8;
}
.TagClassName
{
border-color: #471AD8;
}
</style>