Shades of Han Purple #4D06DF
Tints of Han Purple #4D06DF
RGB
CMYK
RGB Variations
Color information
#4D06DF (or 0x4D06DF) is known color: Han Purple. HEX triplet: 4D, 06 and DF. RGB value is (77,6,223). Sum of RGB (Red+Green+Blue) = 77+6+223=306 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.16% from 306); Green value is 6 (2.73% from 255 or 1.96% from 306); Blue value is 223 (87.5% from 255 or 72.88% from 306); Max value from RGB is 223 - color contains mainly: blue. Hex color #4D06DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D06DF is #B2F920. Grayscale: #333333. Windows color (decimal): -11729185 or 14616141. OLE color: 14616141.
HSL color Cylindrical-coordinate representation of color #4D06DF: hue angle of 259.63º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D06DF is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 6 | 223 | - |
| CMYK | 0.65 | 0.97 | 0 | 0.13 |
| HSL | 259.63º | 0.95% | 0.45% | - |
| HSV(B) | 259.63º | 0.97% | 0.87% | - |
| XYZ | 16.44 | 7.04 | 70.3 | - |
| YUV | 51.97 | 224.52 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 6 | 223 | 0.65 | 0.97 | 0 | 0.13 | 259.63 | 0.95 | 0.45 |
| Hex | 4D | 6 | DF | 41 | 61 | 0 | D | 104 | 5F | 2D |
| Octal | 115 | 6 | 337 | 101 | 141 | 0 | 15 | 404 | 137 | 55 |
| Binary | 1001101 | 110 | 11011111 | 1000001 | 1100001 | 0 | 1101 | 100000100 | 1011111 | 101101 |
Color Harmonies of #4D06DF
Complementary color
Monochromatic Colors of #4D06DF
Black with #4D06DF
Text Example
Text Example
White with #4D06DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D06DF; }
p { color: rgb(77,6,223); }
H1.HeaderClassName
{
color: #4D06DF;
}
.AnyTagClassName
{
color: #4D06DF;
}
</style>
background-color css
<style>
a { background-color: #4D06DF; }
a { background-color: rgb(77,6,223); }
div.DivClassName
{
background-color: #4D06DF;
}
.BgClassName
{
background-color: #4D06DF;
}
</style>
border-color css
<style>
span { border-color: #4D06DF; }
span { border-color: rgb(77,6,223); }
td.TdClassName
{
border-color: #4D06DF;
}
.TagClassName
{
border-color: #4D06DF;
}
</style>