Shades of Han Purple #472CDE
Tints of Han Purple #472CDE
RGB
CMYK
RGB Variations
Color information
#472CDE (or 0x472CDE) is known color: Han Purple. HEX triplet: 47, 2C and DE. RGB value is (71,44,222). Sum of RGB (Red+Green+Blue) = 71+44+222=337 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.07% from 337); Green value is 44 (17.58% from 255 or 13.06% from 337); Blue value is 222 (87.11% from 255 or 65.88% from 337); Max value from RGB is 222 - color contains mainly: blue. Hex color #472CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472CDE is #B8D321. Grayscale: #474747. Windows color (decimal): -12112674 or 14560327. OLE color: 14560327.
HSL color Cylindrical-coordinate representation of color #472CDE: hue angle of 249.1º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #472CDE is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 44 | 222 | - |
| CMYK | 0.68 | 0.80 | 0 | 0.13 |
| HSL | 249.1º | 0.73% | 0.52% | - |
| HSV(B) | 249.1º | 0.8% | 0.87% | - |
| XYZ | 16.68 | 8.41 | 69.85 | - |
| YUV | 72.37 | 212.45 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 44 | 222 | 0.68 | 0.80 | 0 | 0.13 | 249.1 | 0.73 | 0.52 |
| Hex | 47 | 2C | DE | 44 | 50 | 0 | D | F9 | 49 | 34 |
| Octal | 107 | 54 | 336 | 104 | 120 | 0 | 15 | 371 | 111 | 64 |
| Binary | 1000111 | 101100 | 11011110 | 1000100 | 1010000 | 0 | 1101 | 11111001 | 1001001 | 110100 |
Color Harmonies of #472CDE
Complementary color
Monochromatic Colors of #472CDE
Black with #472CDE
Text Example
Text Example
White with #472CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472CDE; }
p { color: rgb(71,44,222); }
H1.HeaderClassName
{
color: #472CDE;
}
.AnyTagClassName
{
color: #472CDE;
}
</style>
background-color css
<style>
a { background-color: #472CDE; }
a { background-color: rgb(71,44,222); }
div.DivClassName
{
background-color: #472CDE;
}
.BgClassName
{
background-color: #472CDE;
}
</style>
border-color css
<style>
span { border-color: #472CDE; }
span { border-color: rgb(71,44,222); }
td.TdClassName
{
border-color: #472CDE;
}
.TagClassName
{
border-color: #472CDE;
}
</style>