Shades of Han Purple #4D20EF
Tints of Han Purple #4D20EF
RGB
CMYK
RGB Variations
Color information
#4D20EF (or 0x4D20EF) is known color: Han Purple. HEX triplet: 4D, 20 and EF. RGB value is (77,32,239). Sum of RGB (Red+Green+Blue) = 77+32+239=348 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.13% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 239 (93.75% from 255 or 68.68% from 348); Max value from RGB is 239 - color contains mainly: blue. Hex color #4D20EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D20EF is #B2DF10. Grayscale: #444444. Windows color (decimal): -11722513 or 15671373. OLE color: 15671373.
HSL color Cylindrical-coordinate representation of color #4D20EF: hue angle of 253.04º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D20EF is Cyan = 0.68, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 32 | 239 | - |
| CMYK | 0.68 | 0.87 | 0 | 0.06 |
| HSL | 253.04º | 0.87% | 0.53% | - |
| HSV(B) | 253.04º | 0.87% | 0.94% | - |
| XYZ | 19.16 | 8.84 | 82.36 | - |
| YUV | 69.05 | 223.91 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 32 | 239 | 0.68 | 0.87 | 0 | 0.06 | 253.04 | 0.87 | 0.53 |
| Hex | 4D | 20 | EF | 44 | 57 | 0 | 6 | FD | 57 | 35 |
| Octal | 115 | 40 | 357 | 104 | 127 | 0 | 6 | 375 | 127 | 65 |
| Binary | 1001101 | 100000 | 11101111 | 1000100 | 1010111 | 0 | 110 | 11111101 | 1010111 | 110101 |
Color Harmonies of #4D20EF
Complementary color
Monochromatic Colors of #4D20EF
Black with #4D20EF
Text Example
Text Example
White with #4D20EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D20EF; }
p { color: rgb(77,32,239); }
H1.HeaderClassName
{
color: #4D20EF;
}
.AnyTagClassName
{
color: #4D20EF;
}
</style>
background-color css
<style>
a { background-color: #4D20EF; }
a { background-color: rgb(77,32,239); }
div.DivClassName
{
background-color: #4D20EF;
}
.BgClassName
{
background-color: #4D20EF;
}
</style>
border-color css
<style>
span { border-color: #4D20EF; }
span { border-color: rgb(77,32,239); }
td.TdClassName
{
border-color: #4D20EF;
}
.TagClassName
{
border-color: #4D20EF;
}
</style>