Shades of Han Purple #5205FF
Tints of Han Purple #5205FF
RGB
CMYK
RGB Variations
Color information
#5205FF (or 0x5205FF) is known color: Han Purple. HEX triplet: 52, 05 and FF. RGB value is (82,5,255). Sum of RGB (Red+Green+Blue) = 82+5+255=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 5 (2.34% from 255 or 1.46% from 342); Blue value is 255 (100% from 255 or 74.56% from 342); Max value from RGB is 255 - color contains mainly: blue. Hex color #5205FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5205FF is #ADFA00. Grayscale: #373737. Windows color (decimal): -11401729 or 16713042. OLE color: 16713042.
HSL color Cylindrical-coordinate representation of color #5205FF: hue angle of 258.48º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5205FF is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 5 | 255 | - |
| CMYK | 0.68 | 0.98 | 0 | 0 |
| HSL | 258.48º | 1% | 0.51% | - |
| HSV(B) | 258.48º | 0.98% | 1% | - |
| XYZ | 21.58 | 9.12 | 95.23 | - |
| YUV | 56.52 | 240.01 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 5 | 255 | 0.68 | 0.98 | 0 | 0 | 258.48 | 1 | 0.51 |
| Hex | 52 | 5 | FF | 44 | 62 | 0 | 0 | 102 | 64 | 33 |
| Octal | 122 | 5 | 377 | 104 | 142 | 0 | 0 | 402 | 144 | 63 |
| Binary | 1010010 | 101 | 11111111 | 1000100 | 1100010 | 0 | 0 | 100000010 | 1100100 | 110011 |
Color Harmonies of #5205FF
Complementary color
Monochromatic Colors of #5205FF
Black with #5205FF
Text Example
Text Example
White with #5205FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5205FF; }
p { color: rgb(82,5,255); }
H1.HeaderClassName
{
color: #5205FF;
}
.AnyTagClassName
{
color: #5205FF;
}
</style>
background-color css
<style>
a { background-color: #5205FF; }
a { background-color: rgb(82,5,255); }
div.DivClassName
{
background-color: #5205FF;
}
.BgClassName
{
background-color: #5205FF;
}
</style>
border-color css
<style>
span { border-color: #5205FF; }
span { border-color: rgb(82,5,255); }
td.TdClassName
{
border-color: #5205FF;
}
.TagClassName
{
border-color: #5205FF;
}
</style>