Shades of Han Purple #471BEC
Tints of Han Purple #471BEC
RGB
CMYK
RGB Variations
Color information
#471BEC (or 0x471BEC) is known color: Han Purple. HEX triplet: 47, 1B and EC. RGB value is (71,27,236). Sum of RGB (Red+Green+Blue) = 71+27+236=334 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.26% from 334); Green value is 27 (10.94% from 255 or 8.08% from 334); Blue value is 236 (92.58% from 255 or 70.66% from 334); Max value from RGB is 236 - color contains mainly: blue. Hex color #471BEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471BEC is #B8E413. Grayscale: #3F3F3F. Windows color (decimal): -12117012 or 15473479. OLE color: 15473479.
HSL color Cylindrical-coordinate representation of color #471BEC: hue angle of 252.63º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #471BEC is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 27 | 236 | - |
| CMYK | 0.70 | 0.89 | 0 | 0.07 |
| HSL | 252.63º | 0.85% | 0.52% | - |
| HSV(B) | 252.63º | 0.89% | 0.93% | - |
| XYZ | 18.13 | 8.18 | 79.98 | - |
| YUV | 63.98 | 225.08 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 27 | 236 | 0.70 | 0.89 | 0 | 0.07 | 252.63 | 0.85 | 0.52 |
| Hex | 47 | 1B | EC | 46 | 59 | 0 | 7 | FD | 55 | 34 |
| Octal | 107 | 33 | 354 | 106 | 131 | 0 | 7 | 375 | 125 | 64 |
| Binary | 1000111 | 11011 | 11101100 | 1000110 | 1011001 | 0 | 111 | 11111101 | 1010101 | 110100 |
Color Harmonies of #471BEC
Complementary color
Monochromatic Colors of #471BEC
Black with #471BEC
Text Example
Text Example
White with #471BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471BEC; }
p { color: rgb(71,27,236); }
H1.HeaderClassName
{
color: #471BEC;
}
.AnyTagClassName
{
color: #471BEC;
}
</style>
background-color css
<style>
a { background-color: #471BEC; }
a { background-color: rgb(71,27,236); }
div.DivClassName
{
background-color: #471BEC;
}
.BgClassName
{
background-color: #471BEC;
}
</style>
border-color css
<style>
span { border-color: #471BEC; }
span { border-color: rgb(71,27,236); }
td.TdClassName
{
border-color: #471BEC;
}
.TagClassName
{
border-color: #471BEC;
}
</style>