Shades of Han Purple #5206DC
Tints of Han Purple #5206DC
RGB
CMYK
RGB Variations
Color information
#5206DC (or 0x5206DC) is known color: Han Purple. HEX triplet: 52, 06 and DC. RGB value is (82,6,220). Sum of RGB (Red+Green+Blue) = 82+6+220=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 220 (86.33% from 255 or 71.43% from 308); Max value from RGB is 220 - color contains mainly: blue. Hex color #5206DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5206DC is #ADF923. Grayscale: #343434. Windows color (decimal): -11401508 or 14419538. OLE color: 14419538.
HSL color Cylindrical-coordinate representation of color #5206DC: hue angle of 261.31º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5206DC is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 6 | 220 | - |
| CMYK | 0.63 | 0.97 | 0 | 0.14 |
| HSL | 261.31º | 0.95% | 0.44% | - |
| HSV(B) | 261.31º | 0.97% | 0.86% | - |
| XYZ | 16.46 | 7.09 | 68.21 | - |
| YUV | 53.12 | 222.18 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 6 | 220 | 0.63 | 0.97 | 0 | 0.14 | 261.31 | 0.95 | 0.44 |
| Hex | 52 | 6 | DC | 3F | 61 | 0 | E | 105 | 5F | 2C |
| Octal | 122 | 6 | 334 | 77 | 141 | 0 | 16 | 405 | 137 | 54 |
| Binary | 1010010 | 110 | 11011100 | 111111 | 1100001 | 0 | 1110 | 100000101 | 1011111 | 101100 |
Color Harmonies of #5206DC
Complementary color
Monochromatic Colors of #5206DC
Black with #5206DC
Text Example
Text Example
White with #5206DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5206DC; }
p { color: rgb(82,6,220); }
H1.HeaderClassName
{
color: #5206DC;
}
.AnyTagClassName
{
color: #5206DC;
}
</style>
background-color css
<style>
a { background-color: #5206DC; }
a { background-color: rgb(82,6,220); }
div.DivClassName
{
background-color: #5206DC;
}
.BgClassName
{
background-color: #5206DC;
}
</style>
border-color css
<style>
span { border-color: #5206DC; }
span { border-color: rgb(82,6,220); }
td.TdClassName
{
border-color: #5206DC;
}
.TagClassName
{
border-color: #5206DC;
}
</style>