Shades of Han Purple #471CF6
Tints of Han Purple #471CF6
RGB
CMYK
RGB Variations
Color information
#471CF6 (or 0x471CF6) is known color: Han Purple. HEX triplet: 47, 1C and F6. RGB value is (71,28,246). Sum of RGB (Red+Green+Blue) = 71+28+246=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 246 (96.48% from 255 or 71.30% from 345); Max value from RGB is 246 - color contains mainly: blue. Hex color #471CF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471CF6 is #B8E309. Grayscale: #404040. Windows color (decimal): -12116746 or 16129095. OLE color: 16129095.
HSL color Cylindrical-coordinate representation of color #471CF6: hue angle of 251.83º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #471CF6 is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 71 | 28 | 246 | - |
| CMYK | 0.71 | 0.89 | 0 | 0.04 |
| HSL | 251.83º | 0.92% | 0.54% | - |
| HSV(B) | 251.83º | 0.89% | 0.96% | - |
| XYZ | 19.65 | 8.82 | 87.86 | - |
| YUV | 65.71 | 229.75 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 28 | 246 | 0.71 | 0.89 | 0 | 0.04 | 251.83 | 0.92 | 0.54 |
| Hex | 47 | 1C | F6 | 47 | 59 | 0 | 4 | FC | 5C | 36 |
| Octal | 107 | 34 | 366 | 107 | 131 | 0 | 4 | 374 | 134 | 66 |
| Binary | 1000111 | 11100 | 11110110 | 1000111 | 1011001 | 0 | 100 | 11111100 | 1011100 | 110110 |
Color Harmonies of #471CF6
Complementary color
Monochromatic Colors of #471CF6
Black with #471CF6
Text Example
Text Example
White with #471CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471CF6; }
p { color: rgb(71,28,246); }
H1.HeaderClassName
{
color: #471CF6;
}
.AnyTagClassName
{
color: #471CF6;
}
</style>
background-color css
<style>
a { background-color: #471CF6; }
a { background-color: rgb(71,28,246); }
div.DivClassName
{
background-color: #471CF6;
}
.BgClassName
{
background-color: #471CF6;
}
</style>
border-color css
<style>
span { border-color: #471CF6; }
span { border-color: rgb(71,28,246); }
td.TdClassName
{
border-color: #471CF6;
}
.TagClassName
{
border-color: #471CF6;
}
</style>