Shades of Han Purple #4D17DD
Tints of Han Purple #4D17DD
RGB
CMYK
RGB Variations
Color information
#4D17DD (or 0x4D17DD) is known color: Han Purple. HEX triplet: 4D, 17 and DD. RGB value is (77,23,221). Sum of RGB (Red+Green+Blue) = 77+23+221=321 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.99% from 321); Green value is 23 (9.38% from 255 or 7.17% from 321); Blue value is 221 (86.72% from 255 or 68.85% from 321); Max value from RGB is 221 - color contains mainly: blue. Hex color #4D17DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D17DD is #B2E822. Grayscale: #3C3C3C. Windows color (decimal): -11724835 or 14489421. OLE color: 14489421.
HSL color Cylindrical-coordinate representation of color #4D17DD: hue angle of 256.36º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D17DD is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 23 | 221 | - |
| CMYK | 0.65 | 0.90 | 0 | 0.13 |
| HSL | 256.36º | 0.81% | 0.48% | - |
| HSV(B) | 256.36º | 0.9% | 0.87% | - |
| XYZ | 16.42 | 7.41 | 68.97 | - |
| YUV | 61.72 | 217.89 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 23 | 221 | 0.65 | 0.90 | 0 | 0.13 | 256.36 | 0.81 | 0.48 |
| Hex | 4D | 17 | DD | 41 | 5A | 0 | D | 100 | 51 | 30 |
| Octal | 115 | 27 | 335 | 101 | 132 | 0 | 15 | 400 | 121 | 60 |
| Binary | 1001101 | 10111 | 11011101 | 1000001 | 1011010 | 0 | 1101 | 100000000 | 1010001 | 110000 |
Color Harmonies of #4D17DD
Complementary color
Monochromatic Colors of #4D17DD
Black with #4D17DD
Text Example
Text Example
White with #4D17DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D17DD; }
p { color: rgb(77,23,221); }
H1.HeaderClassName
{
color: #4D17DD;
}
.AnyTagClassName
{
color: #4D17DD;
}
</style>
background-color css
<style>
a { background-color: #4D17DD; }
a { background-color: rgb(77,23,221); }
div.DivClassName
{
background-color: #4D17DD;
}
.BgClassName
{
background-color: #4D17DD;
}
</style>
border-color css
<style>
span { border-color: #4D17DD; }
span { border-color: rgb(77,23,221); }
td.TdClassName
{
border-color: #4D17DD;
}
.TagClassName
{
border-color: #4D17DD;
}
</style>