Shades of Han Purple #4D0DF1
Tints of Han Purple #4D0DF1
RGB
CMYK
RGB Variations
Color information
#4D0DF1 (or 0x4D0DF1) is known color: Han Purple. HEX triplet: 4D, 0D and F1. RGB value is (77,13,241). Sum of RGB (Red+Green+Blue) = 77+13+241=331 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.26% from 331); Green value is 13 (5.47% from 255 or 3.93% from 331); Blue value is 241 (94.53% from 255 or 72.81% from 331); Max value from RGB is 241 - color contains mainly: blue. Hex color #4D0DF1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D0DF1 is #B2F20E. Grayscale: #393939. Windows color (decimal): -11727375 or 15797581. OLE color: 15797581.
HSL color Cylindrical-coordinate representation of color #4D0DF1: hue angle of 256.84º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D0DF1 is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 13 | 241 | - |
| CMYK | 0.68 | 0.95 | 0 | 0.05 |
| HSL | 256.84º | 0.9% | 0.5% | - |
| HSV(B) | 256.84º | 0.95% | 0.95% | - |
| XYZ | 19.08 | 8.22 | 83.8 | - |
| YUV | 58.13 | 231.2 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 13 | 241 | 0.68 | 0.95 | 0 | 0.05 | 256.84 | 0.9 | 0.5 |
| Hex | 4D | D | F1 | 44 | 5F | 0 | 5 | 101 | 5A | 32 |
| Octal | 115 | 15 | 361 | 104 | 137 | 0 | 5 | 401 | 132 | 62 |
| Binary | 1001101 | 1101 | 11110001 | 1000100 | 1011111 | 0 | 101 | 100000001 | 1011010 | 110010 |
Color Harmonies of #4D0DF1
Complementary color
Monochromatic Colors of #4D0DF1
Black with #4D0DF1
Text Example
Text Example
White with #4D0DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0DF1; }
p { color: rgb(77,13,241); }
H1.HeaderClassName
{
color: #4D0DF1;
}
.AnyTagClassName
{
color: #4D0DF1;
}
</style>
background-color css
<style>
a { background-color: #4D0DF1; }
a { background-color: rgb(77,13,241); }
div.DivClassName
{
background-color: #4D0DF1;
}
.BgClassName
{
background-color: #4D0DF1;
}
</style>
border-color css
<style>
span { border-color: #4D0DF1; }
span { border-color: rgb(77,13,241); }
td.TdClassName
{
border-color: #4D0DF1;
}
.TagClassName
{
border-color: #4D0DF1;
}
</style>