Shades of Han Purple #4D0BE5
Tints of Han Purple #4D0BE5
RGB
CMYK
RGB Variations
Color information
#4D0BE5 (or 0x4D0BE5) is known color: Han Purple. HEX triplet: 4D, 0B and E5. RGB value is (77,11,229). Sum of RGB (Red+Green+Blue) = 77+11+229=317 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.29% from 317); Green value is 11 (4.69% from 255 or 3.47% from 317); Blue value is 229 (89.84% from 255 or 72.24% from 317); Max value from RGB is 229 - color contains mainly: blue. Hex color #4D0BE5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D0BE5 is #B2F41A. Grayscale: #363636. Windows color (decimal): -11727899 or 15010637. OLE color: 15010637.
HSL color Cylindrical-coordinate representation of color #4D0BE5: hue angle of 258.17º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D0BE5 is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 77 | 11 | 229 | - |
| CMYK | 0.66 | 0.95 | 0 | 0.10 |
| HSL | 258.17º | 0.91% | 0.47% | - |
| HSV(B) | 258.17º | 0.95% | 0.9% | - |
| XYZ | 17.32 | 7.47 | 74.66 | - |
| YUV | 55.59 | 225.87 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 11 | 229 | 0.66 | 0.95 | 0 | 0.10 | 258.17 | 0.91 | 0.47 |
| Hex | 4D | B | E5 | 42 | 5F | 0 | A | 102 | 5B | 2F |
| Octal | 115 | 13 | 345 | 102 | 137 | 0 | 12 | 402 | 133 | 57 |
| Binary | 1001101 | 1011 | 11100101 | 1000010 | 1011111 | 0 | 1010 | 100000010 | 1011011 | 101111 |
Color Harmonies of #4D0BE5
Complementary color
Monochromatic Colors of #4D0BE5
Black with #4D0BE5
Text Example
Text Example
White with #4D0BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0BE5; }
p { color: rgb(77,11,229); }
H1.HeaderClassName
{
color: #4D0BE5;
}
.AnyTagClassName
{
color: #4D0BE5;
}
</style>
background-color css
<style>
a { background-color: #4D0BE5; }
a { background-color: rgb(77,11,229); }
div.DivClassName
{
background-color: #4D0BE5;
}
.BgClassName
{
background-color: #4D0BE5;
}
</style>
border-color css
<style>
span { border-color: #4D0BE5; }
span { border-color: rgb(77,11,229); }
td.TdClassName
{
border-color: #4D0BE5;
}
.TagClassName
{
border-color: #4D0BE5;
}
</style>