Shades of Han Purple #5011DD
Tints of Han Purple #5011DD
RGB
CMYK
RGB Variations
Color information
#5011DD (or 0x5011DD) is known color: Han Purple. HEX triplet: 50, 11 and DD. RGB value is (80,17,221). Sum of RGB (Red+Green+Blue) = 80+17+221=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 221 (86.72% from 255 or 69.50% from 318); Max value from RGB is 221 - color contains mainly: blue. Hex color #5011DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5011DD is #AFEE22. Grayscale: #3A3A3A. Windows color (decimal): -11529763 or 14487888. OLE color: 14487888.
HSL color Cylindrical-coordinate representation of color #5011DD: hue angle of 258.53º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5011DD is Cyan = 0.64, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 17 | 221 | - |
| CMYK | 0.64 | 0.92 | 0 | 0.13 |
| HSL | 258.53º | 0.86% | 0.47% | - |
| HSV(B) | 258.53º | 0.92% | 0.87% | - |
| XYZ | 16.56 | 7.33 | 68.95 | - |
| YUV | 59.09 | 219.37 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 17 | 221 | 0.64 | 0.92 | 0 | 0.13 | 258.53 | 0.86 | 0.47 |
| Hex | 50 | 11 | DD | 40 | 5C | 0 | D | 103 | 56 | 2F |
| Octal | 120 | 21 | 335 | 100 | 134 | 0 | 15 | 403 | 126 | 57 |
| Binary | 1010000 | 10001 | 11011101 | 1000000 | 1011100 | 0 | 1101 | 100000011 | 1010110 | 101111 |
Color Harmonies of #5011DD
Complementary color
Monochromatic Colors of #5011DD
Black with #5011DD
Text Example
Text Example
White with #5011DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5011DD; }
p { color: rgb(80,17,221); }
H1.HeaderClassName
{
color: #5011DD;
}
.AnyTagClassName
{
color: #5011DD;
}
</style>
background-color css
<style>
a { background-color: #5011DD; }
a { background-color: rgb(80,17,221); }
div.DivClassName
{
background-color: #5011DD;
}
.BgClassName
{
background-color: #5011DD;
}
</style>
border-color css
<style>
span { border-color: #5011DD; }
span { border-color: rgb(80,17,221); }
td.TdClassName
{
border-color: #5011DD;
}
.TagClassName
{
border-color: #5011DD;
}
</style>