Shades of Han Purple #4711DB
Tints of Han Purple #4711DB
RGB
CMYK
RGB Variations
Color information
#4711DB (or 0x4711DB) is known color: Han Purple. HEX triplet: 47, 11 and DB. RGB value is (71,17,219). Sum of RGB (Red+Green+Blue) = 71+17+219=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 219 (85.94% from 255 or 71.34% from 307); Max value from RGB is 219 - color contains mainly: blue. Hex color #4711DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4711DB is #B8EE24. Grayscale: #373737. Windows color (decimal): -12119589 or 14356807. OLE color: 14356807.
HSL color Cylindrical-coordinate representation of color #4711DB: hue angle of 256.04º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4711DB is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 17 | 219 | - |
| CMYK | 0.68 | 0.92 | 0 | 0.14 |
| HSL | 256.04º | 0.86% | 0.46% | - |
| HSV(B) | 256.04º | 0.92% | 0.86% | - |
| XYZ | 15.59 | 6.85 | 67.52 | - |
| YUV | 56.17 | 219.89 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 17 | 219 | 0.68 | 0.92 | 0 | 0.14 | 256.04 | 0.86 | 0.46 |
| Hex | 47 | 11 | DB | 44 | 5C | 0 | E | 100 | 56 | 2E |
| Octal | 107 | 21 | 333 | 104 | 134 | 0 | 16 | 400 | 126 | 56 |
| Binary | 1000111 | 10001 | 11011011 | 1000100 | 1011100 | 0 | 1110 | 100000000 | 1010110 | 101110 |
Color Harmonies of #4711DB
Complementary color
Monochromatic Colors of #4711DB
Black with #4711DB
Text Example
Text Example
White with #4711DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4711DB; }
p { color: rgb(71,17,219); }
H1.HeaderClassName
{
color: #4711DB;
}
.AnyTagClassName
{
color: #4711DB;
}
</style>
background-color css
<style>
a { background-color: #4711DB; }
a { background-color: rgb(71,17,219); }
div.DivClassName
{
background-color: #4711DB;
}
.BgClassName
{
background-color: #4711DB;
}
</style>
border-color css
<style>
span { border-color: #4711DB; }
span { border-color: rgb(71,17,219); }
td.TdClassName
{
border-color: #4711DB;
}
.TagClassName
{
border-color: #4711DB;
}
</style>