Shades of Han Purple #4D10DD
Tints of Han Purple #4D10DD
RGB
CMYK
RGB Variations
Color information
#4D10DD (or 0x4D10DD) is known color: Han Purple. HEX triplet: 4D, 10 and DD. RGB value is (77,16,221). Sum of RGB (Red+Green+Blue) = 77+16+221=314 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.52% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 221 (86.72% from 255 or 70.38% from 314); Max value from RGB is 221 - color contains mainly: blue. Hex color #4D10DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D10DD is #B2EF22. Grayscale: #383838. Windows color (decimal): -11726627 or 14487629. OLE color: 14487629.
HSL color Cylindrical-coordinate representation of color #4D10DD: hue angle of 257.85º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4D10DD is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 16 | 221 | - |
| CMYK | 0.65 | 0.93 | 0 | 0.13 |
| HSL | 257.85º | 0.86% | 0.46% | - |
| HSV(B) | 257.85º | 0.93% | 0.87% | - |
| XYZ | 16.3 | 7.17 | 68.93 | - |
| YUV | 57.61 | 220.21 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 16 | 221 | 0.65 | 0.93 | 0 | 0.13 | 257.85 | 0.86 | 0.46 |
| Hex | 4D | 10 | DD | 41 | 5D | 0 | D | 102 | 56 | 2E |
| Octal | 115 | 20 | 335 | 101 | 135 | 0 | 15 | 402 | 126 | 56 |
| Binary | 1001101 | 10000 | 11011101 | 1000001 | 1011101 | 0 | 1101 | 100000010 | 1010110 | 101110 |
Color Harmonies of #4D10DD
Complementary color
Monochromatic Colors of #4D10DD
Black with #4D10DD
Text Example
Text Example
White with #4D10DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D10DD; }
p { color: rgb(77,16,221); }
H1.HeaderClassName
{
color: #4D10DD;
}
.AnyTagClassName
{
color: #4D10DD;
}
</style>
background-color css
<style>
a { background-color: #4D10DD; }
a { background-color: rgb(77,16,221); }
div.DivClassName
{
background-color: #4D10DD;
}
.BgClassName
{
background-color: #4D10DD;
}
</style>
border-color css
<style>
span { border-color: #4D10DD; }
span { border-color: rgb(77,16,221); }
td.TdClassName
{
border-color: #4D10DD;
}
.TagClassName
{
border-color: #4D10DD;
}
</style>