Shades of Han Purple #4D0DEB
Tints of Han Purple #4D0DEB
RGB
CMYK
RGB Variations
Color information
#4D0DEB (or 0x4D0DEB) is known color: Han Purple. HEX triplet: 4D, 0D and EB. RGB value is (77,13,235). Sum of RGB (Red+Green+Blue) = 77+13+235=325 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.69% from 325); Green value is 13 (5.47% from 255 or 4% from 325); Blue value is 235 (92.19% from 255 or 72.31% from 325); Max value from RGB is 235 - color contains mainly: blue. Hex color #4D0DEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D0DEB is #B2F214. Grayscale: #383838. Windows color (decimal): -11727381 or 15404365. OLE color: 15404365.
HSL color Cylindrical-coordinate representation of color #4D0DEB: hue angle of 257.3º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D0DEB is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 13 | 235 | - |
| CMYK | 0.67 | 0.94 | 0 | 0.08 |
| HSL | 257.3º | 0.9% | 0.49% | - |
| HSV(B) | 257.3º | 0.94% | 0.92% | - |
| XYZ | 18.2 | 7.86 | 79.16 | - |
| YUV | 57.44 | 228.2 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 13 | 235 | 0.67 | 0.94 | 0 | 0.08 | 257.3 | 0.9 | 0.49 |
| Hex | 4D | D | EB | 43 | 5E | 0 | 8 | 101 | 5A | 31 |
| Octal | 115 | 15 | 353 | 103 | 136 | 0 | 10 | 401 | 132 | 61 |
| Binary | 1001101 | 1101 | 11101011 | 1000011 | 1011110 | 0 | 1000 | 100000001 | 1011010 | 110001 |
Color Harmonies of #4D0DEB
Complementary color
Monochromatic Colors of #4D0DEB
Black with #4D0DEB
Text Example
Text Example
White with #4D0DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0DEB; }
p { color: rgb(77,13,235); }
H1.HeaderClassName
{
color: #4D0DEB;
}
.AnyTagClassName
{
color: #4D0DEB;
}
</style>
background-color css
<style>
a { background-color: #4D0DEB; }
a { background-color: rgb(77,13,235); }
div.DivClassName
{
background-color: #4D0DEB;
}
.BgClassName
{
background-color: #4D0DEB;
}
</style>
border-color css
<style>
span { border-color: #4D0DEB; }
span { border-color: rgb(77,13,235); }
td.TdClassName
{
border-color: #4D0DEB;
}
.TagClassName
{
border-color: #4D0DEB;
}
</style>