Shades of Han Purple #4D14E9
Tints of Han Purple #4D14E9
RGB
CMYK
RGB Variations
Color information
#4D14E9 (or 0x4D14E9) is known color: Han Purple. HEX triplet: 4D, 14 and E9. RGB value is (77,20,233). Sum of RGB (Red+Green+Blue) = 77+20+233=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 233 (91.41% from 255 or 70.61% from 330); Max value from RGB is 233 - color contains mainly: blue. Hex color #4D14E9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D14E9 is #B2EB16. Grayscale: #3C3C3C. Windows color (decimal): -11725591 or 15275085. OLE color: 15275085.
HSL color Cylindrical-coordinate representation of color #4D14E9: hue angle of 256.06º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4D14E9 is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 77 | 20 | 233 | - |
| CMYK | 0.67 | 0.91 | 0 | 0.09 |
| HSL | 256.06º | 0.84% | 0.5% | - |
| HSV(B) | 256.06º | 0.91% | 0.91% | - |
| XYZ | 18.02 | 7.96 | 77.68 | - |
| YUV | 61.33 | 224.88 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 20 | 233 | 0.67 | 0.91 | 0 | 0.09 | 256.06 | 0.84 | 0.5 |
| Hex | 4D | 14 | E9 | 43 | 5B | 0 | 9 | 100 | 54 | 32 |
| Octal | 115 | 24 | 351 | 103 | 133 | 0 | 11 | 400 | 124 | 62 |
| Binary | 1001101 | 10100 | 11101001 | 1000011 | 1011011 | 0 | 1001 | 100000000 | 1010100 | 110010 |
Color Harmonies of #4D14E9
Complementary color
Monochromatic Colors of #4D14E9
Black with #4D14E9
Text Example
Text Example
White with #4D14E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D14E9; }
p { color: rgb(77,20,233); }
H1.HeaderClassName
{
color: #4D14E9;
}
.AnyTagClassName
{
color: #4D14E9;
}
</style>
background-color css
<style>
a { background-color: #4D14E9; }
a { background-color: rgb(77,20,233); }
div.DivClassName
{
background-color: #4D14E9;
}
.BgClassName
{
background-color: #4D14E9;
}
</style>
border-color css
<style>
span { border-color: #4D14E9; }
span { border-color: rgb(77,20,233); }
td.TdClassName
{
border-color: #4D14E9;
}
.TagClassName
{
border-color: #4D14E9;
}
</style>