Shades of Han Purple #471CFB
Tints of Han Purple #471CFB
RGB
CMYK
RGB Variations
Color information
#471CFB (or 0x471CFB) is known color: Han Purple. HEX triplet: 47, 1C and FB. RGB value is (71,28,251). Sum of RGB (Red+Green+Blue) = 71+28+251=350 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.29% from 350); Green value is 28 (11.33% from 255 or 8% from 350); Blue value is 251 (98.44% from 255 or 71.71% from 350); Max value from RGB is 251 - color contains mainly: blue. Hex color #471CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471CFB is #B8E304. Grayscale: #414141. Windows color (decimal): -12116741 or 16456775. OLE color: 16456775.
HSL color Cylindrical-coordinate representation of color #471CFB: hue angle of 251.57º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #471CFB is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 28 | 251 | - |
| CMYK | 0.72 | 0.89 | 0 | 0.02 |
| HSL | 251.57º | 0.97% | 0.55% | - |
| HSV(B) | 251.57º | 0.89% | 0.98% | - |
| XYZ | 20.43 | 9.14 | 91.95 | - |
| YUV | 66.28 | 232.25 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 28 | 251 | 0.72 | 0.89 | 0 | 0.02 | 251.57 | 0.97 | 0.55 |
| Hex | 47 | 1C | FB | 48 | 59 | 0 | 2 | FC | 61 | 37 |
| Octal | 107 | 34 | 373 | 110 | 131 | 0 | 2 | 374 | 141 | 67 |
| Binary | 1000111 | 11100 | 11111011 | 1001000 | 1011001 | 0 | 10 | 11111100 | 1100001 | 110111 |
Color Harmonies of #471CFB
Complementary color
Monochromatic Colors of #471CFB
Black with #471CFB
Text Example
Text Example
White with #471CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471CFB; }
p { color: rgb(71,28,251); }
H1.HeaderClassName
{
color: #471CFB;
}
.AnyTagClassName
{
color: #471CFB;
}
</style>
background-color css
<style>
a { background-color: #471CFB; }
a { background-color: rgb(71,28,251); }
div.DivClassName
{
background-color: #471CFB;
}
.BgClassName
{
background-color: #471CFB;
}
</style>
border-color css
<style>
span { border-color: #471CFB; }
span { border-color: rgb(71,28,251); }
td.TdClassName
{
border-color: #471CFB;
}
.TagClassName
{
border-color: #471CFB;
}
</style>