Shades of Han Purple #471CF4
Tints of Han Purple #471CF4
RGB
CMYK
RGB Variations
Color information
#471CF4 (or 0x471CF4) is known color: Han Purple. HEX triplet: 47, 1C and F4. RGB value is (71,28,244). Sum of RGB (Red+Green+Blue) = 71+28+244=343 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.70% from 343); Green value is 28 (11.33% from 255 or 8.16% from 343); Blue value is 244 (95.70% from 255 or 71.14% from 343); Max value from RGB is 244 - color contains mainly: blue. Hex color #471CF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471CF4 is #B8E30B. Grayscale: #404040. Windows color (decimal): -12116748 or 15998023. OLE color: 15998023.
HSL color Cylindrical-coordinate representation of color #471CF4: hue angle of 251.94º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #471CF4 is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 71 | 28 | 244 | - |
| CMYK | 0.71 | 0.89 | 0 | 0.04 |
| HSL | 251.94º | 0.91% | 0.53% | - |
| HSV(B) | 251.94º | 0.89% | 0.96% | - |
| XYZ | 19.34 | 8.7 | 86.25 | - |
| YUV | 65.48 | 228.75 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 28 | 244 | 0.71 | 0.89 | 0 | 0.04 | 251.94 | 0.91 | 0.53 |
| Hex | 47 | 1C | F4 | 47 | 59 | 0 | 4 | FC | 5B | 35 |
| Octal | 107 | 34 | 364 | 107 | 131 | 0 | 4 | 374 | 133 | 65 |
| Binary | 1000111 | 11100 | 11110100 | 1000111 | 1011001 | 0 | 100 | 11111100 | 1011011 | 110101 |
Color Harmonies of #471CF4
Complementary color
Monochromatic Colors of #471CF4
Black with #471CF4
Text Example
Text Example
White with #471CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471CF4; }
p { color: rgb(71,28,244); }
H1.HeaderClassName
{
color: #471CF4;
}
.AnyTagClassName
{
color: #471CF4;
}
</style>
background-color css
<style>
a { background-color: #471CF4; }
a { background-color: rgb(71,28,244); }
div.DivClassName
{
background-color: #471CF4;
}
.BgClassName
{
background-color: #471CF4;
}
</style>
border-color css
<style>
span { border-color: #471CF4; }
span { border-color: rgb(71,28,244); }
td.TdClassName
{
border-color: #471CF4;
}
.TagClassName
{
border-color: #471CF4;
}
</style>