Shades of Han Purple #4D0DFF
Tints of Han Purple #4D0DFF
RGB
CMYK
RGB Variations
Color information
#4D0DFF (or 0x4D0DFF) is known color: Han Purple. HEX triplet: 4D, 0D and FF. RGB value is (77,13,255). Sum of RGB (Red+Green+Blue) = 77+13+255=345 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.32% from 345); Green value is 13 (5.47% from 255 or 3.77% from 345); Blue value is 255 (100% from 255 or 73.91% from 345); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D0DFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D0DFF is #B2F200. Grayscale: #3A3A3A. Windows color (decimal): -11727361 or 16715085. OLE color: 16715085.
HSL color Cylindrical-coordinate representation of color #4D0DFF: hue angle of 255.87º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D0DFF is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 13 | 255 | - |
| CMYK | 0.70 | 0.95 | 0 | 0 |
| HSL | 255.87º | 1% | 0.53% | - |
| HSV(B) | 255.87º | 0.95% | 1% | - |
| XYZ | 21.25 | 9.09 | 95.24 | - |
| YUV | 59.72 | 238.2 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 13 | 255 | 0.70 | 0.95 | 0 | 0 | 255.87 | 1 | 0.53 |
| Hex | 4D | D | FF | 46 | 5F | 0 | 0 | 100 | 64 | 35 |
| Octal | 115 | 15 | 377 | 106 | 137 | 0 | 0 | 400 | 144 | 65 |
| Binary | 1001101 | 1101 | 11111111 | 1000110 | 1011111 | 0 | 0 | 100000000 | 1100100 | 110101 |
Color Harmonies of #4D0DFF
Complementary color
Monochromatic Colors of #4D0DFF
Black with #4D0DFF
Text Example
Text Example
White with #4D0DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0DFF; }
p { color: rgb(77,13,255); }
H1.HeaderClassName
{
color: #4D0DFF;
}
.AnyTagClassName
{
color: #4D0DFF;
}
</style>
background-color css
<style>
a { background-color: #4D0DFF; }
a { background-color: rgb(77,13,255); }
div.DivClassName
{
background-color: #4D0DFF;
}
.BgClassName
{
background-color: #4D0DFF;
}
</style>
border-color css
<style>
span { border-color: #4D0DFF; }
span { border-color: rgb(77,13,255); }
td.TdClassName
{
border-color: #4D0DFF;
}
.TagClassName
{
border-color: #4D0DFF;
}
</style>