Shades of Han Purple #4D06F1
Tints of Han Purple #4D06F1
RGB
CMYK
RGB Variations
Color information
#4D06F1 (or 0x4D06F1) is known color: Han Purple. HEX triplet: 4D, 06 and F1. RGB value is (77,6,241). Sum of RGB (Red+Green+Blue) = 77+6+241=324 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.77% from 324); Green value is 6 (2.73% from 255 or 1.85% from 324); Blue value is 241 (94.53% from 255 or 74.38% from 324); Max value from RGB is 241 - color contains mainly: blue. Hex color #4D06F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D06F1 is #B2F90E. Grayscale: #353535. Windows color (decimal): -11729167 or 15795789. OLE color: 15795789.
HSL color Cylindrical-coordinate representation of color #4D06F1: hue angle of 258.13º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4D06F1 is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 6 | 241 | - |
| CMYK | 0.68 | 0.98 | 0 | 0.05 |
| HSL | 258.13º | 0.95% | 0.48% | - |
| HSV(B) | 258.13º | 0.98% | 0.95% | - |
| XYZ | 19 | 8.06 | 83.77 | - |
| YUV | 54.02 | 233.52 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 6 | 241 | 0.68 | 0.98 | 0 | 0.05 | 258.13 | 0.95 | 0.48 |
| Hex | 4D | 6 | F1 | 44 | 62 | 0 | 5 | 102 | 5F | 30 |
| Octal | 115 | 6 | 361 | 104 | 142 | 0 | 5 | 402 | 137 | 60 |
| Binary | 1001101 | 110 | 11110001 | 1000100 | 1100010 | 0 | 101 | 100000010 | 1011111 | 110000 |
Color Harmonies of #4D06F1
Complementary color
Monochromatic Colors of #4D06F1
Black with #4D06F1
Text Example
Text Example
White with #4D06F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D06F1; }
p { color: rgb(77,6,241); }
H1.HeaderClassName
{
color: #4D06F1;
}
.AnyTagClassName
{
color: #4D06F1;
}
</style>
background-color css
<style>
a { background-color: #4D06F1; }
a { background-color: rgb(77,6,241); }
div.DivClassName
{
background-color: #4D06F1;
}
.BgClassName
{
background-color: #4D06F1;
}
</style>
border-color css
<style>
span { border-color: #4D06F1; }
span { border-color: rgb(77,6,241); }
td.TdClassName
{
border-color: #4D06F1;
}
.TagClassName
{
border-color: #4D06F1;
}
</style>