Shades of Han Purple #4D11E8
Tints of Han Purple #4D11E8
RGB
CMYK
RGB Variations
Color information
#4D11E8 (or 0x4D11E8) is known color: Han Purple. HEX triplet: 4D, 11 and E8. RGB value is (77,17,232). Sum of RGB (Red+Green+Blue) = 77+17+232=326 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.62% from 326); Green value is 17 (7.03% from 255 or 5.21% from 326); Blue value is 232 (91.02% from 255 or 71.17% from 326); Max value from RGB is 232 - color contains mainly: blue. Hex color #4D11E8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D11E8 is #B2EE17. Grayscale: #3A3A3A. Windows color (decimal): -11726360 or 15208781. OLE color: 15208781.
HSL color Cylindrical-coordinate representation of color #4D11E8: hue angle of 256.74º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4D11E8 is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 77 | 17 | 232 | - |
| CMYK | 0.67 | 0.93 | 0 | 0.09 |
| HSL | 256.74º | 0.86% | 0.49% | - |
| HSV(B) | 256.74º | 0.93% | 0.91% | - |
| XYZ | 17.83 | 7.8 | 76.91 | - |
| YUV | 59.45 | 225.38 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 17 | 232 | 0.67 | 0.93 | 0 | 0.09 | 256.74 | 0.86 | 0.49 |
| Hex | 4D | 11 | E8 | 43 | 5D | 0 | 9 | 101 | 56 | 31 |
| Octal | 115 | 21 | 350 | 103 | 135 | 0 | 11 | 401 | 126 | 61 |
| Binary | 1001101 | 10001 | 11101000 | 1000011 | 1011101 | 0 | 1001 | 100000001 | 1010110 | 110001 |
Color Harmonies of #4D11E8
Complementary color
Monochromatic Colors of #4D11E8
Black with #4D11E8
Text Example
Text Example
White with #4D11E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D11E8; }
p { color: rgb(77,17,232); }
H1.HeaderClassName
{
color: #4D11E8;
}
.AnyTagClassName
{
color: #4D11E8;
}
</style>
background-color css
<style>
a { background-color: #4D11E8; }
a { background-color: rgb(77,17,232); }
div.DivClassName
{
background-color: #4D11E8;
}
.BgClassName
{
background-color: #4D11E8;
}
</style>
border-color css
<style>
span { border-color: #4D11E8; }
span { border-color: rgb(77,17,232); }
td.TdClassName
{
border-color: #4D11E8;
}
.TagClassName
{
border-color: #4D11E8;
}
</style>