Shades of Han Purple #4D0BEC
Tints of Han Purple #4D0BEC
RGB
CMYK
RGB Variations
Color information
#4D0BEC (or 0x4D0BEC) is known color: Han Purple. HEX triplet: 4D, 0B and EC. RGB value is (77,11,236). Sum of RGB (Red+Green+Blue) = 77+11+236=324 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.77% from 324); Green value is 11 (4.69% from 255 or 3.40% from 324); Blue value is 236 (92.58% from 255 or 72.84% from 324); Max value from RGB is 236 - color contains mainly: blue. Hex color #4D0BEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D0BEC is #B2F413. Grayscale: #373737. Windows color (decimal): -11727892 or 15469389. OLE color: 15469389.
HSL color Cylindrical-coordinate representation of color #4D0BEC: hue angle of 257.6º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D0BEC is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 11 | 236 | - |
| CMYK | 0.67 | 0.95 | 0 | 0.07 |
| HSL | 257.6º | 0.91% | 0.48% | - |
| HSV(B) | 257.6º | 0.95% | 0.93% | - |
| XYZ | 18.32 | 7.87 | 79.91 | - |
| YUV | 56.38 | 229.37 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 11 | 236 | 0.67 | 0.95 | 0 | 0.07 | 257.6 | 0.91 | 0.48 |
| Hex | 4D | B | EC | 43 | 5F | 0 | 7 | 102 | 5B | 30 |
| Octal | 115 | 13 | 354 | 103 | 137 | 0 | 7 | 402 | 133 | 60 |
| Binary | 1001101 | 1011 | 11101100 | 1000011 | 1011111 | 0 | 111 | 100000010 | 1011011 | 110000 |
Color Harmonies of #4D0BEC
Complementary color
Monochromatic Colors of #4D0BEC
Black with #4D0BEC
Text Example
Text Example
White with #4D0BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0BEC; }
p { color: rgb(77,11,236); }
H1.HeaderClassName
{
color: #4D0BEC;
}
.AnyTagClassName
{
color: #4D0BEC;
}
</style>
background-color css
<style>
a { background-color: #4D0BEC; }
a { background-color: rgb(77,11,236); }
div.DivClassName
{
background-color: #4D0BEC;
}
.BgClassName
{
background-color: #4D0BEC;
}
</style>
border-color css
<style>
span { border-color: #4D0BEC; }
span { border-color: rgb(77,11,236); }
td.TdClassName
{
border-color: #4D0BEC;
}
.TagClassName
{
border-color: #4D0BEC;
}
</style>