Shades of Han Purple #471DFF
Tints of Han Purple #471DFF
RGB
CMYK
RGB Variations
Color information
#471DFF (or 0x471DFF) is known color: Han Purple. HEX triplet: 47, 1D and FF. RGB value is (71,29,255). Sum of RGB (Red+Green+Blue) = 71+29+255=355 (47% of max value = 765). Red value is 71 (28.12% from 255 or 20% from 355); Green value is 29 (11.72% from 255 or 8.17% from 355); Blue value is 255 (100% from 255 or 71.83% from 355); Max value from RGB is 255 - color contains mainly: blue. Hex color #471DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471DFF is #B8E200. Grayscale: #424242. Windows color (decimal): -12116481 or 16719175. OLE color: 16719175.
HSL color Cylindrical-coordinate representation of color #471DFF: hue angle of 251.15º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #471DFF is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 29 | 255 | - |
| CMYK | 0.72 | 0.89 | 0 | 0 |
| HSL | 251.15º | 1% | 0.56% | - |
| HSV(B) | 251.15º | 0.89% | 1% | - |
| XYZ | 21.09 | 9.44 | 95.32 | - |
| YUV | 67.32 | 233.91 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 29 | 255 | 0.72 | 0.89 | 0 | 0 | 251.15 | 1 | 0.56 |
| Hex | 47 | 1D | FF | 48 | 59 | 0 | 0 | FB | 64 | 38 |
| Octal | 107 | 35 | 377 | 110 | 131 | 0 | 0 | 373 | 144 | 70 |
| Binary | 1000111 | 11101 | 11111111 | 1001000 | 1011001 | 0 | 0 | 11111011 | 1100100 | 111000 |
Color Harmonies of #471DFF
Complementary color
Monochromatic Colors of #471DFF
Black with #471DFF
Text Example
Text Example
White with #471DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471DFF; }
p { color: rgb(71,29,255); }
H1.HeaderClassName
{
color: #471DFF;
}
.AnyTagClassName
{
color: #471DFF;
}
</style>
background-color css
<style>
a { background-color: #471DFF; }
a { background-color: rgb(71,29,255); }
div.DivClassName
{
background-color: #471DFF;
}
.BgClassName
{
background-color: #471DFF;
}
</style>
border-color css
<style>
span { border-color: #471DFF; }
span { border-color: rgb(71,29,255); }
td.TdClassName
{
border-color: #471DFF;
}
.TagClassName
{
border-color: #471DFF;
}
</style>