Shades of Han Purple #4D06FC
Tints of Han Purple #4D06FC
RGB
CMYK
RGB Variations
Color information
#4D06FC (or 0x4D06FC) is known color: Han Purple. HEX triplet: 4D, 06 and FC. RGB value is (77,6,252). Sum of RGB (Red+Green+Blue) = 77+6+252=335 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.99% from 335); Green value is 6 (2.73% from 255 or 1.79% from 335); Blue value is 252 (98.83% from 255 or 75.22% from 335); Max value from RGB is 252 - color contains mainly: blue. Hex color #4D06FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D06FC is #B2F903. Grayscale: #363636. Windows color (decimal): -11729156 or 16516685. OLE color: 16516685.
HSL color Cylindrical-coordinate representation of color #4D06FC: hue angle of 257.32º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4D06FC is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 6 | 252 | - |
| CMYK | 0.69 | 0.98 | 0 | 0.01 |
| HSL | 257.32º | 0.98% | 0.51% | - |
| HSV(B) | 257.32º | 0.98% | 0.99% | - |
| XYZ | 20.7 | 8.74 | 92.69 | - |
| YUV | 55.27 | 239.02 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 6 | 252 | 0.69 | 0.98 | 0 | 0.01 | 257.32 | 0.98 | 0.51 |
| Hex | 4D | 6 | FC | 45 | 62 | 0 | 1 | 101 | 62 | 33 |
| Octal | 115 | 6 | 374 | 105 | 142 | 0 | 1 | 401 | 142 | 63 |
| Binary | 1001101 | 110 | 11111100 | 1000101 | 1100010 | 0 | 1 | 100000001 | 1100010 | 110011 |
Color Harmonies of #4D06FC
Complementary color
Monochromatic Colors of #4D06FC
Black with #4D06FC
Text Example
Text Example
White with #4D06FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D06FC; }
p { color: rgb(77,6,252); }
H1.HeaderClassName
{
color: #4D06FC;
}
.AnyTagClassName
{
color: #4D06FC;
}
</style>
background-color css
<style>
a { background-color: #4D06FC; }
a { background-color: rgb(77,6,252); }
div.DivClassName
{
background-color: #4D06FC;
}
.BgClassName
{
background-color: #4D06FC;
}
</style>
border-color css
<style>
span { border-color: #4D06FC; }
span { border-color: rgb(77,6,252); }
td.TdClassName
{
border-color: #4D06FC;
}
.TagClassName
{
border-color: #4D06FC;
}
</style>