Shades of Han Purple #471AF9
Tints of Han Purple #471AF9
RGB
CMYK
RGB Variations
Color information
#471AF9 (or 0x471AF9) is known color: Han Purple. HEX triplet: 47, 1A and F9. RGB value is (71,26,249). Sum of RGB (Red+Green+Blue) = 71+26+249=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 26 (10.55% from 255 or 7.51% from 346); Blue value is 249 (97.66% from 255 or 71.97% from 346); Max value from RGB is 249 - color contains mainly: blue. Hex color #471AF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471AF9 is #B8E506. Grayscale: #404040. Windows color (decimal): -12117255 or 16325191. OLE color: 16325191.
HSL color Cylindrical-coordinate representation of color #471AF9: hue angle of 252.11º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #471AF9 is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 26 | 249 | - |
| CMYK | 0.71 | 0.90 | 0 | 0.02 |
| HSL | 252.11º | 0.95% | 0.54% | - |
| HSV(B) | 252.11º | 0.9% | 0.98% | - |
| XYZ | 20.07 | 8.92 | 90.29 | - |
| YUV | 64.88 | 231.91 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 26 | 249 | 0.71 | 0.90 | 0 | 0.02 | 252.11 | 0.95 | 0.54 |
| Hex | 47 | 1A | F9 | 47 | 5A | 0 | 2 | FC | 5F | 36 |
| Octal | 107 | 32 | 371 | 107 | 132 | 0 | 2 | 374 | 137 | 66 |
| Binary | 1000111 | 11010 | 11111001 | 1000111 | 1011010 | 0 | 10 | 11111100 | 1011111 | 110110 |
Color Harmonies of #471AF9
Complementary color
Monochromatic Colors of #471AF9
Black with #471AF9
Text Example
Text Example
White with #471AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471AF9; }
p { color: rgb(71,26,249); }
H1.HeaderClassName
{
color: #471AF9;
}
.AnyTagClassName
{
color: #471AF9;
}
</style>
background-color css
<style>
a { background-color: #471AF9; }
a { background-color: rgb(71,26,249); }
div.DivClassName
{
background-color: #471AF9;
}
.BgClassName
{
background-color: #471AF9;
}
</style>
border-color css
<style>
span { border-color: #471AF9; }
span { border-color: rgb(71,26,249); }
td.TdClassName
{
border-color: #471AF9;
}
.TagClassName
{
border-color: #471AF9;
}
</style>