Shades of Han Purple #4D0DD8
Tints of Han Purple #4D0DD8
RGB
CMYK
RGB Variations
Color information
#4D0DD8 (or 0x4D0DD8) is known color: Han Purple. HEX triplet: 4D, 0D and D8. RGB value is (77,13,216). Sum of RGB (Red+Green+Blue) = 77+13+216=306 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.16% from 306); Green value is 13 (5.47% from 255 or 4.25% from 306); Blue value is 216 (84.77% from 255 or 70.59% from 306); Max value from RGB is 216 - color contains mainly: blue. Hex color #4D0DD8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D0DD8 is #B2F227. Grayscale: #363636. Windows color (decimal): -11727400 or 14159181. OLE color: 14159181.
HSL color Cylindrical-coordinate representation of color #4D0DD8: hue angle of 258.92º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D0DD8 is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 13 | 216 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.15 |
| HSL | 258.92º | 0.89% | 0.45% | - |
| HSV(B) | 258.92º | 0.94% | 0.85% | - |
| XYZ | 15.6 | 6.82 | 65.46 | - |
| YUV | 55.28 | 218.7 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 13 | 216 | 0.64 | 0.94 | 0 | 0.15 | 258.92 | 0.89 | 0.45 |
| Hex | 4D | D | D8 | 40 | 5E | 0 | F | 103 | 59 | 2D |
| Octal | 115 | 15 | 330 | 100 | 136 | 0 | 17 | 403 | 131 | 55 |
| Binary | 1001101 | 1101 | 11011000 | 1000000 | 1011110 | 0 | 1111 | 100000011 | 1011001 | 101101 |
Color Harmonies of #4D0DD8
Complementary color
Monochromatic Colors of #4D0DD8
Black with #4D0DD8
Text Example
Text Example
White with #4D0DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0DD8; }
p { color: rgb(77,13,216); }
H1.HeaderClassName
{
color: #4D0DD8;
}
.AnyTagClassName
{
color: #4D0DD8;
}
</style>
background-color css
<style>
a { background-color: #4D0DD8; }
a { background-color: rgb(77,13,216); }
div.DivClassName
{
background-color: #4D0DD8;
}
.BgClassName
{
background-color: #4D0DD8;
}
</style>
border-color css
<style>
span { border-color: #4D0DD8; }
span { border-color: rgb(77,13,216); }
td.TdClassName
{
border-color: #4D0DD8;
}
.TagClassName
{
border-color: #4D0DD8;
}
</style>