Shades of Han Purple #520AE0
Tints of Han Purple #520AE0
RGB
CMYK
RGB Variations
Color information
#520AE0 (or 0x520AE0) is known color: Han Purple. HEX triplet: 52, 0A and E0. RGB value is (82,10,224). Sum of RGB (Red+Green+Blue) = 82+10+224=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 10 (4.30% from 255 or 3.16% from 316); Blue value is 224 (87.89% from 255 or 70.89% from 316); Max value from RGB is 224 - color contains mainly: blue. Hex color #520AE0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520AE0 is #ADF51F. Grayscale: #373737. Windows color (decimal): -11400480 or 14682706. OLE color: 14682706.
HSL color Cylindrical-coordinate representation of color #520AE0: hue angle of 260.19º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #520AE0 is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 10 | 224 | - |
| CMYK | 0.63 | 0.96 | 0 | 0.12 |
| HSL | 260.19º | 0.91% | 0.46% | - |
| HSV(B) | 260.19º | 0.96% | 0.88% | - |
| XYZ | 17.04 | 7.39 | 71.05 | - |
| YUV | 55.92 | 222.85 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 10 | 224 | 0.63 | 0.96 | 0 | 0.12 | 260.19 | 0.91 | 0.46 |
| Hex | 52 | A | E0 | 3F | 60 | 0 | C | 104 | 5B | 2E |
| Octal | 122 | 12 | 340 | 77 | 140 | 0 | 14 | 404 | 133 | 56 |
| Binary | 1010010 | 1010 | 11100000 | 111111 | 1100000 | 0 | 1100 | 100000100 | 1011011 | 101110 |
Color Harmonies of #520AE0
Complementary color
Monochromatic Colors of #520AE0
Black with #520AE0
Text Example
Text Example
White with #520AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520AE0; }
p { color: rgb(82,10,224); }
H1.HeaderClassName
{
color: #520AE0;
}
.AnyTagClassName
{
color: #520AE0;
}
</style>
background-color css
<style>
a { background-color: #520AE0; }
a { background-color: rgb(82,10,224); }
div.DivClassName
{
background-color: #520AE0;
}
.BgClassName
{
background-color: #520AE0;
}
</style>
border-color css
<style>
span { border-color: #520AE0; }
span { border-color: rgb(82,10,224); }
td.TdClassName
{
border-color: #520AE0;
}
.TagClassName
{
border-color: #520AE0;
}
</style>