Shades of Han Purple #4D0DDA
Tints of Han Purple #4D0DDA
RGB
CMYK
RGB Variations
Color information
#4D0DDA (or 0x4D0DDA) is known color: Han Purple. HEX triplet: 4D, 0D and DA. RGB value is (77,13,218). Sum of RGB (Red+Green+Blue) = 77+13+218=308 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25% from 308); Green value is 13 (5.47% from 255 or 4.22% from 308); Blue value is 218 (85.55% from 255 or 70.78% from 308); Max value from RGB is 218 - color contains mainly: blue. Hex color #4D0DDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D0DDA is #B2F225. Grayscale: #363636. Windows color (decimal): -11727398 or 14290253. OLE color: 14290253.
HSL color Cylindrical-coordinate representation of color #4D0DDA: hue angle of 258.73º 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 #4D0DDA is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 13 | 218 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.15 |
| HSL | 258.73º | 0.89% | 0.45% | - |
| HSV(B) | 258.73º | 0.94% | 0.85% | - |
| XYZ | 15.86 | 6.93 | 66.83 | - |
| YUV | 55.51 | 219.7 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 13 | 218 | 0.65 | 0.94 | 0 | 0.15 | 258.73 | 0.89 | 0.45 |
| Hex | 4D | D | DA | 41 | 5E | 0 | F | 103 | 59 | 2D |
| Octal | 115 | 15 | 332 | 101 | 136 | 0 | 17 | 403 | 131 | 55 |
| Binary | 1001101 | 1101 | 11011010 | 1000001 | 1011110 | 0 | 1111 | 100000011 | 1011001 | 101101 |
Color Harmonies of #4D0DDA
Complementary color
Monochromatic Colors of #4D0DDA
Black with #4D0DDA
Text Example
Text Example
White with #4D0DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0DDA; }
p { color: rgb(77,13,218); }
H1.HeaderClassName
{
color: #4D0DDA;
}
.AnyTagClassName
{
color: #4D0DDA;
}
</style>
background-color css
<style>
a { background-color: #4D0DDA; }
a { background-color: rgb(77,13,218); }
div.DivClassName
{
background-color: #4D0DDA;
}
.BgClassName
{
background-color: #4D0DDA;
}
</style>
border-color css
<style>
span { border-color: #4D0DDA; }
span { border-color: rgb(77,13,218); }
td.TdClassName
{
border-color: #4D0DDA;
}
.TagClassName
{
border-color: #4D0DDA;
}
</style>