Shades of Han Purple #4D07EC
Tints of Han Purple #4D07EC
RGB
CMYK
RGB Variations
Color information
#4D07EC (or 0x4D07EC) is known color: Han Purple. HEX triplet: 4D, 07 and EC. RGB value is (77,7,236). Sum of RGB (Red+Green+Blue) = 77+7+236=320 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.06% from 320); Green value is 7 (3.12% from 255 or 2.19% from 320); Blue value is 236 (92.58% from 255 or 73.75% from 320); Max value from RGB is 236 - color contains mainly: blue. Hex color #4D07EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D07EC is #B2F813. Grayscale: #353535. Windows color (decimal): -11728916 or 15468365. OLE color: 15468365.
HSL color Cylindrical-coordinate representation of color #4D07EC: hue angle of 258.34º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D07EC is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 7 | 236 | - |
| CMYK | 0.67 | 0.97 | 0 | 0.07 |
| HSL | 258.34º | 0.94% | 0.48% | - |
| HSV(B) | 258.34º | 0.97% | 0.93% | - |
| XYZ | 18.28 | 7.79 | 79.9 | - |
| YUV | 54.04 | 230.69 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 7 | 236 | 0.67 | 0.97 | 0 | 0.07 | 258.34 | 0.94 | 0.48 |
| Hex | 4D | 7 | EC | 43 | 61 | 0 | 7 | 102 | 5E | 30 |
| Octal | 115 | 7 | 354 | 103 | 141 | 0 | 7 | 402 | 136 | 60 |
| Binary | 1001101 | 111 | 11101100 | 1000011 | 1100001 | 0 | 111 | 100000010 | 1011110 | 110000 |
Color Harmonies of #4D07EC
Complementary color
Monochromatic Colors of #4D07EC
Black with #4D07EC
Text Example
Text Example
White with #4D07EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D07EC; }
p { color: rgb(77,7,236); }
H1.HeaderClassName
{
color: #4D07EC;
}
.AnyTagClassName
{
color: #4D07EC;
}
</style>
background-color css
<style>
a { background-color: #4D07EC; }
a { background-color: rgb(77,7,236); }
div.DivClassName
{
background-color: #4D07EC;
}
.BgClassName
{
background-color: #4D07EC;
}
</style>
border-color css
<style>
span { border-color: #4D07EC; }
span { border-color: rgb(77,7,236); }
td.TdClassName
{
border-color: #4D07EC;
}
.TagClassName
{
border-color: #4D07EC;
}
</style>