Shades of Han Purple #4D2EEF
Tints of Han Purple #4D2EEF
RGB
CMYK
RGB Variations
Color information
#4D2EEF (or 0x4D2EEF) is known color: Han Purple. HEX triplet: 4D, 2E and EF. RGB value is (77,46,239). Sum of RGB (Red+Green+Blue) = 77+46+239=362 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.27% from 362); Green value is 46 (18.36% from 255 or 12.71% from 362); Blue value is 239 (93.75% from 255 or 66.02% from 362); Max value from RGB is 239 - color contains mainly: blue. Hex color #4D2EEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D2EEF is #B2D110. Grayscale: #4C4C4C. Windows color (decimal): -11718929 or 15674957. OLE color: 15674957.
HSL color Cylindrical-coordinate representation of color #4D2EEF: hue angle of 249.64º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D2EEF is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 46 | 239 | - |
| CMYK | 0.68 | 0.81 | 0 | 0.06 |
| HSL | 249.64º | 0.86% | 0.56% | - |
| HSV(B) | 249.64º | 0.81% | 0.94% | - |
| XYZ | 19.62 | 9.76 | 82.51 | - |
| YUV | 77.27 | 219.27 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 46 | 239 | 0.68 | 0.81 | 0 | 0.06 | 249.64 | 0.86 | 0.56 |
| Hex | 4D | 2E | EF | 44 | 51 | 0 | 6 | FA | 56 | 38 |
| Octal | 115 | 56 | 357 | 104 | 121 | 0 | 6 | 372 | 126 | 70 |
| Binary | 1001101 | 101110 | 11101111 | 1000100 | 1010001 | 0 | 110 | 11111010 | 1010110 | 111000 |
Color Harmonies of #4D2EEF
Complementary color
Monochromatic Colors of #4D2EEF
Black with #4D2EEF
Text Example
Text Example
White with #4D2EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2EEF; }
p { color: rgb(77,46,239); }
H1.HeaderClassName
{
color: #4D2EEF;
}
.AnyTagClassName
{
color: #4D2EEF;
}
</style>
background-color css
<style>
a { background-color: #4D2EEF; }
a { background-color: rgb(77,46,239); }
div.DivClassName
{
background-color: #4D2EEF;
}
.BgClassName
{
background-color: #4D2EEF;
}
</style>
border-color css
<style>
span { border-color: #4D2EEF; }
span { border-color: rgb(77,46,239); }
td.TdClassName
{
border-color: #4D2EEF;
}
.TagClassName
{
border-color: #4D2EEF;
}
</style>