Shades of Han Purple #4D16EB
Tints of Han Purple #4D16EB
RGB
CMYK
RGB Variations
Color information
#4D16EB (or 0x4D16EB) is known color: Han Purple. HEX triplet: 4D, 16 and EB. RGB value is (77,22,235). Sum of RGB (Red+Green+Blue) = 77+22+235=334 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.05% from 334); Green value is 22 (8.98% from 255 or 6.59% from 334); Blue value is 235 (92.19% from 255 or 70.36% from 334); Max value from RGB is 235 - color contains mainly: blue. Hex color #4D16EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D16EB is #B2E914. Grayscale: #3D3D3D. Windows color (decimal): -11725077 or 15406669. OLE color: 15406669.
HSL color Cylindrical-coordinate representation of color #4D16EB: hue angle of 255.49º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4D16EB is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 22 | 235 | - |
| CMYK | 0.67 | 0.91 | 0 | 0.08 |
| HSL | 255.49º | 0.84% | 0.5% | - |
| HSV(B) | 255.49º | 0.91% | 0.92% | - |
| XYZ | 18.34 | 8.15 | 79.2 | - |
| YUV | 62.73 | 225.22 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 22 | 235 | 0.67 | 0.91 | 0 | 0.08 | 255.49 | 0.84 | 0.5 |
| Hex | 4D | 16 | EB | 43 | 5B | 0 | 8 | FF | 54 | 32 |
| Octal | 115 | 26 | 353 | 103 | 133 | 0 | 10 | 377 | 124 | 62 |
| Binary | 1001101 | 10110 | 11101011 | 1000011 | 1011011 | 0 | 1000 | 11111111 | 1010100 | 110010 |
Color Harmonies of #4D16EB
Complementary color
Monochromatic Colors of #4D16EB
Black with #4D16EB
Text Example
Text Example
White with #4D16EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D16EB; }
p { color: rgb(77,22,235); }
H1.HeaderClassName
{
color: #4D16EB;
}
.AnyTagClassName
{
color: #4D16EB;
}
</style>
background-color css
<style>
a { background-color: #4D16EB; }
a { background-color: rgb(77,22,235); }
div.DivClassName
{
background-color: #4D16EB;
}
.BgClassName
{
background-color: #4D16EB;
}
</style>
border-color css
<style>
span { border-color: #4D16EB; }
span { border-color: rgb(77,22,235); }
td.TdClassName
{
border-color: #4D16EB;
}
.TagClassName
{
border-color: #4D16EB;
}
</style>