Shades of Han Purple #4D0FFF
Tints of Han Purple #4D0FFF
RGB
CMYK
RGB Variations
Color information
#4D0FFF (or 0x4D0FFF) is known color: Han Purple. HEX triplet: 4D, 0F and FF. RGB value is (77,15,255). Sum of RGB (Red+Green+Blue) = 77+15+255=347 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.19% from 347); Green value is 15 (6.25% from 255 or 4.32% from 347); Blue value is 255 (100% from 255 or 73.49% from 347); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D0FFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D0FFF is #B2F000. Grayscale: #3C3C3C. Windows color (decimal): -11726849 or 16715597. OLE color: 16715597.
HSL color Cylindrical-coordinate representation of color #4D0FFF: hue angle of 255.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D0FFF is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 15 | 255 | - |
| CMYK | 0.70 | 0.94 | 0 | 0 |
| HSL | 255.5º | 1% | 0.53% | - |
| HSV(B) | 255.5º | 0.94% | 1% | - |
| XYZ | 21.28 | 9.14 | 95.25 | - |
| YUV | 60.9 | 237.54 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 15 | 255 | 0.70 | 0.94 | 0 | 0 | 255.5 | 1 | 0.53 |
| Hex | 4D | F | FF | 46 | 5E | 0 | 0 | 100 | 64 | 35 |
| Octal | 115 | 17 | 377 | 106 | 136 | 0 | 0 | 400 | 144 | 65 |
| Binary | 1001101 | 1111 | 11111111 | 1000110 | 1011110 | 0 | 0 | 100000000 | 1100100 | 110101 |
Color Harmonies of #4D0FFF
Complementary color
Monochromatic Colors of #4D0FFF
Black with #4D0FFF
Text Example
Text Example
White with #4D0FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0FFF; }
p { color: rgb(77,15,255); }
H1.HeaderClassName
{
color: #4D0FFF;
}
.AnyTagClassName
{
color: #4D0FFF;
}
</style>
background-color css
<style>
a { background-color: #4D0FFF; }
a { background-color: rgb(77,15,255); }
div.DivClassName
{
background-color: #4D0FFF;
}
.BgClassName
{
background-color: #4D0FFF;
}
</style>
border-color css
<style>
span { border-color: #4D0FFF; }
span { border-color: rgb(77,15,255); }
td.TdClassName
{
border-color: #4D0FFF;
}
.TagClassName
{
border-color: #4D0FFF;
}
</style>