Shades of Han Purple #4D0EFE
Tints of Han Purple #4D0EFE
RGB
CMYK
RGB Variations
Color information
#4D0EFE (or 0x4D0EFE) is known color: Han Purple. HEX triplet: 4D, 0E and FE. RGB value is (77,14,254). Sum of RGB (Red+Green+Blue) = 77+14+254=345 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.32% from 345); Green value is 14 (5.86% from 255 or 4.06% from 345); Blue value is 254 (99.61% from 255 or 73.62% from 345); Max value from RGB is 254 - color contains mainly: blue. Hex color #4D0EFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D0EFE is #B2F101. Grayscale: #3B3B3B. Windows color (decimal): -11727106 or 16649805. OLE color: 16649805.
HSL color Cylindrical-coordinate representation of color #4D0EFE: hue angle of 255.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D0EFE is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 14 | 254 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.00 |
| HSL | 255.75º | 0.99% | 0.53% | - |
| HSV(B) | 255.75º | 0.94% | 1% | - |
| XYZ | 21.11 | 9.05 | 94.4 | - |
| YUV | 60.2 | 237.37 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 14 | 254 | 0.70 | 0.94 | 0 | 0.00 | 255.75 | 0.99 | 0.53 |
| Hex | 4D | E | FE | 46 | 5E | 0 | 0 | 100 | 63 | 35 |
| Octal | 115 | 16 | 376 | 106 | 136 | 0 | 0 | 400 | 143 | 65 |
| Binary | 1001101 | 1110 | 11111110 | 1000110 | 1011110 | 0 | 0 | 100000000 | 1100011 | 110101 |
Color Harmonies of #4D0EFE
Complementary color
Monochromatic Colors of #4D0EFE
Black with #4D0EFE
Text Example
Text Example
White with #4D0EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0EFE; }
p { color: rgb(77,14,254); }
H1.HeaderClassName
{
color: #4D0EFE;
}
.AnyTagClassName
{
color: #4D0EFE;
}
</style>
background-color css
<style>
a { background-color: #4D0EFE; }
a { background-color: rgb(77,14,254); }
div.DivClassName
{
background-color: #4D0EFE;
}
.BgClassName
{
background-color: #4D0EFE;
}
</style>
border-color css
<style>
span { border-color: #4D0EFE; }
span { border-color: rgb(77,14,254); }
td.TdClassName
{
border-color: #4D0EFE;
}
.TagClassName
{
border-color: #4D0EFE;
}
</style>