Shades of Han Purple #4D07EA
Tints of Han Purple #4D07EA
RGB
CMYK
RGB Variations
Color information
#4D07EA (or 0x4D07EA) is known color: Han Purple. HEX triplet: 4D, 07 and EA. RGB value is (77,7,234). Sum of RGB (Red+Green+Blue) = 77+7+234=318 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.21% from 318); Green value is 7 (3.12% from 255 or 2.20% from 318); Blue value is 234 (91.80% from 255 or 73.58% from 318); Max value from RGB is 234 - color contains mainly: blue. Hex color #4D07EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D07EA is #B2F815. Grayscale: #343434. Windows color (decimal): -11728918 or 15337293. OLE color: 15337293.
HSL color Cylindrical-coordinate representation of color #4D07EA: hue angle of 258.5º 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 #4D07EA is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 7 | 234 | - |
| CMYK | 0.67 | 0.97 | 0 | 0.08 |
| HSL | 258.5º | 0.94% | 0.47% | - |
| HSV(B) | 258.5º | 0.97% | 0.92% | - |
| XYZ | 17.99 | 7.67 | 78.37 | - |
| YUV | 53.81 | 229.69 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 7 | 234 | 0.67 | 0.97 | 0 | 0.08 | 258.5 | 0.94 | 0.47 |
| Hex | 4D | 7 | EA | 43 | 61 | 0 | 8 | 103 | 5E | 2F |
| Octal | 115 | 7 | 352 | 103 | 141 | 0 | 10 | 403 | 136 | 57 |
| Binary | 1001101 | 111 | 11101010 | 1000011 | 1100001 | 0 | 1000 | 100000011 | 1011110 | 101111 |
Color Harmonies of #4D07EA
Complementary color
Monochromatic Colors of #4D07EA
Black with #4D07EA
Text Example
Text Example
White with #4D07EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D07EA; }
p { color: rgb(77,7,234); }
H1.HeaderClassName
{
color: #4D07EA;
}
.AnyTagClassName
{
color: #4D07EA;
}
</style>
background-color css
<style>
a { background-color: #4D07EA; }
a { background-color: rgb(77,7,234); }
div.DivClassName
{
background-color: #4D07EA;
}
.BgClassName
{
background-color: #4D07EA;
}
</style>
border-color css
<style>
span { border-color: #4D07EA; }
span { border-color: rgb(77,7,234); }
td.TdClassName
{
border-color: #4D07EA;
}
.TagClassName
{
border-color: #4D07EA;
}
</style>