Shades of Han Purple #471FEA
Tints of Han Purple #471FEA
RGB
CMYK
RGB Variations
Color information
#471FEA (or 0x471FEA) is known color: Han Purple. HEX triplet: 47, 1F and EA. RGB value is (71,31,234). Sum of RGB (Red+Green+Blue) = 71+31+234=336 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.13% from 336); Green value is 31 (12.5% from 255 or 9.23% from 336); Blue value is 234 (91.80% from 255 or 69.64% from 336); Max value from RGB is 234 - color contains mainly: blue. Hex color #471FEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471FEA is #B8E015. Grayscale: #414141. Windows color (decimal): -12115990 or 15343431. OLE color: 15343431.
HSL color Cylindrical-coordinate representation of color #471FEA: hue angle of 251.82º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #471FEA is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 71 | 31 | 234 | - |
| CMYK | 0.70 | 0.87 | 0 | 0.08 |
| HSL | 251.82º | 0.83% | 0.52% | - |
| HSV(B) | 251.82º | 0.87% | 0.92% | - |
| XYZ | 17.94 | 8.26 | 78.49 | - |
| YUV | 66.1 | 222.75 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 31 | 234 | 0.70 | 0.87 | 0 | 0.08 | 251.82 | 0.83 | 0.52 |
| Hex | 47 | 1F | EA | 46 | 57 | 0 | 8 | FC | 53 | 34 |
| Octal | 107 | 37 | 352 | 106 | 127 | 0 | 10 | 374 | 123 | 64 |
| Binary | 1000111 | 11111 | 11101010 | 1000110 | 1010111 | 0 | 1000 | 11111100 | 1010011 | 110100 |
Color Harmonies of #471FEA
Complementary color
Monochromatic Colors of #471FEA
Black with #471FEA
Text Example
Text Example
White with #471FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471FEA; }
p { color: rgb(71,31,234); }
H1.HeaderClassName
{
color: #471FEA;
}
.AnyTagClassName
{
color: #471FEA;
}
</style>
background-color css
<style>
a { background-color: #471FEA; }
a { background-color: rgb(71,31,234); }
div.DivClassName
{
background-color: #471FEA;
}
.BgClassName
{
background-color: #471FEA;
}
</style>
border-color css
<style>
span { border-color: #471FEA; }
span { border-color: rgb(71,31,234); }
td.TdClassName
{
border-color: #471FEA;
}
.TagClassName
{
border-color: #471FEA;
}
</style>