Shades of Han Purple #472ADB
Tints of Han Purple #472ADB
RGB
CMYK
RGB Variations
Color information
#472ADB (or 0x472ADB) is known color: Han Purple. HEX triplet: 47, 2A and DB. RGB value is (71,42,219). Sum of RGB (Red+Green+Blue) = 71+42+219=332 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.39% from 332); Green value is 42 (16.80% from 255 or 12.65% from 332); Blue value is 219 (85.94% from 255 or 65.96% from 332); Max value from RGB is 219 - color contains mainly: blue. Hex color #472ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472ADB is #B8D524. Grayscale: #464646. Windows color (decimal): -12113189 or 14363207. OLE color: 14363207.
HSL color Cylindrical-coordinate representation of color #472ADB: hue angle of 249.83º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #472ADB is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 42 | 219 | - |
| CMYK | 0.68 | 0.81 | 0 | 0.14 |
| HSL | 249.83º | 0.71% | 0.51% | - |
| HSV(B) | 249.83º | 0.81% | 0.86% | - |
| XYZ | 16.21 | 8.11 | 67.73 | - |
| YUV | 70.85 | 211.61 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 42 | 219 | 0.68 | 0.81 | 0 | 0.14 | 249.83 | 0.71 | 0.51 |
| Hex | 47 | 2A | DB | 44 | 51 | 0 | E | FA | 47 | 33 |
| Octal | 107 | 52 | 333 | 104 | 121 | 0 | 16 | 372 | 107 | 63 |
| Binary | 1000111 | 101010 | 11011011 | 1000100 | 1010001 | 0 | 1110 | 11111010 | 1000111 | 110011 |
Color Harmonies of #472ADB
Complementary color
Monochromatic Colors of #472ADB
Black with #472ADB
Text Example
Text Example
White with #472ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472ADB; }
p { color: rgb(71,42,219); }
H1.HeaderClassName
{
color: #472ADB;
}
.AnyTagClassName
{
color: #472ADB;
}
</style>
background-color css
<style>
a { background-color: #472ADB; }
a { background-color: rgb(71,42,219); }
div.DivClassName
{
background-color: #472ADB;
}
.BgClassName
{
background-color: #472ADB;
}
</style>
border-color css
<style>
span { border-color: #472ADB; }
span { border-color: rgb(71,42,219); }
td.TdClassName
{
border-color: #472ADB;
}
.TagClassName
{
border-color: #472ADB;
}
</style>