Shades of Han Purple #4D0DFC
Tints of Han Purple #4D0DFC
RGB
CMYK
RGB Variations
Color information
#4D0DFC (or 0x4D0DFC) is known color: Han Purple. HEX triplet: 4D, 0D and FC. RGB value is (77,13,252). Sum of RGB (Red+Green+Blue) = 77+13+252=342 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.51% from 342); Green value is 13 (5.47% from 255 or 3.80% from 342); Blue value is 252 (98.83% from 255 or 73.68% from 342); Max value from RGB is 252 - color contains mainly: blue. Hex color #4D0DFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D0DFC is #B2F203. Grayscale: #3A3A3A. Windows color (decimal): -11727364 or 16518477. OLE color: 16518477.
HSL color Cylindrical-coordinate representation of color #4D0DFC: hue angle of 256.07º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D0DFC is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 13 | 252 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.01 |
| HSL | 256.07º | 0.98% | 0.52% | - |
| HSV(B) | 256.07º | 0.95% | 0.99% | - |
| XYZ | 20.78 | 8.89 | 92.72 | - |
| YUV | 59.38 | 236.7 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 13 | 252 | 0.69 | 0.95 | 0 | 0.01 | 256.07 | 0.98 | 0.52 |
| Hex | 4D | D | FC | 45 | 5F | 0 | 1 | 100 | 62 | 34 |
| Octal | 115 | 15 | 374 | 105 | 137 | 0 | 1 | 400 | 142 | 64 |
| Binary | 1001101 | 1101 | 11111100 | 1000101 | 1011111 | 0 | 1 | 100000000 | 1100010 | 110100 |
Color Harmonies of #4D0DFC
Complementary color
Monochromatic Colors of #4D0DFC
Black with #4D0DFC
Text Example
Text Example
White with #4D0DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0DFC; }
p { color: rgb(77,13,252); }
H1.HeaderClassName
{
color: #4D0DFC;
}
.AnyTagClassName
{
color: #4D0DFC;
}
</style>
background-color css
<style>
a { background-color: #4D0DFC; }
a { background-color: rgb(77,13,252); }
div.DivClassName
{
background-color: #4D0DFC;
}
.BgClassName
{
background-color: #4D0DFC;
}
</style>
border-color css
<style>
span { border-color: #4D0DFC; }
span { border-color: rgb(77,13,252); }
td.TdClassName
{
border-color: #4D0DFC;
}
.TagClassName
{
border-color: #4D0DFC;
}
</style>