Shades of Han Purple #4D0FED
Tints of Han Purple #4D0FED
RGB
CMYK
RGB Variations
Color information
#4D0FED (or 0x4D0FED) is known color: Han Purple. HEX triplet: 4D, 0F and ED. RGB value is (77,15,237). Sum of RGB (Red+Green+Blue) = 77+15+237=329 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.40% from 329); Green value is 15 (6.25% from 255 or 4.56% from 329); Blue value is 237 (92.97% from 255 or 72.04% from 329); Max value from RGB is 237 - color contains mainly: blue. Hex color #4D0FED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D0FED is #B2F012. Grayscale: #3A3A3A. Windows color (decimal): -11726867 or 15535949. OLE color: 15535949.
HSL color Cylindrical-coordinate representation of color #4D0FED: hue angle of 256.76º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D0FED is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 15 | 237 | - |
| CMYK | 0.68 | 0.94 | 0 | 0.07 |
| HSL | 256.76º | 0.88% | 0.49% | - |
| HSV(B) | 256.76º | 0.94% | 0.93% | - |
| XYZ | 18.52 | 8.03 | 80.7 | - |
| YUV | 58.85 | 228.54 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 15 | 237 | 0.68 | 0.94 | 0 | 0.07 | 256.76 | 0.88 | 0.49 |
| Hex | 4D | F | ED | 44 | 5E | 0 | 7 | 101 | 58 | 31 |
| Octal | 115 | 17 | 355 | 104 | 136 | 0 | 7 | 401 | 130 | 61 |
| Binary | 1001101 | 1111 | 11101101 | 1000100 | 1011110 | 0 | 111 | 100000001 | 1011000 | 110001 |
Color Harmonies of #4D0FED
Complementary color
Monochromatic Colors of #4D0FED
Black with #4D0FED
Text Example
Text Example
White with #4D0FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0FED; }
p { color: rgb(77,15,237); }
H1.HeaderClassName
{
color: #4D0FED;
}
.AnyTagClassName
{
color: #4D0FED;
}
</style>
background-color css
<style>
a { background-color: #4D0FED; }
a { background-color: rgb(77,15,237); }
div.DivClassName
{
background-color: #4D0FED;
}
.BgClassName
{
background-color: #4D0FED;
}
</style>
border-color css
<style>
span { border-color: #4D0FED; }
span { border-color: rgb(77,15,237); }
td.TdClassName
{
border-color: #4D0FED;
}
.TagClassName
{
border-color: #4D0FED;
}
</style>