Shades of Han Purple #4D06D8
Tints of Han Purple #4D06D8
RGB
CMYK
RGB Variations
Color information
#4D06D8 (or 0x4D06D8) is known color: Han Purple. HEX triplet: 4D, 06 and D8. RGB value is (77,6,216). Sum of RGB (Red+Green+Blue) = 77+6+216=299 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.75% from 299); Green value is 6 (2.73% from 255 or 2.01% from 299); Blue value is 216 (84.77% from 255 or 72.24% from 299); Max value from RGB is 216 - color contains mainly: blue. Hex color #4D06D8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D06D8 is #B2F927. Grayscale: #323232. Windows color (decimal): -11729192 or 14157389. OLE color: 14157389.
HSL color Cylindrical-coordinate representation of color #4D06D8: hue angle of 260.29º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D06D8 is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 6 | 216 | - |
| CMYK | 0.64 | 0.97 | 0 | 0.15 |
| HSL | 260.29º | 0.95% | 0.44% | - |
| HSV(B) | 260.29º | 0.97% | 0.85% | - |
| XYZ | 15.52 | 6.67 | 65.43 | - |
| YUV | 51.17 | 221.02 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 6 | 216 | 0.64 | 0.97 | 0 | 0.15 | 260.29 | 0.95 | 0.44 |
| Hex | 4D | 6 | D8 | 40 | 61 | 0 | F | 104 | 5F | 2C |
| Octal | 115 | 6 | 330 | 100 | 141 | 0 | 17 | 404 | 137 | 54 |
| Binary | 1001101 | 110 | 11011000 | 1000000 | 1100001 | 0 | 1111 | 100000100 | 1011111 | 101100 |
Color Harmonies of #4D06D8
Complementary color
Monochromatic Colors of #4D06D8
Black with #4D06D8
Text Example
Text Example
White with #4D06D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D06D8; }
p { color: rgb(77,6,216); }
H1.HeaderClassName
{
color: #4D06D8;
}
.AnyTagClassName
{
color: #4D06D8;
}
</style>
background-color css
<style>
a { background-color: #4D06D8; }
a { background-color: rgb(77,6,216); }
div.DivClassName
{
background-color: #4D06D8;
}
.BgClassName
{
background-color: #4D06D8;
}
</style>
border-color css
<style>
span { border-color: #4D06D8; }
span { border-color: rgb(77,6,216); }
td.TdClassName
{
border-color: #4D06D8;
}
.TagClassName
{
border-color: #4D06D8;
}
</style>