Shades of Han Purple #4D04EF
Tints of Han Purple #4D04EF
RGB
CMYK
RGB Variations
Color information
#4D04EF (or 0x4D04EF) is known color: Han Purple. HEX triplet: 4D, 04 and EF. RGB value is (77,4,239). Sum of RGB (Red+Green+Blue) = 77+4+239=320 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.06% from 320); Green value is 4 (1.95% from 255 or 1.25% from 320); Blue value is 239 (93.75% from 255 or 74.69% from 320); Max value from RGB is 239 - color contains mainly: blue. Hex color #4D04EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D04EF is #B2FB10. Grayscale: #333333. Windows color (decimal): -11729681 or 15664205. OLE color: 15664205.
HSL color Cylindrical-coordinate representation of color #4D04EF: hue angle of 258.64º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4D04EF is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 4 | 239 | - |
| CMYK | 0.68 | 0.98 | 0 | 0.06 |
| HSL | 258.64º | 0.97% | 0.48% | - |
| HSV(B) | 258.64º | 0.98% | 0.94% | - |
| XYZ | 18.68 | 7.9 | 82.2 | - |
| YUV | 52.62 | 233.18 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 4 | 239 | 0.68 | 0.98 | 0 | 0.06 | 258.64 | 0.97 | 0.48 |
| Hex | 4D | 4 | EF | 44 | 62 | 0 | 6 | 103 | 61 | 30 |
| Octal | 115 | 4 | 357 | 104 | 142 | 0 | 6 | 403 | 141 | 60 |
| Binary | 1001101 | 100 | 11101111 | 1000100 | 1100010 | 0 | 110 | 100000011 | 1100001 | 110000 |
Color Harmonies of #4D04EF
Complementary color
Monochromatic Colors of #4D04EF
Black with #4D04EF
Text Example
Text Example
White with #4D04EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D04EF; }
p { color: rgb(77,4,239); }
H1.HeaderClassName
{
color: #4D04EF;
}
.AnyTagClassName
{
color: #4D04EF;
}
</style>
background-color css
<style>
a { background-color: #4D04EF; }
a { background-color: rgb(77,4,239); }
div.DivClassName
{
background-color: #4D04EF;
}
.BgClassName
{
background-color: #4D04EF;
}
</style>
border-color css
<style>
span { border-color: #4D04EF; }
span { border-color: rgb(77,4,239); }
td.TdClassName
{
border-color: #4D04EF;
}
.TagClassName
{
border-color: #4D04EF;
}
</style>