Shades of Han Purple #471DEA
Tints of Han Purple #471DEA
RGB
CMYK
RGB Variations
Color information
#471DEA (or 0x471DEA) is known color: Han Purple. HEX triplet: 47, 1D and EA. RGB value is (71,29,234). Sum of RGB (Red+Green+Blue) = 71+29+234=334 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.26% from 334); Green value is 29 (11.72% from 255 or 8.68% from 334); Blue value is 234 (91.80% from 255 or 70.06% from 334); Max value from RGB is 234 - color contains mainly: blue. Hex color #471DEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471DEA is #B8E215. Grayscale: #404040. Windows color (decimal): -12116502 or 15342919. OLE color: 15342919.
HSL color Cylindrical-coordinate representation of color #471DEA: hue angle of 252.29º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #471DEA is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 71 | 29 | 234 | - |
| CMYK | 0.70 | 0.88 | 0 | 0.08 |
| HSL | 252.29º | 0.83% | 0.52% | - |
| HSV(B) | 252.29º | 0.88% | 0.92% | - |
| XYZ | 17.89 | 8.16 | 78.47 | - |
| YUV | 64.93 | 223.41 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 29 | 234 | 0.70 | 0.88 | 0 | 0.08 | 252.29 | 0.83 | 0.52 |
| Hex | 47 | 1D | EA | 46 | 58 | 0 | 8 | FC | 53 | 34 |
| Octal | 107 | 35 | 352 | 106 | 130 | 0 | 10 | 374 | 123 | 64 |
| Binary | 1000111 | 11101 | 11101010 | 1000110 | 1011000 | 0 | 1000 | 11111100 | 1010011 | 110100 |
Color Harmonies of #471DEA
Complementary color
Monochromatic Colors of #471DEA
Black with #471DEA
Text Example
Text Example
White with #471DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471DEA; }
p { color: rgb(71,29,234); }
H1.HeaderClassName
{
color: #471DEA;
}
.AnyTagClassName
{
color: #471DEA;
}
</style>
background-color css
<style>
a { background-color: #471DEA; }
a { background-color: rgb(71,29,234); }
div.DivClassName
{
background-color: #471DEA;
}
.BgClassName
{
background-color: #471DEA;
}
</style>
border-color css
<style>
span { border-color: #471DEA; }
span { border-color: rgb(71,29,234); }
td.TdClassName
{
border-color: #471DEA;
}
.TagClassName
{
border-color: #471DEA;
}
</style>