Shades of Han Purple #472FDD
Tints of Han Purple #472FDD
RGB
CMYK
RGB Variations
Color information
#472FDD (or 0x472FDD) is known color: Han Purple. HEX triplet: 47, 2F and DD. RGB value is (71,47,221). Sum of RGB (Red+Green+Blue) = 71+47+221=339 (44% of max value = 765). Red value is 71 (28.12% from 255 or 20.94% from 339); Green value is 47 (18.75% from 255 or 13.86% from 339); Blue value is 221 (86.72% from 255 or 65.19% from 339); Max value from RGB is 221 - color contains mainly: blue. Hex color #472FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472FDD is #B8D022. Grayscale: #494949. Windows color (decimal): -12111907 or 14495559. OLE color: 14495559.
HSL color Cylindrical-coordinate representation of color #472FDD: hue angle of 248.28º degrees, saturation: 0.72, 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 #472FDD is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 47 | 221 | - |
| CMYK | 0.68 | 0.79 | 0 | 0.13 |
| HSL | 248.28º | 0.72% | 0.53% | - |
| HSV(B) | 248.28º | 0.79% | 0.87% | - |
| XYZ | 16.67 | 8.59 | 69.19 | - |
| YUV | 74.01 | 210.95 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 47 | 221 | 0.68 | 0.79 | 0 | 0.13 | 248.28 | 0.72 | 0.53 |
| Hex | 47 | 2F | DD | 44 | 4F | 0 | D | F8 | 48 | 35 |
| Octal | 107 | 57 | 335 | 104 | 117 | 0 | 15 | 370 | 110 | 65 |
| Binary | 1000111 | 101111 | 11011101 | 1000100 | 1001111 | 0 | 1101 | 11111000 | 1001000 | 110101 |
Color Harmonies of #472FDD
Complementary color
Monochromatic Colors of #472FDD
Black with #472FDD
Text Example
Text Example
White with #472FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472FDD; }
p { color: rgb(71,47,221); }
H1.HeaderClassName
{
color: #472FDD;
}
.AnyTagClassName
{
color: #472FDD;
}
</style>
background-color css
<style>
a { background-color: #472FDD; }
a { background-color: rgb(71,47,221); }
div.DivClassName
{
background-color: #472FDD;
}
.BgClassName
{
background-color: #472FDD;
}
</style>
border-color css
<style>
span { border-color: #472FDD; }
span { border-color: rgb(71,47,221); }
td.TdClassName
{
border-color: #472FDD;
}
.TagClassName
{
border-color: #472FDD;
}
</style>