Shades of Han Purple #471CFF
Tints of Han Purple #471CFF
RGB
CMYK
RGB Variations
Color information
#471CFF (or 0x471CFF) is known color: Han Purple. HEX triplet: 47, 1C and FF. RGB value is (71,28,255). Sum of RGB (Red+Green+Blue) = 71+28+255=354 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.06% from 354); Green value is 28 (11.33% from 255 or 7.91% from 354); Blue value is 255 (100% from 255 or 72.03% from 354); Max value from RGB is 255 - color contains mainly: blue. Hex color #471CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471CFF is #B8E300. Grayscale: #414141. Windows color (decimal): -12116737 or 16718919. OLE color: 16718919.
HSL color Cylindrical-coordinate representation of color #471CFF: hue angle of 251.37º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #471CFF is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 28 | 255 | - |
| CMYK | 0.72 | 0.89 | 0 | 0 |
| HSL | 251.37º | 1% | 0.55% | - |
| HSV(B) | 251.37º | 0.89% | 1% | - |
| XYZ | 21.06 | 9.39 | 95.31 | - |
| YUV | 66.74 | 234.25 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 28 | 255 | 0.72 | 0.89 | 0 | 0 | 251.37 | 1 | 0.55 |
| Hex | 47 | 1C | FF | 48 | 59 | 0 | 0 | FB | 64 | 37 |
| Octal | 107 | 34 | 377 | 110 | 131 | 0 | 0 | 373 | 144 | 67 |
| Binary | 1000111 | 11100 | 11111111 | 1001000 | 1011001 | 0 | 0 | 11111011 | 1100100 | 110111 |
Color Harmonies of #471CFF
Complementary color
Monochromatic Colors of #471CFF
Black with #471CFF
Text Example
Text Example
White with #471CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471CFF; }
p { color: rgb(71,28,255); }
H1.HeaderClassName
{
color: #471CFF;
}
.AnyTagClassName
{
color: #471CFF;
}
</style>
background-color css
<style>
a { background-color: #471CFF; }
a { background-color: rgb(71,28,255); }
div.DivClassName
{
background-color: #471CFF;
}
.BgClassName
{
background-color: #471CFF;
}
</style>
border-color css
<style>
span { border-color: #471CFF; }
span { border-color: rgb(71,28,255); }
td.TdClassName
{
border-color: #471CFF;
}
.TagClassName
{
border-color: #471CFF;
}
</style>