Shades of Han Purple #5205DC
Tints of Han Purple #5205DC
RGB
CMYK
RGB Variations
Color information
#5205DC (or 0x5205DC) is known color: Han Purple. HEX triplet: 52, 05 and DC. RGB value is (82,5,220). Sum of RGB (Red+Green+Blue) = 82+5+220=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 220 (86.33% from 255 or 71.66% from 307); Max value from RGB is 220 - color contains mainly: blue. Hex color #5205DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5205DC is #ADFA23. Grayscale: #333333. Windows color (decimal): -11401764 or 14419282. OLE color: 14419282.
HSL color Cylindrical-coordinate representation of color #5205DC: hue angle of 261.49º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5205DC is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 5 | 220 | - |
| CMYK | 0.63 | 0.98 | 0 | 0.14 |
| HSL | 261.49º | 0.96% | 0.44% | - |
| HSV(B) | 261.49º | 0.98% | 0.86% | - |
| XYZ | 16.45 | 7.07 | 68.21 | - |
| YUV | 52.53 | 222.51 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 5 | 220 | 0.63 | 0.98 | 0 | 0.14 | 261.49 | 0.96 | 0.44 |
| Hex | 52 | 5 | DC | 3F | 62 | 0 | E | 105 | 60 | 2C |
| Octal | 122 | 5 | 334 | 77 | 142 | 0 | 16 | 405 | 140 | 54 |
| Binary | 1010010 | 101 | 11011100 | 111111 | 1100010 | 0 | 1110 | 100000101 | 1100000 | 101100 |
Color Harmonies of #5205DC
Complementary color
Monochromatic Colors of #5205DC
Black with #5205DC
Text Example
Text Example
White with #5205DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5205DC; }
p { color: rgb(82,5,220); }
H1.HeaderClassName
{
color: #5205DC;
}
.AnyTagClassName
{
color: #5205DC;
}
</style>
background-color css
<style>
a { background-color: #5205DC; }
a { background-color: rgb(82,5,220); }
div.DivClassName
{
background-color: #5205DC;
}
.BgClassName
{
background-color: #5205DC;
}
</style>
border-color css
<style>
span { border-color: #5205DC; }
span { border-color: rgb(82,5,220); }
td.TdClassName
{
border-color: #5205DC;
}
.TagClassName
{
border-color: #5205DC;
}
</style>