Shades of Han Purple #5200DD
Tints of Han Purple #5200DD
RGB
CMYK
RGB Variations
Color information
#5200DD (or 0x5200DD) is known color: Han Purple. HEX triplet: 52, 00 and DD. RGB value is (82,0,221). Sum of RGB (Red+Green+Blue) = 82+0+221=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 221 (86.72% from 255 or 72.94% from 303); Max value from RGB is 221 - color contains mainly: blue. Hex color #5200DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5200DD is #ADFF22. Grayscale: #303030. Windows color (decimal): -11403043 or 14483538. OLE color: 14483538.
HSL color Cylindrical-coordinate representation of color #5200DD: hue angle of 262.26º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5200DD is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 0 | 221 | - |
| CMYK | 0.63 | 1 | 0 | 0.13 |
| HSL | 262.26º | 1% | 0.43% | - |
| HSV(B) | 262.26º | 1% | 0.87% | - |
| XYZ | 16.53 | 7.01 | 68.89 | - |
| YUV | 49.71 | 224.67 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 0 | 221 | 0.63 | 1 | 0 | 0.13 | 262.26 | 1 | 0.43 |
| Hex | 52 | 0 | DD | 3F | 64 | 0 | D | 106 | 64 | 2B |
| Octal | 122 | 0 | 335 | 77 | 144 | 0 | 15 | 406 | 144 | 53 |
| Binary | 1010010 | 0 | 11011101 | 111111 | 1100100 | 0 | 1101 | 100000110 | 1100100 | 101011 |
Color Harmonies of #5200DD
Complementary color
Monochromatic Colors of #5200DD
Black with #5200DD
Text Example
Text Example
White with #5200DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5200DD; }
p { color: rgb(82,0,221); }
H1.HeaderClassName
{
color: #5200DD;
}
.AnyTagClassName
{
color: #5200DD;
}
</style>
background-color css
<style>
a { background-color: #5200DD; }
a { background-color: rgb(82,0,221); }
div.DivClassName
{
background-color: #5200DD;
}
.BgClassName
{
background-color: #5200DD;
}
</style>
border-color css
<style>
span { border-color: #5200DD; }
span { border-color: rgb(82,0,221); }
td.TdClassName
{
border-color: #5200DD;
}
.TagClassName
{
border-color: #5200DD;
}
</style>