Shades of Han Purple #4D15DC
Tints of Han Purple #4D15DC
RGB
CMYK
RGB Variations
Color information
#4D15DC (or 0x4D15DC) is known color: Han Purple. HEX triplet: 4D, 15 and DC. RGB value is (77,21,220). Sum of RGB (Red+Green+Blue) = 77+21+220=318 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.21% from 318); Green value is 21 (8.59% from 255 or 6.60% from 318); Blue value is 220 (86.33% from 255 or 69.18% from 318); Max value from RGB is 220 - color contains mainly: blue. Hex color #4D15DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D15DC is #B2EA23. Grayscale: #3B3B3B. Windows color (decimal): -11725348 or 14423373. OLE color: 14423373.
HSL color Cylindrical-coordinate representation of color #4D15DC: hue angle of 256.88º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D15DC is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 21 | 220 | - |
| CMYK | 0.65 | 0.90 | 0 | 0.14 |
| HSL | 256.88º | 0.83% | 0.47% | - |
| HSV(B) | 256.88º | 0.9% | 0.86% | - |
| XYZ | 16.25 | 7.28 | 68.26 | - |
| YUV | 60.43 | 218.05 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 21 | 220 | 0.65 | 0.90 | 0 | 0.14 | 256.88 | 0.83 | 0.47 |
| Hex | 4D | 15 | DC | 41 | 5A | 0 | E | 101 | 53 | 2F |
| Octal | 115 | 25 | 334 | 101 | 132 | 0 | 16 | 401 | 123 | 57 |
| Binary | 1001101 | 10101 | 11011100 | 1000001 | 1011010 | 0 | 1110 | 100000001 | 1010011 | 101111 |
Color Harmonies of #4D15DC
Complementary color
Monochromatic Colors of #4D15DC
Black with #4D15DC
Text Example
Text Example
White with #4D15DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D15DC; }
p { color: rgb(77,21,220); }
H1.HeaderClassName
{
color: #4D15DC;
}
.AnyTagClassName
{
color: #4D15DC;
}
</style>
background-color css
<style>
a { background-color: #4D15DC; }
a { background-color: rgb(77,21,220); }
div.DivClassName
{
background-color: #4D15DC;
}
.BgClassName
{
background-color: #4D15DC;
}
</style>
border-color css
<style>
span { border-color: #4D15DC; }
span { border-color: rgb(77,21,220); }
td.TdClassName
{
border-color: #4D15DC;
}
.TagClassName
{
border-color: #4D15DC;
}
</style>