Shades of Han Purple #5206DA
Tints of Han Purple #5206DA
RGB
CMYK
RGB Variations
Color information
#5206DA (or 0x5206DA) is known color: Han Purple. HEX triplet: 52, 06 and DA. RGB value is (82,6,218). Sum of RGB (Red+Green+Blue) = 82+6+218=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 6 (2.73% from 255 or 1.96% from 306); Blue value is 218 (85.55% from 255 or 71.24% from 306); Max value from RGB is 218 - color contains mainly: blue. Hex color #5206DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5206DA is #ADF925. Grayscale: #343434. Windows color (decimal): -11401510 or 14288466. OLE color: 14288466.
HSL color Cylindrical-coordinate representation of color #5206DA: hue angle of 261.51º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5206DA is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 6 | 218 | - |
| CMYK | 0.62 | 0.97 | 0 | 0.15 |
| HSL | 261.51º | 0.95% | 0.44% | - |
| HSV(B) | 261.51º | 0.97% | 0.85% | - |
| XYZ | 16.2 | 6.99 | 66.82 | - |
| YUV | 52.89 | 221.18 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 6 | 218 | 0.62 | 0.97 | 0 | 0.15 | 261.51 | 0.95 | 0.44 |
| Hex | 52 | 6 | DA | 3E | 61 | 0 | F | 106 | 5F | 2C |
| Octal | 122 | 6 | 332 | 76 | 141 | 0 | 17 | 406 | 137 | 54 |
| Binary | 1010010 | 110 | 11011010 | 111110 | 1100001 | 0 | 1111 | 100000110 | 1011111 | 101100 |
Color Harmonies of #5206DA
Complementary color
Monochromatic Colors of #5206DA
Black with #5206DA
Text Example
Text Example
White with #5206DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5206DA; }
p { color: rgb(82,6,218); }
H1.HeaderClassName
{
color: #5206DA;
}
.AnyTagClassName
{
color: #5206DA;
}
</style>
background-color css
<style>
a { background-color: #5206DA; }
a { background-color: rgb(82,6,218); }
div.DivClassName
{
background-color: #5206DA;
}
.BgClassName
{
background-color: #5206DA;
}
</style>
border-color css
<style>
span { border-color: #5206DA; }
span { border-color: rgb(82,6,218); }
td.TdClassName
{
border-color: #5206DA;
}
.TagClassName
{
border-color: #5206DA;
}
</style>