Shades of Han Purple #4D0BF6
Tints of Han Purple #4D0BF6
RGB
CMYK
RGB Variations
Color information
#4D0BF6 (or 0x4D0BF6) is known color: Han Purple. HEX triplet: 4D, 0B and F6. RGB value is (77,11,246). Sum of RGB (Red+Green+Blue) = 77+11+246=334 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.05% from 334); Green value is 11 (4.69% from 255 or 3.29% from 334); Blue value is 246 (96.48% from 255 or 73.65% from 334); Max value from RGB is 246 - color contains mainly: blue. Hex color #4D0BF6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D0BF6 is #B2F409. Grayscale: #383838. Windows color (decimal): -11727882 or 16124749. OLE color: 16124749.
HSL color Cylindrical-coordinate representation of color #4D0BF6: hue angle of 256.85º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D0BF6 is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 77 | 11 | 246 | - |
| CMYK | 0.69 | 0.96 | 0 | 0.04 |
| HSL | 256.85º | 0.93% | 0.5% | - |
| HSV(B) | 256.85º | 0.96% | 0.96% | - |
| XYZ | 19.81 | 8.47 | 87.78 | - |
| YUV | 57.52 | 234.37 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 11 | 246 | 0.69 | 0.96 | 0 | 0.04 | 256.85 | 0.93 | 0.5 |
| Hex | 4D | B | F6 | 45 | 60 | 0 | 4 | 101 | 5D | 32 |
| Octal | 115 | 13 | 366 | 105 | 140 | 0 | 4 | 401 | 135 | 62 |
| Binary | 1001101 | 1011 | 11110110 | 1000101 | 1100000 | 0 | 100 | 100000001 | 1011101 | 110010 |
Color Harmonies of #4D0BF6
Complementary color
Monochromatic Colors of #4D0BF6
Black with #4D0BF6
Text Example
Text Example
White with #4D0BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0BF6; }
p { color: rgb(77,11,246); }
H1.HeaderClassName
{
color: #4D0BF6;
}
.AnyTagClassName
{
color: #4D0BF6;
}
</style>
background-color css
<style>
a { background-color: #4D0BF6; }
a { background-color: rgb(77,11,246); }
div.DivClassName
{
background-color: #4D0BF6;
}
.BgClassName
{
background-color: #4D0BF6;
}
</style>
border-color css
<style>
span { border-color: #4D0BF6; }
span { border-color: rgb(77,11,246); }
td.TdClassName
{
border-color: #4D0BF6;
}
.TagClassName
{
border-color: #4D0BF6;
}
</style>