Shades of Han Purple #4D11DB
Tints of Han Purple #4D11DB
RGB
CMYK
RGB Variations
Color information
#4D11DB (or 0x4D11DB) is known color: Han Purple. HEX triplet: 4D, 11 and DB. RGB value is (77,17,219). Sum of RGB (Red+Green+Blue) = 77+17+219=313 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.60% from 313); Green value is 17 (7.03% from 255 or 5.43% from 313); Blue value is 219 (85.94% from 255 or 69.97% from 313); Max value from RGB is 219 - color contains mainly: blue. Hex color #4D11DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D11DB is #B2EE24. Grayscale: #393939. Windows color (decimal): -11726373 or 14356813. OLE color: 14356813.
HSL color Cylindrical-coordinate representation of color #4D11DB: hue angle of 257.82º 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 #4D11DB is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 17 | 219 | - |
| CMYK | 0.65 | 0.92 | 0 | 0.14 |
| HSL | 257.82º | 0.86% | 0.46% | - |
| HSV(B) | 257.82º | 0.92% | 0.86% | - |
| XYZ | 16.05 | 7.09 | 67.54 | - |
| YUV | 57.97 | 218.88 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 17 | 219 | 0.65 | 0.92 | 0 | 0.14 | 257.82 | 0.86 | 0.46 |
| Hex | 4D | 11 | DB | 41 | 5C | 0 | E | 102 | 56 | 2E |
| Octal | 115 | 21 | 333 | 101 | 134 | 0 | 16 | 402 | 126 | 56 |
| Binary | 1001101 | 10001 | 11011011 | 1000001 | 1011100 | 0 | 1110 | 100000010 | 1010110 | 101110 |
Color Harmonies of #4D11DB
Complementary color
Monochromatic Colors of #4D11DB
Black with #4D11DB
Text Example
Text Example
White with #4D11DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D11DB; }
p { color: rgb(77,17,219); }
H1.HeaderClassName
{
color: #4D11DB;
}
.AnyTagClassName
{
color: #4D11DB;
}
</style>
background-color css
<style>
a { background-color: #4D11DB; }
a { background-color: rgb(77,17,219); }
div.DivClassName
{
background-color: #4D11DB;
}
.BgClassName
{
background-color: #4D11DB;
}
</style>
border-color css
<style>
span { border-color: #4D11DB; }
span { border-color: rgb(77,17,219); }
td.TdClassName
{
border-color: #4D11DB;
}
.TagClassName
{
border-color: #4D11DB;
}
</style>