Shades of Han Purple #4D11E6
Tints of Han Purple #4D11E6
RGB
CMYK
RGB Variations
Color information
#4D11E6 (or 0x4D11E6) is known color: Han Purple. HEX triplet: 4D, 11 and E6. RGB value is (77,17,230). Sum of RGB (Red+Green+Blue) = 77+17+230=324 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.77% from 324); Green value is 17 (7.03% from 255 or 5.25% from 324); Blue value is 230 (90.23% from 255 or 70.99% from 324); Max value from RGB is 230 - color contains mainly: blue. Hex color #4D11E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D11E6 is #B2EE19. Grayscale: #3A3A3A. Windows color (decimal): -11726362 or 15077709. OLE color: 15077709.
HSL color Cylindrical-coordinate representation of color #4D11E6: hue angle of 256.9º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4D11E6 is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 77 | 17 | 230 | - |
| CMYK | 0.67 | 0.93 | 0 | 0.10 |
| HSL | 256.9º | 0.86% | 0.48% | - |
| HSV(B) | 256.9º | 0.93% | 0.9% | - |
| XYZ | 17.54 | 7.69 | 75.42 | - |
| YUV | 59.22 | 224.38 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 17 | 230 | 0.67 | 0.93 | 0 | 0.10 | 256.9 | 0.86 | 0.48 |
| Hex | 4D | 11 | E6 | 43 | 5D | 0 | A | 101 | 56 | 30 |
| Octal | 115 | 21 | 346 | 103 | 135 | 0 | 12 | 401 | 126 | 60 |
| Binary | 1001101 | 10001 | 11100110 | 1000011 | 1011101 | 0 | 1010 | 100000001 | 1010110 | 110000 |
Color Harmonies of #4D11E6
Complementary color
Monochromatic Colors of #4D11E6
Black with #4D11E6
Text Example
Text Example
White with #4D11E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D11E6; }
p { color: rgb(77,17,230); }
H1.HeaderClassName
{
color: #4D11E6;
}
.AnyTagClassName
{
color: #4D11E6;
}
</style>
background-color css
<style>
a { background-color: #4D11E6; }
a { background-color: rgb(77,17,230); }
div.DivClassName
{
background-color: #4D11E6;
}
.BgClassName
{
background-color: #4D11E6;
}
</style>
border-color css
<style>
span { border-color: #4D11E6; }
span { border-color: rgb(77,17,230); }
td.TdClassName
{
border-color: #4D11E6;
}
.TagClassName
{
border-color: #4D11E6;
}
</style>