Shades of Han Purple #4D18EE
Tints of Han Purple #4D18EE
RGB
CMYK
RGB Variations
Color information
#4D18EE (or 0x4D18EE) is known color: Han Purple. HEX triplet: 4D, 18 and EE. RGB value is (77,24,238). Sum of RGB (Red+Green+Blue) = 77+24+238=339 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.71% from 339); Green value is 24 (9.77% from 255 or 7.08% from 339); Blue value is 238 (93.36% from 255 or 70.21% from 339); Max value from RGB is 238 - color contains mainly: blue. Hex color #4D18EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D18EE is #B2E711. Grayscale: #3F3F3F. Windows color (decimal): -11724562 or 15603789. OLE color: 15603789.
HSL color Cylindrical-coordinate representation of color #4D18EE: hue angle of 254.86º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D18EE is Cyan = 0.68, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 24 | 238 | - |
| CMYK | 0.68 | 0.90 | 0 | 0.07 |
| HSL | 254.86º | 0.86% | 0.51% | - |
| HSV(B) | 254.86º | 0.9% | 0.93% | - |
| XYZ | 18.82 | 8.4 | 81.52 | - |
| YUV | 64.24 | 226.06 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 24 | 238 | 0.68 | 0.90 | 0 | 0.07 | 254.86 | 0.86 | 0.51 |
| Hex | 4D | 18 | EE | 44 | 5A | 0 | 7 | FF | 56 | 33 |
| Octal | 115 | 30 | 356 | 104 | 132 | 0 | 7 | 377 | 126 | 63 |
| Binary | 1001101 | 11000 | 11101110 | 1000100 | 1011010 | 0 | 111 | 11111111 | 1010110 | 110011 |
Color Harmonies of #4D18EE
Complementary color
Monochromatic Colors of #4D18EE
Black with #4D18EE
Text Example
Text Example
White with #4D18EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D18EE; }
p { color: rgb(77,24,238); }
H1.HeaderClassName
{
color: #4D18EE;
}
.AnyTagClassName
{
color: #4D18EE;
}
</style>
background-color css
<style>
a { background-color: #4D18EE; }
a { background-color: rgb(77,24,238); }
div.DivClassName
{
background-color: #4D18EE;
}
.BgClassName
{
background-color: #4D18EE;
}
</style>
border-color css
<style>
span { border-color: #4D18EE; }
span { border-color: rgb(77,24,238); }
td.TdClassName
{
border-color: #4D18EE;
}
.TagClassName
{
border-color: #4D18EE;
}
</style>