Shades of Han Purple #5201DD
Tints of Han Purple #5201DD
RGB
CMYK
RGB Variations
Color information
#5201DD (or 0x5201DD) is known color: Han Purple. HEX triplet: 52, 01 and DD. RGB value is (82,1,221). Sum of RGB (Red+Green+Blue) = 82+1+221=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 221 (86.72% from 255 or 72.70% from 304); Max value from RGB is 221 - color contains mainly: blue. Hex color #5201DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5201DD is #ADFE22. Grayscale: #313131. Windows color (decimal): -11402787 or 14483794. OLE color: 14483794.
HSL color Cylindrical-coordinate representation of color #5201DD: hue angle of 262.09º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5201DD is Cyan = 0.63, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 1 | 221 | - |
| CMYK | 0.63 | 1.00 | 0 | 0.13 |
| HSL | 262.09º | 0.99% | 0.44% | - |
| HSV(B) | 262.09º | 1% | 0.87% | - |
| XYZ | 16.54 | 7.04 | 68.89 | - |
| YUV | 50.3 | 224.34 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 1 | 221 | 0.63 | 1.00 | 0 | 0.13 | 262.09 | 0.99 | 0.44 |
| Hex | 52 | 1 | DD | 3F | 64 | 0 | D | 106 | 63 | 2C |
| Octal | 122 | 1 | 335 | 77 | 144 | 0 | 15 | 406 | 143 | 54 |
| Binary | 1010010 | 1 | 11011101 | 111111 | 1100100 | 0 | 1101 | 100000110 | 1100011 | 101100 |
Color Harmonies of #5201DD
Complementary color
Monochromatic Colors of #5201DD
Black with #5201DD
Text Example
Text Example
White with #5201DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5201DD; }
p { color: rgb(82,1,221); }
H1.HeaderClassName
{
color: #5201DD;
}
.AnyTagClassName
{
color: #5201DD;
}
</style>
background-color css
<style>
a { background-color: #5201DD; }
a { background-color: rgb(82,1,221); }
div.DivClassName
{
background-color: #5201DD;
}
.BgClassName
{
background-color: #5201DD;
}
</style>
border-color css
<style>
span { border-color: #5201DD; }
span { border-color: rgb(82,1,221); }
td.TdClassName
{
border-color: #5201DD;
}
.TagClassName
{
border-color: #5201DD;
}
</style>