Shades of Han Purple #471AEF
Tints of Han Purple #471AEF
RGB
CMYK
RGB Variations
Color information
#471AEF (or 0x471AEF) is known color: Han Purple. HEX triplet: 47, 1A and EF. RGB value is (71,26,239). Sum of RGB (Red+Green+Blue) = 71+26+239=336 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.13% from 336); Green value is 26 (10.55% from 255 or 7.74% from 336); Blue value is 239 (93.75% from 255 or 71.13% from 336); Max value from RGB is 239 - color contains mainly: blue. Hex color #471AEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471AEF is #B8E510. Grayscale: #3E3E3E. Windows color (decimal): -12117265 or 15669831. OLE color: 15669831.
HSL color Cylindrical-coordinate representation of color #471AEF: hue angle of 252.68º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #471AEF is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 71 | 26 | 239 | - |
| CMYK | 0.70 | 0.89 | 0 | 0.06 |
| HSL | 252.68º | 0.87% | 0.52% | - |
| HSV(B) | 252.68º | 0.89% | 0.94% | - |
| XYZ | 18.55 | 8.31 | 82.29 | - |
| YUV | 63.74 | 226.91 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 26 | 239 | 0.70 | 0.89 | 0 | 0.06 | 252.68 | 0.87 | 0.52 |
| Hex | 47 | 1A | EF | 46 | 59 | 0 | 6 | FD | 57 | 34 |
| Octal | 107 | 32 | 357 | 106 | 131 | 0 | 6 | 375 | 127 | 64 |
| Binary | 1000111 | 11010 | 11101111 | 1000110 | 1011001 | 0 | 110 | 11111101 | 1010111 | 110100 |
Color Harmonies of #471AEF
Complementary color
Monochromatic Colors of #471AEF
Black with #471AEF
Text Example
Text Example
White with #471AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471AEF; }
p { color: rgb(71,26,239); }
H1.HeaderClassName
{
color: #471AEF;
}
.AnyTagClassName
{
color: #471AEF;
}
</style>
background-color css
<style>
a { background-color: #471AEF; }
a { background-color: rgb(71,26,239); }
div.DivClassName
{
background-color: #471AEF;
}
.BgClassName
{
background-color: #471AEF;
}
</style>
border-color css
<style>
span { border-color: #471AEF; }
span { border-color: rgb(71,26,239); }
td.TdClassName
{
border-color: #471AEF;
}
.TagClassName
{
border-color: #471AEF;
}
</style>