Shades of Han Purple #5206DB
Tints of Han Purple #5206DB
RGB
CMYK
RGB Variations
Color information
#5206DB (or 0x5206DB) is known color: Han Purple. HEX triplet: 52, 06 and DB. RGB value is (82,6,219). Sum of RGB (Red+Green+Blue) = 82+6+219=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 6 (2.73% from 255 or 1.95% from 307); Blue value is 219 (85.94% from 255 or 71.34% from 307); Max value from RGB is 219 - color contains mainly: blue. Hex color #5206DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5206DB is #ADF924. Grayscale: #343434. Windows color (decimal): -11401509 or 14354002. OLE color: 14354002.
HSL color Cylindrical-coordinate representation of color #5206DB: hue angle of 261.41º 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 #5206DB is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 6 | 219 | - |
| CMYK | 0.63 | 0.97 | 0 | 0.14 |
| HSL | 261.41º | 0.95% | 0.44% | - |
| HSV(B) | 261.41º | 0.97% | 0.86% | - |
| XYZ | 16.33 | 7.04 | 67.52 | - |
| YUV | 53.01 | 221.68 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 6 | 219 | 0.63 | 0.97 | 0 | 0.14 | 261.41 | 0.95 | 0.44 |
| Hex | 52 | 6 | DB | 3F | 61 | 0 | E | 105 | 5F | 2C |
| Octal | 122 | 6 | 333 | 77 | 141 | 0 | 16 | 405 | 137 | 54 |
| Binary | 1010010 | 110 | 11011011 | 111111 | 1100001 | 0 | 1110 | 100000101 | 1011111 | 101100 |
Color Harmonies of #5206DB
Complementary color
Monochromatic Colors of #5206DB
Black with #5206DB
Text Example
Text Example
White with #5206DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5206DB; }
p { color: rgb(82,6,219); }
H1.HeaderClassName
{
color: #5206DB;
}
.AnyTagClassName
{
color: #5206DB;
}
</style>
background-color css
<style>
a { background-color: #5206DB; }
a { background-color: rgb(82,6,219); }
div.DivClassName
{
background-color: #5206DB;
}
.BgClassName
{
background-color: #5206DB;
}
</style>
border-color css
<style>
span { border-color: #5206DB; }
span { border-color: rgb(82,6,219); }
td.TdClassName
{
border-color: #5206DB;
}
.TagClassName
{
border-color: #5206DB;
}
</style>