Shades of Han Purple #4D0CFF
Tints of Han Purple #4D0CFF
RGB
CMYK
RGB Variations
Color information
#4D0CFF (or 0x4D0CFF) is known color: Han Purple. HEX triplet: 4D, 0C and FF. RGB value is (77,12,255). Sum of RGB (Red+Green+Blue) = 77+12+255=344 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.38% from 344); Green value is 12 (5.08% from 255 or 3.49% from 344); Blue value is 255 (100% from 255 or 74.13% from 344); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D0CFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D0CFF is #B2F300. Grayscale: #3A3A3A. Windows color (decimal): -11727617 or 16714829. OLE color: 16714829.
HSL color Cylindrical-coordinate representation of color #4D0CFF: hue angle of 256.05º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D0CFF is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 12 | 255 | - |
| CMYK | 0.70 | 0.95 | 0 | 0 |
| HSL | 256.05º | 1% | 0.52% | - |
| HSV(B) | 256.05º | 0.95% | 1% | - |
| XYZ | 21.24 | 9.06 | 95.24 | - |
| YUV | 59.14 | 238.53 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 12 | 255 | 0.70 | 0.95 | 0 | 0 | 256.05 | 1 | 0.52 |
| Hex | 4D | C | FF | 46 | 5F | 0 | 0 | 100 | 64 | 34 |
| Octal | 115 | 14 | 377 | 106 | 137 | 0 | 0 | 400 | 144 | 64 |
| Binary | 1001101 | 1100 | 11111111 | 1000110 | 1011111 | 0 | 0 | 100000000 | 1100100 | 110100 |
Color Harmonies of #4D0CFF
Complementary color
Monochromatic Colors of #4D0CFF
Black with #4D0CFF
Text Example
Text Example
White with #4D0CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0CFF; }
p { color: rgb(77,12,255); }
H1.HeaderClassName
{
color: #4D0CFF;
}
.AnyTagClassName
{
color: #4D0CFF;
}
</style>
background-color css
<style>
a { background-color: #4D0CFF; }
a { background-color: rgb(77,12,255); }
div.DivClassName
{
background-color: #4D0CFF;
}
.BgClassName
{
background-color: #4D0CFF;
}
</style>
border-color css
<style>
span { border-color: #4D0CFF; }
span { border-color: rgb(77,12,255); }
td.TdClassName
{
border-color: #4D0CFF;
}
.TagClassName
{
border-color: #4D0CFF;
}
</style>