Shades of Han Purple #471CE7
Tints of Han Purple #471CE7
RGB
CMYK
RGB Variations
Color information
#471CE7 (or 0x471CE7) is known color: Han Purple. HEX triplet: 47, 1C and E7. RGB value is (71,28,231). Sum of RGB (Red+Green+Blue) = 71+28+231=330 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.52% from 330); Green value is 28 (11.33% from 255 or 8.48% from 330); Blue value is 231 (90.62% from 255 or 70% from 330); Max value from RGB is 231 - color contains mainly: blue. Hex color #471CE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471CE7 is #B8E318. Grayscale: #3F3F3F. Windows color (decimal): -12116761 or 15146055. OLE color: 15146055.
HSL color Cylindrical-coordinate representation of color #471CE7: hue angle of 252.71º 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 #471CE7 is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 71 | 28 | 231 | - |
| CMYK | 0.69 | 0.88 | 0 | 0.09 |
| HSL | 252.71º | 0.81% | 0.51% | - |
| HSV(B) | 252.71º | 0.88% | 0.91% | - |
| XYZ | 17.44 | 7.94 | 76.21 | - |
| YUV | 64 | 222.25 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 28 | 231 | 0.69 | 0.88 | 0 | 0.09 | 252.71 | 0.81 | 0.51 |
| Hex | 47 | 1C | E7 | 45 | 58 | 0 | 9 | FD | 51 | 33 |
| Octal | 107 | 34 | 347 | 105 | 130 | 0 | 11 | 375 | 121 | 63 |
| Binary | 1000111 | 11100 | 11100111 | 1000101 | 1011000 | 0 | 1001 | 11111101 | 1010001 | 110011 |
Color Harmonies of #471CE7
Complementary color
Monochromatic Colors of #471CE7
Black with #471CE7
Text Example
Text Example
White with #471CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471CE7; }
p { color: rgb(71,28,231); }
H1.HeaderClassName
{
color: #471CE7;
}
.AnyTagClassName
{
color: #471CE7;
}
</style>
background-color css
<style>
a { background-color: #471CE7; }
a { background-color: rgb(71,28,231); }
div.DivClassName
{
background-color: #471CE7;
}
.BgClassName
{
background-color: #471CE7;
}
</style>
border-color css
<style>
span { border-color: #471CE7; }
span { border-color: rgb(71,28,231); }
td.TdClassName
{
border-color: #471CE7;
}
.TagClassName
{
border-color: #471CE7;
}
</style>