Shades of Han Purple #4D14EE
Tints of Han Purple #4D14EE
RGB
CMYK
RGB Variations
Color information
#4D14EE (or 0x4D14EE) is known color: Han Purple. HEX triplet: 4D, 14 and EE. RGB value is (77,20,238). Sum of RGB (Red+Green+Blue) = 77+20+238=335 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.99% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 238 (93.36% from 255 or 71.04% from 335); Max value from RGB is 238 - color contains mainly: blue. Hex color #4D14EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D14EE is #B2EB11. Grayscale: #3D3D3D. Windows color (decimal): -11725586 or 15602765. OLE color: 15602765.
HSL color Cylindrical-coordinate representation of color #4D14EE: hue angle of 255.69º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4D14EE is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 20 | 238 | - |
| CMYK | 0.68 | 0.92 | 0 | 0.07 |
| HSL | 255.69º | 0.87% | 0.51% | - |
| HSV(B) | 255.69º | 0.92% | 0.93% | - |
| XYZ | 18.74 | 8.25 | 81.49 | - |
| YUV | 61.9 | 227.38 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 20 | 238 | 0.68 | 0.92 | 0 | 0.07 | 255.69 | 0.87 | 0.51 |
| Hex | 4D | 14 | EE | 44 | 5C | 0 | 7 | 100 | 57 | 33 |
| Octal | 115 | 24 | 356 | 104 | 134 | 0 | 7 | 400 | 127 | 63 |
| Binary | 1001101 | 10100 | 11101110 | 1000100 | 1011100 | 0 | 111 | 100000000 | 1010111 | 110011 |
Color Harmonies of #4D14EE
Complementary color
Monochromatic Colors of #4D14EE
Black with #4D14EE
Text Example
Text Example
White with #4D14EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D14EE; }
p { color: rgb(77,20,238); }
H1.HeaderClassName
{
color: #4D14EE;
}
.AnyTagClassName
{
color: #4D14EE;
}
</style>
background-color css
<style>
a { background-color: #4D14EE; }
a { background-color: rgb(77,20,238); }
div.DivClassName
{
background-color: #4D14EE;
}
.BgClassName
{
background-color: #4D14EE;
}
</style>
border-color css
<style>
span { border-color: #4D14EE; }
span { border-color: rgb(77,20,238); }
td.TdClassName
{
border-color: #4D14EE;
}
.TagClassName
{
border-color: #4D14EE;
}
</style>