Shades of Han Purple #5206EF
Tints of Han Purple #5206EF
RGB
CMYK
RGB Variations
Color information
#5206EF (or 0x5206EF) is known color: Han Purple. HEX triplet: 52, 06 and EF. RGB value is (82,6,239). Sum of RGB (Red+Green+Blue) = 82+6+239=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 6 (2.73% from 255 or 1.83% from 327); Blue value is 239 (93.75% from 255 or 73.09% from 327); Max value from RGB is 239 - color contains mainly: blue. Hex color #5206EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5206EF is #ADF910. Grayscale: #363636. Windows color (decimal): -11401489 or 15664722. OLE color: 15664722.
HSL color Cylindrical-coordinate representation of color #5206EF: hue angle of 259.57º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5206EF is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 6 | 239 | - |
| CMYK | 0.66 | 0.97 | 0 | 0.06 |
| HSL | 259.57º | 0.95% | 0.48% | - |
| HSV(B) | 259.57º | 0.97% | 0.94% | - |
| XYZ | 19.12 | 8.16 | 82.23 | - |
| YUV | 55.29 | 231.68 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 6 | 239 | 0.66 | 0.97 | 0 | 0.06 | 259.57 | 0.95 | 0.48 |
| Hex | 52 | 6 | EF | 42 | 61 | 0 | 6 | 104 | 5F | 30 |
| Octal | 122 | 6 | 357 | 102 | 141 | 0 | 6 | 404 | 137 | 60 |
| Binary | 1010010 | 110 | 11101111 | 1000010 | 1100001 | 0 | 110 | 100000100 | 1011111 | 110000 |
Color Harmonies of #5206EF
Complementary color
Monochromatic Colors of #5206EF
Black with #5206EF
Text Example
Text Example
White with #5206EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5206EF; }
p { color: rgb(82,6,239); }
H1.HeaderClassName
{
color: #5206EF;
}
.AnyTagClassName
{
color: #5206EF;
}
</style>
background-color css
<style>
a { background-color: #5206EF; }
a { background-color: rgb(82,6,239); }
div.DivClassName
{
background-color: #5206EF;
}
.BgClassName
{
background-color: #5206EF;
}
</style>
border-color css
<style>
span { border-color: #5206EF; }
span { border-color: rgb(82,6,239); }
td.TdClassName
{
border-color: #5206EF;
}
.TagClassName
{
border-color: #5206EF;
}
</style>