Shades of Han Purple #472EDD
Tints of Han Purple #472EDD
RGB
CMYK
RGB Variations
Color information
#472EDD (or 0x472EDD) is known color: Han Purple. HEX triplet: 47, 2E and DD. RGB value is (71,46,221). Sum of RGB (Red+Green+Blue) = 71+46+221=338 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.01% from 338); Green value is 46 (18.36% from 255 or 13.61% from 338); Blue value is 221 (86.72% from 255 or 65.38% from 338); Max value from RGB is 221 - color contains mainly: blue. Hex color #472EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472EDD is #B8D122. Grayscale: #484848. Windows color (decimal): -12112163 or 14495303. OLE color: 14495303.
HSL color Cylindrical-coordinate representation of color #472EDD: hue angle of 248.57º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #472EDD is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 46 | 221 | - |
| CMYK | 0.68 | 0.79 | 0 | 0.13 |
| HSL | 248.57º | 0.72% | 0.52% | - |
| HSV(B) | 248.57º | 0.79% | 0.87% | - |
| XYZ | 16.63 | 8.51 | 69.17 | - |
| YUV | 73.43 | 211.28 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 46 | 221 | 0.68 | 0.79 | 0 | 0.13 | 248.57 | 0.72 | 0.52 |
| Hex | 47 | 2E | DD | 44 | 4F | 0 | D | F9 | 48 | 34 |
| Octal | 107 | 56 | 335 | 104 | 117 | 0 | 15 | 371 | 110 | 64 |
| Binary | 1000111 | 101110 | 11011101 | 1000100 | 1001111 | 0 | 1101 | 11111001 | 1001000 | 110100 |
Color Harmonies of #472EDD
Complementary color
Monochromatic Colors of #472EDD
Black with #472EDD
Text Example
Text Example
White with #472EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472EDD; }
p { color: rgb(71,46,221); }
H1.HeaderClassName
{
color: #472EDD;
}
.AnyTagClassName
{
color: #472EDD;
}
</style>
background-color css
<style>
a { background-color: #472EDD; }
a { background-color: rgb(71,46,221); }
div.DivClassName
{
background-color: #472EDD;
}
.BgClassName
{
background-color: #472EDD;
}
</style>
border-color css
<style>
span { border-color: #472EDD; }
span { border-color: rgb(71,46,221); }
td.TdClassName
{
border-color: #472EDD;
}
.TagClassName
{
border-color: #472EDD;
}
</style>