Shades of Han Purple #5212DD
Tints of Han Purple #5212DD
RGB
CMYK
RGB Variations
Color information
#5212DD (or 0x5212DD) is known color: Han Purple. HEX triplet: 52, 12 and DD. RGB value is (82,18,221). Sum of RGB (Red+Green+Blue) = 82+18+221=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 221 (86.72% from 255 or 68.85% from 321); Max value from RGB is 221 - color contains mainly: blue. Hex color #5212DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5212DD is #ADED22. Grayscale: #3B3B3B. Windows color (decimal): -11398435 or 14488146. OLE color: 14488146.
HSL color Cylindrical-coordinate representation of color #5212DD: hue angle of 258.92º degrees, saturation: 0.85, 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 #5212DD is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 18 | 221 | - |
| CMYK | 0.63 | 0.92 | 0 | 0.13 |
| HSL | 258.92º | 0.85% | 0.47% | - |
| HSV(B) | 258.92º | 0.92% | 0.87% | - |
| XYZ | 16.75 | 7.45 | 68.96 | - |
| YUV | 60.28 | 218.7 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 18 | 221 | 0.63 | 0.92 | 0 | 0.13 | 258.92 | 0.85 | 0.47 |
| Hex | 52 | 12 | DD | 3F | 5C | 0 | D | 103 | 55 | 2F |
| Octal | 122 | 22 | 335 | 77 | 134 | 0 | 15 | 403 | 125 | 57 |
| Binary | 1010010 | 10010 | 11011101 | 111111 | 1011100 | 0 | 1101 | 100000011 | 1010101 | 101111 |
Color Harmonies of #5212DD
Complementary color
Monochromatic Colors of #5212DD
Black with #5212DD
Text Example
Text Example
White with #5212DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5212DD; }
p { color: rgb(82,18,221); }
H1.HeaderClassName
{
color: #5212DD;
}
.AnyTagClassName
{
color: #5212DD;
}
</style>
background-color css
<style>
a { background-color: #5212DD; }
a { background-color: rgb(82,18,221); }
div.DivClassName
{
background-color: #5212DD;
}
.BgClassName
{
background-color: #5212DD;
}
</style>
border-color css
<style>
span { border-color: #5212DD; }
span { border-color: rgb(82,18,221); }
td.TdClassName
{
border-color: #5212DD;
}
.TagClassName
{
border-color: #5212DD;
}
</style>