Shades of Han Purple #520AEA
Tints of Han Purple #520AEA
RGB
CMYK
RGB Variations
Color information
#520AEA (or 0x520AEA) is known color: Han Purple. HEX triplet: 52, 0A and EA. RGB value is (82,10,234). Sum of RGB (Red+Green+Blue) = 82+10+234=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 10 (4.30% from 255 or 3.07% from 326); Blue value is 234 (91.80% from 255 or 71.78% from 326); Max value from RGB is 234 - color contains mainly: blue. Hex color #520AEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520AEA is #ADF515. Grayscale: #383838. Windows color (decimal): -11400470 or 15338066. OLE color: 15338066.
HSL color Cylindrical-coordinate representation of color #520AEA: hue angle of 259.29º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #520AEA is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 82 | 10 | 234 | - |
| CMYK | 0.65 | 0.96 | 0 | 0.08 |
| HSL | 259.29º | 0.92% | 0.48% | - |
| HSV(B) | 259.29º | 0.96% | 0.92% | - |
| XYZ | 18.44 | 7.95 | 78.4 | - |
| YUV | 57.06 | 227.85 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 10 | 234 | 0.65 | 0.96 | 0 | 0.08 | 259.29 | 0.92 | 0.48 |
| Hex | 52 | A | EA | 41 | 60 | 0 | 8 | 103 | 5C | 30 |
| Octal | 122 | 12 | 352 | 101 | 140 | 0 | 10 | 403 | 134 | 60 |
| Binary | 1010010 | 1010 | 11101010 | 1000001 | 1100000 | 0 | 1000 | 100000011 | 1011100 | 110000 |
Color Harmonies of #520AEA
Complementary color
Monochromatic Colors of #520AEA
Black with #520AEA
Text Example
Text Example
White with #520AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520AEA; }
p { color: rgb(82,10,234); }
H1.HeaderClassName
{
color: #520AEA;
}
.AnyTagClassName
{
color: #520AEA;
}
</style>
background-color css
<style>
a { background-color: #520AEA; }
a { background-color: rgb(82,10,234); }
div.DivClassName
{
background-color: #520AEA;
}
.BgClassName
{
background-color: #520AEA;
}
</style>
border-color css
<style>
span { border-color: #520AEA; }
span { border-color: rgb(82,10,234); }
td.TdClassName
{
border-color: #520AEA;
}
.TagClassName
{
border-color: #520AEA;
}
</style>