Shades of Han Purple #4D0FF6
Tints of Han Purple #4D0FF6
RGB
CMYK
RGB Variations
Color information
#4D0FF6 (or 0x4D0FF6) is known color: Han Purple. HEX triplet: 4D, 0F and F6. RGB value is (77,15,246). Sum of RGB (Red+Green+Blue) = 77+15+246=338 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.78% from 338); Green value is 15 (6.25% from 255 or 4.44% from 338); Blue value is 246 (96.48% from 255 or 72.78% from 338); Max value from RGB is 246 - color contains mainly: blue. Hex color #4D0FF6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D0FF6 is #B2F009. Grayscale: #3B3B3B. Windows color (decimal): -11726858 or 16125773. OLE color: 16125773.
HSL color Cylindrical-coordinate representation of color #4D0FF6: hue angle of 256.1º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D0FF6 is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 77 | 15 | 246 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.04 |
| HSL | 256.1º | 0.93% | 0.51% | - |
| HSV(B) | 256.1º | 0.94% | 0.96% | - |
| XYZ | 19.87 | 8.57 | 87.8 | - |
| YUV | 59.87 | 233.04 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 15 | 246 | 0.69 | 0.94 | 0 | 0.04 | 256.1 | 0.93 | 0.51 |
| Hex | 4D | F | F6 | 45 | 5E | 0 | 4 | 100 | 5D | 33 |
| Octal | 115 | 17 | 366 | 105 | 136 | 0 | 4 | 400 | 135 | 63 |
| Binary | 1001101 | 1111 | 11110110 | 1000101 | 1011110 | 0 | 100 | 100000000 | 1011101 | 110011 |
Color Harmonies of #4D0FF6
Complementary color
Monochromatic Colors of #4D0FF6
Black with #4D0FF6
Text Example
Text Example
White with #4D0FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0FF6; }
p { color: rgb(77,15,246); }
H1.HeaderClassName
{
color: #4D0FF6;
}
.AnyTagClassName
{
color: #4D0FF6;
}
</style>
background-color css
<style>
a { background-color: #4D0FF6; }
a { background-color: rgb(77,15,246); }
div.DivClassName
{
background-color: #4D0FF6;
}
.BgClassName
{
background-color: #4D0FF6;
}
</style>
border-color css
<style>
span { border-color: #4D0FF6; }
span { border-color: rgb(77,15,246); }
td.TdClassName
{
border-color: #4D0FF6;
}
.TagClassName
{
border-color: #4D0FF6;
}
</style>