Shades of Han Purple #471DFB
Tints of Han Purple #471DFB
RGB
CMYK
RGB Variations
Color information
#471DFB (or 0x471DFB) is known color: Han Purple. HEX triplet: 47, 1D and FB. RGB value is (71,29,251). Sum of RGB (Red+Green+Blue) = 71+29+251=351 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.23% from 351); Green value is 29 (11.72% from 255 or 8.26% from 351); Blue value is 251 (98.44% from 255 or 71.51% from 351); Max value from RGB is 251 - color contains mainly: blue. Hex color #471DFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471DFB is #B8E204. Grayscale: #424242. Windows color (decimal): -12116485 or 16457031. OLE color: 16457031.
HSL color Cylindrical-coordinate representation of color #471DFB: hue angle of 251.35º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #471DFB is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 29 | 251 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.02 |
| HSL | 251.35º | 0.97% | 0.55% | - |
| HSV(B) | 251.35º | 0.88% | 0.98% | - |
| XYZ | 20.45 | 9.18 | 91.96 | - |
| YUV | 66.87 | 231.91 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 29 | 251 | 0.72 | 0.88 | 0 | 0.02 | 251.35 | 0.97 | 0.55 |
| Hex | 47 | 1D | FB | 48 | 58 | 0 | 2 | FB | 61 | 37 |
| Octal | 107 | 35 | 373 | 110 | 130 | 0 | 2 | 373 | 141 | 67 |
| Binary | 1000111 | 11101 | 11111011 | 1001000 | 1011000 | 0 | 10 | 11111011 | 1100001 | 110111 |
Color Harmonies of #471DFB
Complementary color
Monochromatic Colors of #471DFB
Black with #471DFB
Text Example
Text Example
White with #471DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471DFB; }
p { color: rgb(71,29,251); }
H1.HeaderClassName
{
color: #471DFB;
}
.AnyTagClassName
{
color: #471DFB;
}
</style>
background-color css
<style>
a { background-color: #471DFB; }
a { background-color: rgb(71,29,251); }
div.DivClassName
{
background-color: #471DFB;
}
.BgClassName
{
background-color: #471DFB;
}
</style>
border-color css
<style>
span { border-color: #471DFB; }
span { border-color: rgb(71,29,251); }
td.TdClassName
{
border-color: #471DFB;
}
.TagClassName
{
border-color: #471DFB;
}
</style>