Shades of Han Purple #472FDE
Tints of Han Purple #472FDE
RGB
CMYK
RGB Variations
Color information
#472FDE (or 0x472FDE) is known color: Han Purple. HEX triplet: 47, 2F and DE. RGB value is (71,47,222). Sum of RGB (Red+Green+Blue) = 71+47+222=340 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.88% from 340); Green value is 47 (18.75% from 255 or 13.82% from 340); Blue value is 222 (87.11% from 255 or 65.29% from 340); Max value from RGB is 222 - color contains mainly: blue. Hex color #472FDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472FDE is #B8D021. Grayscale: #494949. Windows color (decimal): -12111906 or 14561095. OLE color: 14561095.
HSL color Cylindrical-coordinate representation of color #472FDE: hue angle of 248.23º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #472FDE is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 47 | 222 | - |
| CMYK | 0.68 | 0.79 | 0 | 0.13 |
| HSL | 248.23º | 0.73% | 0.53% | - |
| HSV(B) | 248.23º | 0.79% | 0.87% | - |
| XYZ | 16.8 | 8.65 | 69.89 | - |
| YUV | 74.13 | 211.45 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 47 | 222 | 0.68 | 0.79 | 0 | 0.13 | 248.23 | 0.73 | 0.53 |
| Hex | 47 | 2F | DE | 44 | 4F | 0 | D | F8 | 49 | 35 |
| Octal | 107 | 57 | 336 | 104 | 117 | 0 | 15 | 370 | 111 | 65 |
| Binary | 1000111 | 101111 | 11011110 | 1000100 | 1001111 | 0 | 1101 | 11111000 | 1001001 | 110101 |
Color Harmonies of #472FDE
Complementary color
Monochromatic Colors of #472FDE
Black with #472FDE
Text Example
Text Example
White with #472FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472FDE; }
p { color: rgb(71,47,222); }
H1.HeaderClassName
{
color: #472FDE;
}
.AnyTagClassName
{
color: #472FDE;
}
</style>
background-color css
<style>
a { background-color: #472FDE; }
a { background-color: rgb(71,47,222); }
div.DivClassName
{
background-color: #472FDE;
}
.BgClassName
{
background-color: #472FDE;
}
</style>
border-color css
<style>
span { border-color: #472FDE; }
span { border-color: rgb(71,47,222); }
td.TdClassName
{
border-color: #472FDE;
}
.TagClassName
{
border-color: #472FDE;
}
</style>