Shades of Han Purple #5022DD
Tints of Han Purple #5022DD
RGB
CMYK
RGB Variations
Color information
#5022DD (or 0x5022DD) is known color: Han Purple. HEX triplet: 50, 22 and DD. RGB value is (80,34,221). Sum of RGB (Red+Green+Blue) = 80+34+221=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 221 (86.72% from 255 or 65.97% from 335); Max value from RGB is 221 - color contains mainly: blue. Hex color #5022DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5022DD is #AFDD22. Grayscale: #444444. Windows color (decimal): -11525411 or 14492240. OLE color: 14492240.
HSL color Cylindrical-coordinate representation of color #5022DD: hue angle of 254.76º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5022DD is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 34 | 221 | - |
| CMYK | 0.64 | 0.85 | 0 | 0.13 |
| HSL | 254.76º | 0.73% | 0.5% | - |
| HSV(B) | 254.76º | 0.85% | 0.87% | - |
| XYZ | 16.93 | 8.07 | 69.07 | - |
| YUV | 69.07 | 213.74 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 34 | 221 | 0.64 | 0.85 | 0 | 0.13 | 254.76 | 0.73 | 0.5 |
| Hex | 50 | 22 | DD | 40 | 55 | 0 | D | FF | 49 | 32 |
| Octal | 120 | 42 | 335 | 100 | 125 | 0 | 15 | 377 | 111 | 62 |
| Binary | 1010000 | 100010 | 11011101 | 1000000 | 1010101 | 0 | 1101 | 11111111 | 1001001 | 110010 |
Color Harmonies of #5022DD
Complementary color
Monochromatic Colors of #5022DD
Black with #5022DD
Text Example
Text Example
White with #5022DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5022DD; }
p { color: rgb(80,34,221); }
H1.HeaderClassName
{
color: #5022DD;
}
.AnyTagClassName
{
color: #5022DD;
}
</style>
background-color css
<style>
a { background-color: #5022DD; }
a { background-color: rgb(80,34,221); }
div.DivClassName
{
background-color: #5022DD;
}
.BgClassName
{
background-color: #5022DD;
}
</style>
border-color css
<style>
span { border-color: #5022DD; }
span { border-color: rgb(80,34,221); }
td.TdClassName
{
border-color: #5022DD;
}
.TagClassName
{
border-color: #5022DD;
}
</style>