Shades of Han Purple #5205DF
Tints of Han Purple #5205DF
RGB
CMYK
RGB Variations
Color information
#5205DF (or 0x5205DF) is known color: Han Purple. HEX triplet: 52, 05 and DF. RGB value is (82,5,223). Sum of RGB (Red+Green+Blue) = 82+5+223=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 5 (2.34% from 255 or 1.61% from 310); Blue value is 223 (87.5% from 255 or 71.94% from 310); Max value from RGB is 223 - color contains mainly: blue. Hex color #5205DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5205DF is #ADFA20. Grayscale: #343434. Windows color (decimal): -11401761 or 14615890. OLE color: 14615890.
HSL color Cylindrical-coordinate representation of color #5205DF: hue angle of 261.19º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5205DF is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 5 | 223 | - |
| CMYK | 0.63 | 0.98 | 0 | 0.13 |
| HSL | 261.19º | 0.96% | 0.45% | - |
| HSV(B) | 261.19º | 0.98% | 0.87% | - |
| XYZ | 16.85 | 7.23 | 70.32 | - |
| YUV | 52.88 | 224.01 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 5 | 223 | 0.63 | 0.98 | 0 | 0.13 | 261.19 | 0.96 | 0.45 |
| Hex | 52 | 5 | DF | 3F | 62 | 0 | D | 105 | 60 | 2D |
| Octal | 122 | 5 | 337 | 77 | 142 | 0 | 15 | 405 | 140 | 55 |
| Binary | 1010010 | 101 | 11011111 | 111111 | 1100010 | 0 | 1101 | 100000101 | 1100000 | 101101 |
Color Harmonies of #5205DF
Complementary color
Monochromatic Colors of #5205DF
Black with #5205DF
Text Example
Text Example
White with #5205DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5205DF; }
p { color: rgb(82,5,223); }
H1.HeaderClassName
{
color: #5205DF;
}
.AnyTagClassName
{
color: #5205DF;
}
</style>
background-color css
<style>
a { background-color: #5205DF; }
a { background-color: rgb(82,5,223); }
div.DivClassName
{
background-color: #5205DF;
}
.BgClassName
{
background-color: #5205DF;
}
</style>
border-color css
<style>
span { border-color: #5205DF; }
span { border-color: rgb(82,5,223); }
td.TdClassName
{
border-color: #5205DF;
}
.TagClassName
{
border-color: #5205DF;
}
</style>