Shades of Han Purple #471BE7
Tints of Han Purple #471BE7
RGB
CMYK
RGB Variations
Color information
#471BE7 (or 0x471BE7) is known color: Han Purple. HEX triplet: 47, 1B and E7. RGB value is (71,27,231). Sum of RGB (Red+Green+Blue) = 71+27+231=329 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.58% from 329); Green value is 27 (10.94% from 255 or 8.21% from 329); Blue value is 231 (90.62% from 255 or 70.21% from 329); Max value from RGB is 231 - color contains mainly: blue. Hex color #471BE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471BE7 is #B8E418. Grayscale: #3E3E3E. Windows color (decimal): -12117017 or 15145799. OLE color: 15145799.
HSL color Cylindrical-coordinate representation of color #471BE7: hue angle of 252.94º degrees, saturation: 0.81, 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 #471BE7 is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 71 | 27 | 231 | - |
| CMYK | 0.69 | 0.88 | 0 | 0.09 |
| HSL | 252.94º | 0.81% | 0.51% | - |
| HSV(B) | 252.94º | 0.88% | 0.91% | - |
| XYZ | 17.41 | 7.89 | 76.21 | - |
| YUV | 63.41 | 222.58 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 27 | 231 | 0.69 | 0.88 | 0 | 0.09 | 252.94 | 0.81 | 0.51 |
| Hex | 47 | 1B | E7 | 45 | 58 | 0 | 9 | FD | 51 | 33 |
| Octal | 107 | 33 | 347 | 105 | 130 | 0 | 11 | 375 | 121 | 63 |
| Binary | 1000111 | 11011 | 11100111 | 1000101 | 1011000 | 0 | 1001 | 11111101 | 1010001 | 110011 |
Color Harmonies of #471BE7
Complementary color
Monochromatic Colors of #471BE7
Black with #471BE7
Text Example
Text Example
White with #471BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471BE7; }
p { color: rgb(71,27,231); }
H1.HeaderClassName
{
color: #471BE7;
}
.AnyTagClassName
{
color: #471BE7;
}
</style>
background-color css
<style>
a { background-color: #471BE7; }
a { background-color: rgb(71,27,231); }
div.DivClassName
{
background-color: #471BE7;
}
.BgClassName
{
background-color: #471BE7;
}
</style>
border-color css
<style>
span { border-color: #471BE7; }
span { border-color: rgb(71,27,231); }
td.TdClassName
{
border-color: #471BE7;
}
.TagClassName
{
border-color: #471BE7;
}
</style>