Shades of Han Purple #520AFC
Tints of Han Purple #520AFC
RGB
CMYK
RGB Variations
Color information
#520AFC (or 0x520AFC) is known color: Han Purple. HEX triplet: 52, 0A and FC. RGB value is (82,10,252). Sum of RGB (Red+Green+Blue) = 82+10+252=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 10 (4.30% from 255 or 2.91% from 344); Blue value is 252 (98.83% from 255 or 73.26% from 344); Max value from RGB is 252 - color contains mainly: blue. Hex color #520AFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520AFC is #ADF503. Grayscale: #3A3A3A. Windows color (decimal): -11400452 or 16517714. OLE color: 16517714.
HSL color Cylindrical-coordinate representation of color #520AFC: hue angle of 257.85º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #520AFC is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 10 | 252 | - |
| CMYK | 0.67 | 0.96 | 0 | 0.01 |
| HSL | 257.85º | 0.98% | 0.51% | - |
| HSV(B) | 257.85º | 0.96% | 0.99% | - |
| XYZ | 21.16 | 9.04 | 92.73 | - |
| YUV | 59.12 | 236.85 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 10 | 252 | 0.67 | 0.96 | 0 | 0.01 | 257.85 | 0.98 | 0.51 |
| Hex | 52 | A | FC | 43 | 60 | 0 | 1 | 102 | 62 | 33 |
| Octal | 122 | 12 | 374 | 103 | 140 | 0 | 1 | 402 | 142 | 63 |
| Binary | 1010010 | 1010 | 11111100 | 1000011 | 1100000 | 0 | 1 | 100000010 | 1100010 | 110011 |
Color Harmonies of #520AFC
Complementary color
Monochromatic Colors of #520AFC
Black with #520AFC
Text Example
Text Example
White with #520AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520AFC; }
p { color: rgb(82,10,252); }
H1.HeaderClassName
{
color: #520AFC;
}
.AnyTagClassName
{
color: #520AFC;
}
</style>
background-color css
<style>
a { background-color: #520AFC; }
a { background-color: rgb(82,10,252); }
div.DivClassName
{
background-color: #520AFC;
}
.BgClassName
{
background-color: #520AFC;
}
</style>
border-color css
<style>
span { border-color: #520AFC; }
span { border-color: rgb(82,10,252); }
td.TdClassName
{
border-color: #520AFC;
}
.TagClassName
{
border-color: #520AFC;
}
</style>