Shades of Han Purple #4D0FDB
Tints of Han Purple #4D0FDB
RGB
CMYK
RGB Variations
Color information
#4D0FDB (or 0x4D0FDB) is known color: Han Purple. HEX triplet: 4D, 0F and DB. RGB value is (77,15,219). Sum of RGB (Red+Green+Blue) = 77+15+219=311 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.76% from 311); Green value is 15 (6.25% from 255 or 4.82% from 311); Blue value is 219 (85.94% from 255 or 70.42% from 311); Max value from RGB is 219 - color contains mainly: blue. Hex color #4D0FDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D0FDB is #B2F024. Grayscale: #383838. Windows color (decimal): -11726885 or 14356301. OLE color: 14356301.
HSL color Cylindrical-coordinate representation of color #4D0FDB: hue angle of 258.24º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4D0FDB is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 15 | 219 | - |
| CMYK | 0.65 | 0.93 | 0 | 0.14 |
| HSL | 258.24º | 0.87% | 0.46% | - |
| HSV(B) | 258.24º | 0.93% | 0.86% | - |
| XYZ | 16.02 | 7.03 | 67.53 | - |
| YUV | 56.79 | 219.54 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 15 | 219 | 0.65 | 0.93 | 0 | 0.14 | 258.24 | 0.87 | 0.46 |
| Hex | 4D | F | DB | 41 | 5D | 0 | E | 102 | 57 | 2E |
| Octal | 115 | 17 | 333 | 101 | 135 | 0 | 16 | 402 | 127 | 56 |
| Binary | 1001101 | 1111 | 11011011 | 1000001 | 1011101 | 0 | 1110 | 100000010 | 1010111 | 101110 |
Color Harmonies of #4D0FDB
Complementary color
Monochromatic Colors of #4D0FDB
Black with #4D0FDB
Text Example
Text Example
White with #4D0FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0FDB; }
p { color: rgb(77,15,219); }
H1.HeaderClassName
{
color: #4D0FDB;
}
.AnyTagClassName
{
color: #4D0FDB;
}
</style>
background-color css
<style>
a { background-color: #4D0FDB; }
a { background-color: rgb(77,15,219); }
div.DivClassName
{
background-color: #4D0FDB;
}
.BgClassName
{
background-color: #4D0FDB;
}
</style>
border-color css
<style>
span { border-color: #4D0FDB; }
span { border-color: rgb(77,15,219); }
td.TdClassName
{
border-color: #4D0FDB;
}
.TagClassName
{
border-color: #4D0FDB;
}
</style>