Shades of Han Purple #471BE8
Tints of Han Purple #471BE8
RGB
CMYK
RGB Variations
Color information
#471BE8 (or 0x471BE8) is known color: Han Purple. HEX triplet: 47, 1B and E8. RGB value is (71,27,232). Sum of RGB (Red+Green+Blue) = 71+27+232=330 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.52% from 330); Green value is 27 (10.94% from 255 or 8.18% from 330); Blue value is 232 (91.02% from 255 or 70.30% from 330); Max value from RGB is 232 - color contains mainly: blue. Hex color #471BE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471BE8 is #B8E417. Grayscale: #3E3E3E. Windows color (decimal): -12117016 or 15211335. OLE color: 15211335.
HSL color Cylindrical-coordinate representation of color #471BE8: hue angle of 252.88º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #471BE8 is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 71 | 27 | 232 | - |
| CMYK | 0.69 | 0.88 | 0 | 0.09 |
| HSL | 252.88º | 0.82% | 0.51% | - |
| HSV(B) | 252.88º | 0.88% | 0.91% | - |
| XYZ | 17.56 | 7.95 | 76.95 | - |
| YUV | 63.53 | 223.08 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 27 | 232 | 0.69 | 0.88 | 0 | 0.09 | 252.88 | 0.82 | 0.51 |
| Hex | 47 | 1B | E8 | 45 | 58 | 0 | 9 | FD | 52 | 33 |
| Octal | 107 | 33 | 350 | 105 | 130 | 0 | 11 | 375 | 122 | 63 |
| Binary | 1000111 | 11011 | 11101000 | 1000101 | 1011000 | 0 | 1001 | 11111101 | 1010010 | 110011 |
Color Harmonies of #471BE8
Complementary color
Monochromatic Colors of #471BE8
Black with #471BE8
Text Example
Text Example
White with #471BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471BE8; }
p { color: rgb(71,27,232); }
H1.HeaderClassName
{
color: #471BE8;
}
.AnyTagClassName
{
color: #471BE8;
}
</style>
background-color css
<style>
a { background-color: #471BE8; }
a { background-color: rgb(71,27,232); }
div.DivClassName
{
background-color: #471BE8;
}
.BgClassName
{
background-color: #471BE8;
}
</style>
border-color css
<style>
span { border-color: #471BE8; }
span { border-color: rgb(71,27,232); }
td.TdClassName
{
border-color: #471BE8;
}
.TagClassName
{
border-color: #471BE8;
}
</style>