Shades of Han Purple #4D0BDB
Tints of Han Purple #4D0BDB
RGB
CMYK
RGB Variations
Color information
#4D0BDB (or 0x4D0BDB) is known color: Han Purple. HEX triplet: 4D, 0B and DB. RGB value is (77,11,219). Sum of RGB (Red+Green+Blue) = 77+11+219=307 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.08% from 307); Green value is 11 (4.69% from 255 or 3.58% 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 #4D0BDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D0BDB is #B2F424. Grayscale: #353535. Windows color (decimal): -11727909 or 14355277. OLE color: 14355277.
HSL color Cylindrical-coordinate representation of color #4D0BDB: hue angle of 259.04º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D0BDB is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 11 | 219 | - |
| CMYK | 0.65 | 0.95 | 0 | 0.14 |
| HSL | 259.04º | 0.9% | 0.45% | - |
| HSV(B) | 259.04º | 0.95% | 0.86% | - |
| XYZ | 15.97 | 6.93 | 67.51 | - |
| YUV | 54.45 | 220.87 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 11 | 219 | 0.65 | 0.95 | 0 | 0.14 | 259.04 | 0.9 | 0.45 |
| Hex | 4D | B | DB | 41 | 5F | 0 | E | 103 | 5A | 2D |
| Octal | 115 | 13 | 333 | 101 | 137 | 0 | 16 | 403 | 132 | 55 |
| Binary | 1001101 | 1011 | 11011011 | 1000001 | 1011111 | 0 | 1110 | 100000011 | 1011010 | 101101 |
Color Harmonies of #4D0BDB
Complementary color
Monochromatic Colors of #4D0BDB
Black with #4D0BDB
Text Example
Text Example
White with #4D0BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0BDB; }
p { color: rgb(77,11,219); }
H1.HeaderClassName
{
color: #4D0BDB;
}
.AnyTagClassName
{
color: #4D0BDB;
}
</style>
background-color css
<style>
a { background-color: #4D0BDB; }
a { background-color: rgb(77,11,219); }
div.DivClassName
{
background-color: #4D0BDB;
}
.BgClassName
{
background-color: #4D0BDB;
}
</style>
border-color css
<style>
span { border-color: #4D0BDB; }
span { border-color: rgb(77,11,219); }
td.TdClassName
{
border-color: #4D0BDB;
}
.TagClassName
{
border-color: #4D0BDB;
}
</style>