Shades of Han Purple #471FDE
Tints of Han Purple #471FDE
RGB
CMYK
RGB Variations
Color information
#471FDE (or 0x471FDE) is known color: Han Purple. HEX triplet: 47, 1F and DE. RGB value is (71,31,222). Sum of RGB (Red+Green+Blue) = 71+31+222=324 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.91% from 324); Green value is 31 (12.5% from 255 or 9.57% from 324); Blue value is 222 (87.11% from 255 or 68.52% from 324); Max value from RGB is 222 - color contains mainly: blue. Hex color #471FDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471FDE is #B8E021. Grayscale: #404040. Windows color (decimal): -12116002 or 14556999. OLE color: 14556999.
HSL color Cylindrical-coordinate representation of color #471FDE: hue angle of 252.57º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #471FDE is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 31 | 222 | - |
| CMYK | 0.68 | 0.86 | 0 | 0.13 |
| HSL | 252.57º | 0.75% | 0.5% | - |
| HSV(B) | 252.57º | 0.86% | 0.87% | - |
| XYZ | 16.27 | 7.59 | 69.72 | - |
| YUV | 64.73 | 216.75 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 31 | 222 | 0.68 | 0.86 | 0 | 0.13 | 252.57 | 0.75 | 0.5 |
| Hex | 47 | 1F | DE | 44 | 56 | 0 | D | FD | 4B | 32 |
| Octal | 107 | 37 | 336 | 104 | 126 | 0 | 15 | 375 | 113 | 62 |
| Binary | 1000111 | 11111 | 11011110 | 1000100 | 1010110 | 0 | 1101 | 11111101 | 1001011 | 110010 |
Color Harmonies of #471FDE
Complementary color
Monochromatic Colors of #471FDE
Black with #471FDE
Text Example
Text Example
White with #471FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471FDE; }
p { color: rgb(71,31,222); }
H1.HeaderClassName
{
color: #471FDE;
}
.AnyTagClassName
{
color: #471FDE;
}
</style>
background-color css
<style>
a { background-color: #471FDE; }
a { background-color: rgb(71,31,222); }
div.DivClassName
{
background-color: #471FDE;
}
.BgClassName
{
background-color: #471FDE;
}
</style>
border-color css
<style>
span { border-color: #471FDE; }
span { border-color: rgb(71,31,222); }
td.TdClassName
{
border-color: #471FDE;
}
.TagClassName
{
border-color: #471FDE;
}
</style>