Shades of Han Purple #472BDB
Tints of Han Purple #472BDB
RGB
CMYK
RGB Variations
Color information
#472BDB (or 0x472BDB) is known color: Han Purple. HEX triplet: 47, 2B and DB. RGB value is (71,43,219). Sum of RGB (Red+Green+Blue) = 71+43+219=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 43 (17.19% from 255 or 12.91% from 333); Blue value is 219 (85.94% from 255 or 65.77% from 333); Max value from RGB is 219 - color contains mainly: blue. Hex color #472BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472BDB is #B8D424. Grayscale: #464646. Windows color (decimal): -12112933 or 14363463. OLE color: 14363463.
HSL color Cylindrical-coordinate representation of color #472BDB: hue angle of 249.55º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #472BDB is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 43 | 219 | - |
| CMYK | 0.68 | 0.80 | 0 | 0.14 |
| HSL | 249.55º | 0.71% | 0.51% | - |
| HSV(B) | 249.55º | 0.8% | 0.86% | - |
| XYZ | 16.25 | 8.18 | 67.74 | - |
| YUV | 71.44 | 211.28 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 43 | 219 | 0.68 | 0.80 | 0 | 0.14 | 249.55 | 0.71 | 0.51 |
| Hex | 47 | 2B | DB | 44 | 50 | 0 | E | FA | 47 | 33 |
| Octal | 107 | 53 | 333 | 104 | 120 | 0 | 16 | 372 | 107 | 63 |
| Binary | 1000111 | 101011 | 11011011 | 1000100 | 1010000 | 0 | 1110 | 11111010 | 1000111 | 110011 |
Color Harmonies of #472BDB
Complementary color
Monochromatic Colors of #472BDB
Black with #472BDB
Text Example
Text Example
White with #472BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472BDB; }
p { color: rgb(71,43,219); }
H1.HeaderClassName
{
color: #472BDB;
}
.AnyTagClassName
{
color: #472BDB;
}
</style>
background-color css
<style>
a { background-color: #472BDB; }
a { background-color: rgb(71,43,219); }
div.DivClassName
{
background-color: #472BDB;
}
.BgClassName
{
background-color: #472BDB;
}
</style>
border-color css
<style>
span { border-color: #472BDB; }
span { border-color: rgb(71,43,219); }
td.TdClassName
{
border-color: #472BDB;
}
.TagClassName
{
border-color: #472BDB;
}
</style>