Shades of Han Purple #5205EF
Tints of Han Purple #5205EF
RGB
CMYK
RGB Variations
Color information
#5205EF (or 0x5205EF) is known color: Han Purple. HEX triplet: 52, 05 and EF. RGB value is (82,5,239). Sum of RGB (Red+Green+Blue) = 82+5+239=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 5 (2.34% from 255 or 1.53% from 326); Blue value is 239 (93.75% from 255 or 73.31% from 326); Max value from RGB is 239 - color contains mainly: blue. Hex color #5205EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5205EF is #ADFA10. Grayscale: #353535. Windows color (decimal): -11401745 or 15664466. OLE color: 15664466.
HSL color Cylindrical-coordinate representation of color #5205EF: hue angle of 259.74º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5205EF is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 5 | 239 | - |
| CMYK | 0.66 | 0.98 | 0 | 0.06 |
| HSL | 259.74º | 0.96% | 0.48% | - |
| HSV(B) | 259.74º | 0.98% | 0.94% | - |
| XYZ | 19.11 | 8.13 | 82.22 | - |
| YUV | 54.7 | 232.01 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 5 | 239 | 0.66 | 0.98 | 0 | 0.06 | 259.74 | 0.96 | 0.48 |
| Hex | 52 | 5 | EF | 42 | 62 | 0 | 6 | 104 | 60 | 30 |
| Octal | 122 | 5 | 357 | 102 | 142 | 0 | 6 | 404 | 140 | 60 |
| Binary | 1010010 | 101 | 11101111 | 1000010 | 1100010 | 0 | 110 | 100000100 | 1100000 | 110000 |
Color Harmonies of #5205EF
Complementary color
Monochromatic Colors of #5205EF
Black with #5205EF
Text Example
Text Example
White with #5205EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5205EF; }
p { color: rgb(82,5,239); }
H1.HeaderClassName
{
color: #5205EF;
}
.AnyTagClassName
{
color: #5205EF;
}
</style>
background-color css
<style>
a { background-color: #5205EF; }
a { background-color: rgb(82,5,239); }
div.DivClassName
{
background-color: #5205EF;
}
.BgClassName
{
background-color: #5205EF;
}
</style>
border-color css
<style>
span { border-color: #5205EF; }
span { border-color: rgb(82,5,239); }
td.TdClassName
{
border-color: #5205EF;
}
.TagClassName
{
border-color: #5205EF;
}
</style>