Shades of Han Purple #471CFE
Tints of Han Purple #471CFE
RGB
CMYK
RGB Variations
Color information
#471CFE (or 0x471CFE) is known color: Han Purple. HEX triplet: 47, 1C and FE. RGB value is (71,28,254). Sum of RGB (Red+Green+Blue) = 71+28+254=353 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.11% from 353); Green value is 28 (11.33% from 255 or 7.93% from 353); Blue value is 254 (99.61% from 255 or 71.95% from 353); Max value from RGB is 254 - color contains mainly: blue. Hex color #471CFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471CFE is #B8E301. Grayscale: #414141. Windows color (decimal): -12116738 or 16653383. OLE color: 16653383.
HSL color Cylindrical-coordinate representation of color #471CFE: hue angle of 251.42º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #471CFE is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 28 | 254 | - |
| CMYK | 0.72 | 0.89 | 0 | 0.00 |
| HSL | 251.42º | 0.99% | 0.55% | - |
| HSV(B) | 251.42º | 0.89% | 1% | - |
| XYZ | 20.9 | 9.33 | 94.46 | - |
| YUV | 66.62 | 233.75 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 28 | 254 | 0.72 | 0.89 | 0 | 0.00 | 251.42 | 0.99 | 0.55 |
| Hex | 47 | 1C | FE | 48 | 59 | 0 | 0 | FB | 63 | 37 |
| Octal | 107 | 34 | 376 | 110 | 131 | 0 | 0 | 373 | 143 | 67 |
| Binary | 1000111 | 11100 | 11111110 | 1001000 | 1011001 | 0 | 0 | 11111011 | 1100011 | 110111 |
Color Harmonies of #471CFE
Complementary color
Monochromatic Colors of #471CFE
Black with #471CFE
Text Example
Text Example
White with #471CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471CFE; }
p { color: rgb(71,28,254); }
H1.HeaderClassName
{
color: #471CFE;
}
.AnyTagClassName
{
color: #471CFE;
}
</style>
background-color css
<style>
a { background-color: #471CFE; }
a { background-color: rgb(71,28,254); }
div.DivClassName
{
background-color: #471CFE;
}
.BgClassName
{
background-color: #471CFE;
}
</style>
border-color css
<style>
span { border-color: #471CFE; }
span { border-color: rgb(71,28,254); }
td.TdClassName
{
border-color: #471CFE;
}
.TagClassName
{
border-color: #471CFE;
}
</style>