Shades of Han Purple #5202DD
Tints of Han Purple #5202DD
RGB
CMYK
RGB Variations
Color information
#5202DD (or 0x5202DD) is known color: Han Purple. HEX triplet: 52, 02 and DD. RGB value is (82,2,221). Sum of RGB (Red+Green+Blue) = 82+2+221=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 221 (86.72% from 255 or 72.46% from 305); Max value from RGB is 221 - color contains mainly: blue. Hex color #5202DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5202DD is #ADFD22. Grayscale: #323232. Windows color (decimal): -11402531 or 14484050. OLE color: 14484050.
HSL color Cylindrical-coordinate representation of color #5202DD: hue angle of 261.92º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5202DD is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 2 | 221 | - |
| CMYK | 0.63 | 0.99 | 0 | 0.13 |
| HSL | 261.92º | 0.98% | 0.44% | - |
| HSV(B) | 261.92º | 0.99% | 0.87% | - |
| XYZ | 16.55 | 7.06 | 68.9 | - |
| YUV | 50.89 | 224 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 2 | 221 | 0.63 | 0.99 | 0 | 0.13 | 261.92 | 0.98 | 0.44 |
| Hex | 52 | 2 | DD | 3F | 63 | 0 | D | 106 | 62 | 2C |
| Octal | 122 | 2 | 335 | 77 | 143 | 0 | 15 | 406 | 142 | 54 |
| Binary | 1010010 | 10 | 11011101 | 111111 | 1100011 | 0 | 1101 | 100000110 | 1100010 | 101100 |
Color Harmonies of #5202DD
Complementary color
Monochromatic Colors of #5202DD
Black with #5202DD
Text Example
Text Example
White with #5202DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5202DD; }
p { color: rgb(82,2,221); }
H1.HeaderClassName
{
color: #5202DD;
}
.AnyTagClassName
{
color: #5202DD;
}
</style>
background-color css
<style>
a { background-color: #5202DD; }
a { background-color: rgb(82,2,221); }
div.DivClassName
{
background-color: #5202DD;
}
.BgClassName
{
background-color: #5202DD;
}
</style>
border-color css
<style>
span { border-color: #5202DD; }
span { border-color: rgb(82,2,221); }
td.TdClassName
{
border-color: #5202DD;
}
.TagClassName
{
border-color: #5202DD;
}
</style>