Shades of Han Purple #4720DB
Tints of Han Purple #4720DB
RGB
CMYK
RGB Variations
Color information
#4720DB (or 0x4720DB) is known color: Han Purple. HEX triplet: 47, 20 and DB. RGB value is (71,32,219). Sum of RGB (Red+Green+Blue) = 71+32+219=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 32 (12.89% from 255 or 9.94% from 322); Blue value is 219 (85.94% from 255 or 68.01% from 322); Max value from RGB is 219 - color contains mainly: blue. Hex color #4720DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4720DB is #B8DF24. Grayscale: #404040. Windows color (decimal): -12115749 or 14360647. OLE color: 14360647.
HSL color Cylindrical-coordinate representation of color #4720DB: hue angle of 252.51º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4720DB is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 32 | 219 | - |
| CMYK | 0.68 | 0.85 | 0 | 0.14 |
| HSL | 252.51º | 0.75% | 0.49% | - |
| HSV(B) | 252.51º | 0.85% | 0.86% | - |
| XYZ | 15.9 | 7.49 | 67.62 | - |
| YUV | 64.98 | 214.92 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 32 | 219 | 0.68 | 0.85 | 0 | 0.14 | 252.51 | 0.75 | 0.49 |
| Hex | 47 | 20 | DB | 44 | 55 | 0 | E | FD | 4B | 31 |
| Octal | 107 | 40 | 333 | 104 | 125 | 0 | 16 | 375 | 113 | 61 |
| Binary | 1000111 | 100000 | 11011011 | 1000100 | 1010101 | 0 | 1110 | 11111101 | 1001011 | 110001 |
Color Harmonies of #4720DB
Complementary color
Monochromatic Colors of #4720DB
Black with #4720DB
Text Example
Text Example
White with #4720DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4720DB; }
p { color: rgb(71,32,219); }
H1.HeaderClassName
{
color: #4720DB;
}
.AnyTagClassName
{
color: #4720DB;
}
</style>
background-color css
<style>
a { background-color: #4720DB; }
a { background-color: rgb(71,32,219); }
div.DivClassName
{
background-color: #4720DB;
}
.BgClassName
{
background-color: #4720DB;
}
</style>
border-color css
<style>
span { border-color: #4720DB; }
span { border-color: rgb(71,32,219); }
td.TdClassName
{
border-color: #4720DB;
}
.TagClassName
{
border-color: #4720DB;
}
</style>