Shades of Han Purple #471DF7
Tints of Han Purple #471DF7
RGB
CMYK
RGB Variations
Color information
#471DF7 (or 0x471DF7) is known color: Han Purple. HEX triplet: 47, 1D and F7. RGB value is (71,29,247). Sum of RGB (Red+Green+Blue) = 71+29+247=347 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.46% from 347); Green value is 29 (11.72% from 255 or 8.36% from 347); Blue value is 247 (96.88% from 255 or 71.18% from 347); Max value from RGB is 247 - color contains mainly: blue. Hex color #471DF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471DF7 is #B8E208. Grayscale: #414141. Windows color (decimal): -12116489 or 16194887. OLE color: 16194887.
HSL color Cylindrical-coordinate representation of color #471DF7: hue angle of 251.56º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #471DF7 is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 71 | 29 | 247 | - |
| CMYK | 0.71 | 0.88 | 0 | 0.03 |
| HSL | 251.56º | 0.93% | 0.54% | - |
| HSV(B) | 251.56º | 0.88% | 0.97% | - |
| XYZ | 19.83 | 8.93 | 88.68 | - |
| YUV | 66.41 | 229.91 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 29 | 247 | 0.71 | 0.88 | 0 | 0.03 | 251.56 | 0.93 | 0.54 |
| Hex | 47 | 1D | F7 | 47 | 58 | 0 | 3 | FC | 5D | 36 |
| Octal | 107 | 35 | 367 | 107 | 130 | 0 | 3 | 374 | 135 | 66 |
| Binary | 1000111 | 11101 | 11110111 | 1000111 | 1011000 | 0 | 11 | 11111100 | 1011101 | 110110 |
Color Harmonies of #471DF7
Complementary color
Monochromatic Colors of #471DF7
Black with #471DF7
Text Example
Text Example
White with #471DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471DF7; }
p { color: rgb(71,29,247); }
H1.HeaderClassName
{
color: #471DF7;
}
.AnyTagClassName
{
color: #471DF7;
}
</style>
background-color css
<style>
a { background-color: #471DF7; }
a { background-color: rgb(71,29,247); }
div.DivClassName
{
background-color: #471DF7;
}
.BgClassName
{
background-color: #471DF7;
}
</style>
border-color css
<style>
span { border-color: #471DF7; }
span { border-color: rgb(71,29,247); }
td.TdClassName
{
border-color: #471DF7;
}
.TagClassName
{
border-color: #471DF7;
}
</style>