Shades of Han Purple #472DDF
Tints of Han Purple #472DDF
RGB
CMYK
RGB Variations
Color information
#472DDF (or 0x472DDF) is known color: Han Purple. HEX triplet: 47, 2D and DF. RGB value is (71,45,223). Sum of RGB (Red+Green+Blue) = 71+45+223=339 (44% of max value = 765). Red value is 71 (28.12% from 255 or 20.94% from 339); Green value is 45 (17.97% from 255 or 13.27% from 339); Blue value is 223 (87.5% from 255 or 65.78% from 339); Max value from RGB is 223 - color contains mainly: blue. Hex color #472DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472DDF is #B8D220. Grayscale: #484848. Windows color (decimal): -12112417 or 14626119. OLE color: 14626119.
HSL color Cylindrical-coordinate representation of color #472DDF: hue angle of 248.76º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #472DDF is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 45 | 223 | - |
| CMYK | 0.68 | 0.80 | 0 | 0.13 |
| HSL | 248.76º | 0.74% | 0.53% | - |
| HSV(B) | 248.76º | 0.8% | 0.87% | - |
| XYZ | 16.86 | 8.54 | 70.57 | - |
| YUV | 73.07 | 212.61 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 45 | 223 | 0.68 | 0.80 | 0 | 0.13 | 248.76 | 0.74 | 0.53 |
| Hex | 47 | 2D | DF | 44 | 50 | 0 | D | F9 | 4A | 35 |
| Octal | 107 | 55 | 337 | 104 | 120 | 0 | 15 | 371 | 112 | 65 |
| Binary | 1000111 | 101101 | 11011111 | 1000100 | 1010000 | 0 | 1101 | 11111001 | 1001010 | 110101 |
Color Harmonies of #472DDF
Complementary color
Monochromatic Colors of #472DDF
Black with #472DDF
Text Example
Text Example
White with #472DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472DDF; }
p { color: rgb(71,45,223); }
H1.HeaderClassName
{
color: #472DDF;
}
.AnyTagClassName
{
color: #472DDF;
}
</style>
background-color css
<style>
a { background-color: #472DDF; }
a { background-color: rgb(71,45,223); }
div.DivClassName
{
background-color: #472DDF;
}
.BgClassName
{
background-color: #472DDF;
}
</style>
border-color css
<style>
span { border-color: #472DDF; }
span { border-color: rgb(71,45,223); }
td.TdClassName
{
border-color: #472DDF;
}
.TagClassName
{
border-color: #472DDF;
}
</style>