Shades of Han Purple #4D2DEE
Tints of Han Purple #4D2DEE
RGB
CMYK
RGB Variations
Color information
#4D2DEE (or 0x4D2DEE) is known color: Han Purple. HEX triplet: 4D, 2D and EE. RGB value is (77,45,238). Sum of RGB (Red+Green+Blue) = 77+45+238=360 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.39% from 360); Green value is 45 (17.97% from 255 or 12.5% from 360); Blue value is 238 (93.36% from 255 or 66.11% from 360); Max value from RGB is 238 - color contains mainly: blue. Hex color #4D2DEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D2DEE is #B2D211. Grayscale: #4B4B4B. Windows color (decimal): -11719186 or 15609165. OLE color: 15609165.
HSL color Cylindrical-coordinate representation of color #4D2DEE: hue angle of 249.95º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D2DEE is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 45 | 238 | - |
| CMYK | 0.68 | 0.81 | 0 | 0.07 |
| HSL | 249.95º | 0.85% | 0.55% | - |
| HSV(B) | 249.95º | 0.81% | 0.93% | - |
| XYZ | 19.43 | 9.63 | 81.72 | - |
| YUV | 76.57 | 219.1 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 45 | 238 | 0.68 | 0.81 | 0 | 0.07 | 249.95 | 0.85 | 0.55 |
| Hex | 4D | 2D | EE | 44 | 51 | 0 | 7 | FA | 55 | 37 |
| Octal | 115 | 55 | 356 | 104 | 121 | 0 | 7 | 372 | 125 | 67 |
| Binary | 1001101 | 101101 | 11101110 | 1000100 | 1010001 | 0 | 111 | 11111010 | 1010101 | 110111 |
Color Harmonies of #4D2DEE
Complementary color
Monochromatic Colors of #4D2DEE
Black with #4D2DEE
Text Example
Text Example
White with #4D2DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2DEE; }
p { color: rgb(77,45,238); }
H1.HeaderClassName
{
color: #4D2DEE;
}
.AnyTagClassName
{
color: #4D2DEE;
}
</style>
background-color css
<style>
a { background-color: #4D2DEE; }
a { background-color: rgb(77,45,238); }
div.DivClassName
{
background-color: #4D2DEE;
}
.BgClassName
{
background-color: #4D2DEE;
}
</style>
border-color css
<style>
span { border-color: #4D2DEE; }
span { border-color: rgb(77,45,238); }
td.TdClassName
{
border-color: #4D2DEE;
}
.TagClassName
{
border-color: #4D2DEE;
}
</style>