Shades of Han Purple #520AFF
Tints of Han Purple #520AFF
RGB
CMYK
RGB Variations
Color information
#520AFF (or 0x520AFF) is known color: Han Purple. HEX triplet: 52, 0A and FF. RGB value is (82,10,255). Sum of RGB (Red+Green+Blue) = 82+10+255=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 10 (4.30% from 255 or 2.88% from 347); Blue value is 255 (100% from 255 or 73.49% from 347); Max value from RGB is 255 - color contains mainly: blue. Hex color #520AFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520AFF is #ADF500. Grayscale: #3A3A3A. Windows color (decimal): -11400449 or 16714322. OLE color: 16714322.
HSL color Cylindrical-coordinate representation of color #520AFF: hue angle of 257.63º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #520AFF is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 10 | 255 | - |
| CMYK | 0.68 | 0.96 | 0 | 0 |
| HSL | 257.63º | 1% | 0.52% | - |
| HSV(B) | 257.63º | 0.96% | 1% | - |
| XYZ | 21.64 | 9.23 | 95.25 | - |
| YUV | 59.46 | 238.35 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 10 | 255 | 0.68 | 0.96 | 0 | 0 | 257.63 | 1 | 0.52 |
| Hex | 52 | A | FF | 44 | 60 | 0 | 0 | 102 | 64 | 34 |
| Octal | 122 | 12 | 377 | 104 | 140 | 0 | 0 | 402 | 144 | 64 |
| Binary | 1010010 | 1010 | 11111111 | 1000100 | 1100000 | 0 | 0 | 100000010 | 1100100 | 110100 |
Color Harmonies of #520AFF
Complementary color
Monochromatic Colors of #520AFF
Black with #520AFF
Text Example
Text Example
White with #520AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520AFF; }
p { color: rgb(82,10,255); }
H1.HeaderClassName
{
color: #520AFF;
}
.AnyTagClassName
{
color: #520AFF;
}
</style>
background-color css
<style>
a { background-color: #520AFF; }
a { background-color: rgb(82,10,255); }
div.DivClassName
{
background-color: #520AFF;
}
.BgClassName
{
background-color: #520AFF;
}
</style>
border-color css
<style>
span { border-color: #520AFF; }
span { border-color: rgb(82,10,255); }
td.TdClassName
{
border-color: #520AFF;
}
.TagClassName
{
border-color: #520AFF;
}
</style>