Shades of Han Purple #5206DF
Tints of Han Purple #5206DF
RGB
CMYK
RGB Variations
Color information
#5206DF (or 0x5206DF) is known color: Han Purple. HEX triplet: 52, 06 and DF. RGB value is (82,6,223). Sum of RGB (Red+Green+Blue) = 82+6+223=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 6 (2.73% from 255 or 1.93% from 311); Blue value is 223 (87.5% from 255 or 71.70% from 311); Max value from RGB is 223 - color contains mainly: blue. Hex color #5206DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5206DF is #ADF920. Grayscale: #343434. Windows color (decimal): -11401505 or 14616146. OLE color: 14616146.
HSL color Cylindrical-coordinate representation of color #5206DF: hue angle of 261.01º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5206DF is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 6 | 223 | - |
| CMYK | 0.63 | 0.97 | 0 | 0.13 |
| HSL | 261.01º | 0.95% | 0.45% | - |
| HSV(B) | 261.01º | 0.97% | 0.87% | - |
| XYZ | 16.86 | 7.25 | 70.32 | - |
| YUV | 53.46 | 223.68 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 6 | 223 | 0.63 | 0.97 | 0 | 0.13 | 261.01 | 0.95 | 0.45 |
| Hex | 52 | 6 | DF | 3F | 61 | 0 | D | 105 | 5F | 2D |
| Octal | 122 | 6 | 337 | 77 | 141 | 0 | 15 | 405 | 137 | 55 |
| Binary | 1010010 | 110 | 11011111 | 111111 | 1100001 | 0 | 1101 | 100000101 | 1011111 | 101101 |
Color Harmonies of #5206DF
Complementary color
Monochromatic Colors of #5206DF
Black with #5206DF
Text Example
Text Example
White with #5206DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5206DF; }
p { color: rgb(82,6,223); }
H1.HeaderClassName
{
color: #5206DF;
}
.AnyTagClassName
{
color: #5206DF;
}
</style>
background-color css
<style>
a { background-color: #5206DF; }
a { background-color: rgb(82,6,223); }
div.DivClassName
{
background-color: #5206DF;
}
.BgClassName
{
background-color: #5206DF;
}
</style>
border-color css
<style>
span { border-color: #5206DF; }
span { border-color: rgb(82,6,223); }
td.TdClassName
{
border-color: #5206DF;
}
.TagClassName
{
border-color: #5206DF;
}
</style>