Shades of Han Purple #471AF1
Tints of Han Purple #471AF1
RGB
CMYK
RGB Variations
Color information
#471AF1 (or 0x471AF1) is known color: Han Purple. HEX triplet: 47, 1A and F1. RGB value is (71,26,241). Sum of RGB (Red+Green+Blue) = 71+26+241=338 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.01% from 338); Green value is 26 (10.55% from 255 or 7.69% from 338); Blue value is 241 (94.53% from 255 or 71.30% from 338); Max value from RGB is 241 - color contains mainly: blue. Hex color #471AF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471AF1 is #B8E50E. Grayscale: #3F3F3F. Windows color (decimal): -12117263 or 15800903. OLE color: 15800903.
HSL color Cylindrical-coordinate representation of color #471AF1: hue angle of 252.56º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #471AF1 is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 71 | 26 | 241 | - |
| CMYK | 0.71 | 0.89 | 0 | 0.05 |
| HSL | 252.56º | 0.88% | 0.52% | - |
| HSV(B) | 252.56º | 0.89% | 0.95% | - |
| XYZ | 18.85 | 8.43 | 83.85 | - |
| YUV | 63.97 | 227.91 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 26 | 241 | 0.71 | 0.89 | 0 | 0.05 | 252.56 | 0.88 | 0.52 |
| Hex | 47 | 1A | F1 | 47 | 59 | 0 | 5 | FD | 58 | 34 |
| Octal | 107 | 32 | 361 | 107 | 131 | 0 | 5 | 375 | 130 | 64 |
| Binary | 1000111 | 11010 | 11110001 | 1000111 | 1011001 | 0 | 101 | 11111101 | 1011000 | 110100 |
Color Harmonies of #471AF1
Complementary color
Monochromatic Colors of #471AF1
Black with #471AF1
Text Example
Text Example
White with #471AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471AF1; }
p { color: rgb(71,26,241); }
H1.HeaderClassName
{
color: #471AF1;
}
.AnyTagClassName
{
color: #471AF1;
}
</style>
background-color css
<style>
a { background-color: #471AF1; }
a { background-color: rgb(71,26,241); }
div.DivClassName
{
background-color: #471AF1;
}
.BgClassName
{
background-color: #471AF1;
}
</style>
border-color css
<style>
span { border-color: #471AF1; }
span { border-color: rgb(71,26,241); }
td.TdClassName
{
border-color: #471AF1;
}
.TagClassName
{
border-color: #471AF1;
}
</style>