Shades of Han Purple #5207DC
Tints of Han Purple #5207DC
RGB
CMYK
RGB Variations
Color information
#5207DC (or 0x5207DC) is known color: Han Purple. HEX triplet: 52, 07 and DC. RGB value is (82,7,220). Sum of RGB (Red+Green+Blue) = 82+7+220=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 7 (3.12% from 255 or 2.27% from 309); Blue value is 220 (86.33% from 255 or 71.20% from 309); Max value from RGB is 220 - color contains mainly: blue. Hex color #5207DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5207DC is #ADF823. Grayscale: #343434. Windows color (decimal): -11401252 or 14419794. OLE color: 14419794.
HSL color Cylindrical-coordinate representation of color #5207DC: hue angle of 261.13º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5207DC is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 7 | 220 | - |
| CMYK | 0.63 | 0.97 | 0 | 0.14 |
| HSL | 261.13º | 0.94% | 0.45% | - |
| HSV(B) | 261.13º | 0.97% | 0.86% | - |
| XYZ | 16.47 | 7.11 | 68.21 | - |
| YUV | 53.71 | 221.85 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 7 | 220 | 0.63 | 0.97 | 0 | 0.14 | 261.13 | 0.94 | 0.45 |
| Hex | 52 | 7 | DC | 3F | 61 | 0 | E | 105 | 5E | 2D |
| Octal | 122 | 7 | 334 | 77 | 141 | 0 | 16 | 405 | 136 | 55 |
| Binary | 1010010 | 111 | 11011100 | 111111 | 1100001 | 0 | 1110 | 100000101 | 1011110 | 101101 |
Color Harmonies of #5207DC
Complementary color
Monochromatic Colors of #5207DC
Black with #5207DC
Text Example
Text Example
White with #5207DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5207DC; }
p { color: rgb(82,7,220); }
H1.HeaderClassName
{
color: #5207DC;
}
.AnyTagClassName
{
color: #5207DC;
}
</style>
background-color css
<style>
a { background-color: #5207DC; }
a { background-color: rgb(82,7,220); }
div.DivClassName
{
background-color: #5207DC;
}
.BgClassName
{
background-color: #5207DC;
}
</style>
border-color css
<style>
span { border-color: #5207DC; }
span { border-color: rgb(82,7,220); }
td.TdClassName
{
border-color: #5207DC;
}
.TagClassName
{
border-color: #5207DC;
}
</style>