Shades of Han Purple #4D07EB
Tints of Han Purple #4D07EB
RGB
CMYK
RGB Variations
Color information
#4D07EB (or 0x4D07EB) is known color: Han Purple. HEX triplet: 4D, 07 and EB. RGB value is (77,7,235). Sum of RGB (Red+Green+Blue) = 77+7+235=319 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.14% from 319); Green value is 7 (3.12% from 255 or 2.19% from 319); Blue value is 235 (92.19% from 255 or 73.67% from 319); Max value from RGB is 235 - color contains mainly: blue. Hex color #4D07EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D07EB is #B2F814. Grayscale: #353535. Windows color (decimal): -11728917 or 15402829. OLE color: 15402829.
HSL color Cylindrical-coordinate representation of color #4D07EB: hue angle of 258.42º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D07EB is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 7 | 235 | - |
| CMYK | 0.67 | 0.97 | 0 | 0.08 |
| HSL | 258.42º | 0.94% | 0.47% | - |
| HSV(B) | 258.42º | 0.97% | 0.92% | - |
| XYZ | 18.13 | 7.73 | 79.13 | - |
| YUV | 53.92 | 230.19 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 7 | 235 | 0.67 | 0.97 | 0 | 0.08 | 258.42 | 0.94 | 0.47 |
| Hex | 4D | 7 | EB | 43 | 61 | 0 | 8 | 102 | 5E | 2F |
| Octal | 115 | 7 | 353 | 103 | 141 | 0 | 10 | 402 | 136 | 57 |
| Binary | 1001101 | 111 | 11101011 | 1000011 | 1100001 | 0 | 1000 | 100000010 | 1011110 | 101111 |
Color Harmonies of #4D07EB
Complementary color
Monochromatic Colors of #4D07EB
Black with #4D07EB
Text Example
Text Example
White with #4D07EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D07EB; }
p { color: rgb(77,7,235); }
H1.HeaderClassName
{
color: #4D07EB;
}
.AnyTagClassName
{
color: #4D07EB;
}
</style>
background-color css
<style>
a { background-color: #4D07EB; }
a { background-color: rgb(77,7,235); }
div.DivClassName
{
background-color: #4D07EB;
}
.BgClassName
{
background-color: #4D07EB;
}
</style>
border-color css
<style>
span { border-color: #4D07EB; }
span { border-color: rgb(77,7,235); }
td.TdClassName
{
border-color: #4D07EB;
}
.TagClassName
{
border-color: #4D07EB;
}
</style>