Shades of Han Purple #471FFA
Tints of Han Purple #471FFA
RGB
CMYK
RGB Variations
Color information
#471FFA (or 0x471FFA) is known color: Han Purple. HEX triplet: 47, 1F and FA. RGB value is (71,31,250). Sum of RGB (Red+Green+Blue) = 71+31+250=352 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.17% from 352); Green value is 31 (12.5% from 255 or 8.81% from 352); Blue value is 250 (98.05% from 255 or 71.02% from 352); Max value from RGB is 250 - color contains mainly: blue. Hex color #471FFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471FFA is #B8E005. Grayscale: #434343. Windows color (decimal): -12115974 or 16392007. OLE color: 16392007.
HSL color Cylindrical-coordinate representation of color #471FFA: hue angle of 250.96º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #471FFA is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 31 | 250 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.02 |
| HSL | 250.96º | 0.96% | 0.55% | - |
| HSV(B) | 250.96º | 0.88% | 0.98% | - |
| XYZ | 20.34 | 9.22 | 91.15 | - |
| YUV | 67.93 | 230.75 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 31 | 250 | 0.72 | 0.88 | 0 | 0.02 | 250.96 | 0.96 | 0.55 |
| Hex | 47 | 1F | FA | 48 | 58 | 0 | 2 | FB | 60 | 37 |
| Octal | 107 | 37 | 372 | 110 | 130 | 0 | 2 | 373 | 140 | 67 |
| Binary | 1000111 | 11111 | 11111010 | 1001000 | 1011000 | 0 | 10 | 11111011 | 1100000 | 110111 |
Color Harmonies of #471FFA
Complementary color
Monochromatic Colors of #471FFA
Black with #471FFA
Text Example
Text Example
White with #471FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471FFA; }
p { color: rgb(71,31,250); }
H1.HeaderClassName
{
color: #471FFA;
}
.AnyTagClassName
{
color: #471FFA;
}
</style>
background-color css
<style>
a { background-color: #471FFA; }
a { background-color: rgb(71,31,250); }
div.DivClassName
{
background-color: #471FFA;
}
.BgClassName
{
background-color: #471FFA;
}
</style>
border-color css
<style>
span { border-color: #471FFA; }
span { border-color: rgb(71,31,250); }
td.TdClassName
{
border-color: #471FFA;
}
.TagClassName
{
border-color: #471FFA;
}
</style>