Shades of Han Purple #4D10DF
Tints of Han Purple #4D10DF
RGB
CMYK
RGB Variations
Color information
#4D10DF (or 0x4D10DF) is known color: Han Purple. HEX triplet: 4D, 10 and DF. RGB value is (77,16,223). Sum of RGB (Red+Green+Blue) = 77+16+223=316 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.37% from 316); Green value is 16 (6.64% from 255 or 5.06% from 316); Blue value is 223 (87.5% from 255 or 70.57% from 316); Max value from RGB is 223 - color contains mainly: blue. Hex color #4D10DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D10DF is #B2EF20. Grayscale: #393939. Windows color (decimal): -11726625 or 14618701. OLE color: 14618701.
HSL color Cylindrical-coordinate representation of color #4D10DF: hue angle of 257.68º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4D10DF is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 16 | 223 | - |
| CMYK | 0.65 | 0.93 | 0 | 0.13 |
| HSL | 257.68º | 0.87% | 0.47% | - |
| HSV(B) | 257.68º | 0.93% | 0.87% | - |
| XYZ | 16.57 | 7.28 | 70.34 | - |
| YUV | 57.84 | 221.21 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 16 | 223 | 0.65 | 0.93 | 0 | 0.13 | 257.68 | 0.87 | 0.47 |
| Hex | 4D | 10 | DF | 41 | 5D | 0 | D | 102 | 57 | 2F |
| Octal | 115 | 20 | 337 | 101 | 135 | 0 | 15 | 402 | 127 | 57 |
| Binary | 1001101 | 10000 | 11011111 | 1000001 | 1011101 | 0 | 1101 | 100000010 | 1010111 | 101111 |
Color Harmonies of #4D10DF
Complementary color
Monochromatic Colors of #4D10DF
Black with #4D10DF
Text Example
Text Example
White with #4D10DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D10DF; }
p { color: rgb(77,16,223); }
H1.HeaderClassName
{
color: #4D10DF;
}
.AnyTagClassName
{
color: #4D10DF;
}
</style>
background-color css
<style>
a { background-color: #4D10DF; }
a { background-color: rgb(77,16,223); }
div.DivClassName
{
background-color: #4D10DF;
}
.BgClassName
{
background-color: #4D10DF;
}
</style>
border-color css
<style>
span { border-color: #4D10DF; }
span { border-color: rgb(77,16,223); }
td.TdClassName
{
border-color: #4D10DF;
}
.TagClassName
{
border-color: #4D10DF;
}
</style>