Shades of Han Purple #4D0FF1
Tints of Han Purple #4D0FF1
RGB
CMYK
RGB Variations
Color information
#4D0FF1 (or 0x4D0FF1) is known color: Han Purple. HEX triplet: 4D, 0F and F1. RGB value is (77,15,241). Sum of RGB (Red+Green+Blue) = 77+15+241=333 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.12% from 333); Green value is 15 (6.25% from 255 or 4.50% from 333); Blue value is 241 (94.53% from 255 or 72.37% from 333); Max value from RGB is 241 - color contains mainly: blue. Hex color #4D0FF1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D0FF1 is #B2F00E. Grayscale: #3A3A3A. Windows color (decimal): -11726863 or 15798093. OLE color: 15798093.
HSL color Cylindrical-coordinate representation of color #4D0FF1: hue angle of 256.46º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D0FF1 is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 15 | 241 | - |
| CMYK | 0.68 | 0.94 | 0 | 0.05 |
| HSL | 256.46º | 0.89% | 0.5% | - |
| HSV(B) | 256.46º | 0.94% | 0.95% | - |
| XYZ | 19.11 | 8.27 | 83.81 | - |
| YUV | 59.3 | 230.54 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 15 | 241 | 0.68 | 0.94 | 0 | 0.05 | 256.46 | 0.89 | 0.5 |
| Hex | 4D | F | F1 | 44 | 5E | 0 | 5 | 100 | 59 | 32 |
| Octal | 115 | 17 | 361 | 104 | 136 | 0 | 5 | 400 | 131 | 62 |
| Binary | 1001101 | 1111 | 11110001 | 1000100 | 1011110 | 0 | 101 | 100000000 | 1011001 | 110010 |
Color Harmonies of #4D0FF1
Complementary color
Monochromatic Colors of #4D0FF1
Black with #4D0FF1
Text Example
Text Example
White with #4D0FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0FF1; }
p { color: rgb(77,15,241); }
H1.HeaderClassName
{
color: #4D0FF1;
}
.AnyTagClassName
{
color: #4D0FF1;
}
</style>
background-color css
<style>
a { background-color: #4D0FF1; }
a { background-color: rgb(77,15,241); }
div.DivClassName
{
background-color: #4D0FF1;
}
.BgClassName
{
background-color: #4D0FF1;
}
</style>
border-color css
<style>
span { border-color: #4D0FF1; }
span { border-color: rgb(77,15,241); }
td.TdClassName
{
border-color: #4D0FF1;
}
.TagClassName
{
border-color: #4D0FF1;
}
</style>