Shades of Han Purple #4D10DA
Tints of Han Purple #4D10DA
RGB
CMYK
RGB Variations
Color information
#4D10DA (or 0x4D10DA) is known color: Han Purple. HEX triplet: 4D, 10 and DA. RGB value is (77,16,218). Sum of RGB (Red+Green+Blue) = 77+16+218=311 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.76% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 218 (85.55% from 255 or 70.10% from 311); Max value from RGB is 218 - color contains mainly: blue. Hex color #4D10DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D10DA is #B2EF25. Grayscale: #383838. Windows color (decimal): -11726630 or 14291021. OLE color: 14291021.
HSL color Cylindrical-coordinate representation of color #4D10DA: hue angle of 258.12º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4D10DA is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 16 | 218 | - |
| CMYK | 0.65 | 0.93 | 0 | 0.15 |
| HSL | 258.12º | 0.86% | 0.46% | - |
| HSV(B) | 258.12º | 0.93% | 0.85% | - |
| XYZ | 15.9 | 7.01 | 66.84 | - |
| YUV | 57.27 | 218.71 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 16 | 218 | 0.65 | 0.93 | 0 | 0.15 | 258.12 | 0.86 | 0.46 |
| Hex | 4D | 10 | DA | 41 | 5D | 0 | F | 102 | 56 | 2E |
| Octal | 115 | 20 | 332 | 101 | 135 | 0 | 17 | 402 | 126 | 56 |
| Binary | 1001101 | 10000 | 11011010 | 1000001 | 1011101 | 0 | 1111 | 100000010 | 1010110 | 101110 |
Color Harmonies of #4D10DA
Complementary color
Monochromatic Colors of #4D10DA
Black with #4D10DA
Text Example
Text Example
White with #4D10DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D10DA; }
p { color: rgb(77,16,218); }
H1.HeaderClassName
{
color: #4D10DA;
}
.AnyTagClassName
{
color: #4D10DA;
}
</style>
background-color css
<style>
a { background-color: #4D10DA; }
a { background-color: rgb(77,16,218); }
div.DivClassName
{
background-color: #4D10DA;
}
.BgClassName
{
background-color: #4D10DA;
}
</style>
border-color css
<style>
span { border-color: #4D10DA; }
span { border-color: rgb(77,16,218); }
td.TdClassName
{
border-color: #4D10DA;
}
.TagClassName
{
border-color: #4D10DA;
}
</style>