Shades of Han Purple #472DDD
Tints of Han Purple #472DDD
RGB
CMYK
RGB Variations
Color information
#472DDD (or 0x472DDD) is known color: Han Purple. HEX triplet: 47, 2D and DD. RGB value is (71,45,221). Sum of RGB (Red+Green+Blue) = 71+45+221=337 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.07% from 337); Green value is 45 (17.97% from 255 or 13.35% from 337); Blue value is 221 (86.72% from 255 or 65.58% from 337); Max value from RGB is 221 - color contains mainly: blue. Hex color #472DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472DDD is #B8D222. Grayscale: #484848. Windows color (decimal): -12112419 or 14495047. OLE color: 14495047.
HSL color Cylindrical-coordinate representation of color #472DDD: hue angle of 248.86º degrees, saturation: 0.72, 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 #472DDD is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 45 | 221 | - |
| CMYK | 0.68 | 0.80 | 0 | 0.13 |
| HSL | 248.86º | 0.72% | 0.52% | - |
| HSV(B) | 248.86º | 0.8% | 0.87% | - |
| XYZ | 16.59 | 8.44 | 69.16 | - |
| YUV | 72.84 | 211.61 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 45 | 221 | 0.68 | 0.80 | 0 | 0.13 | 248.86 | 0.72 | 0.52 |
| Hex | 47 | 2D | DD | 44 | 50 | 0 | D | F9 | 48 | 34 |
| Octal | 107 | 55 | 335 | 104 | 120 | 0 | 15 | 371 | 110 | 64 |
| Binary | 1000111 | 101101 | 11011101 | 1000100 | 1010000 | 0 | 1101 | 11111001 | 1001000 | 110100 |
Color Harmonies of #472DDD
Complementary color
Monochromatic Colors of #472DDD
Black with #472DDD
Text Example
Text Example
White with #472DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472DDD; }
p { color: rgb(71,45,221); }
H1.HeaderClassName
{
color: #472DDD;
}
.AnyTagClassName
{
color: #472DDD;
}
</style>
background-color css
<style>
a { background-color: #472DDD; }
a { background-color: rgb(71,45,221); }
div.DivClassName
{
background-color: #472DDD;
}
.BgClassName
{
background-color: #472DDD;
}
</style>
border-color css
<style>
span { border-color: #472DDD; }
span { border-color: rgb(71,45,221); }
td.TdClassName
{
border-color: #472DDD;
}
.TagClassName
{
border-color: #472DDD;
}
</style>