Shades of Han Purple #520AED
Tints of Han Purple #520AED
RGB
CMYK
RGB Variations
Color information
#520AED (or 0x520AED) is known color: Han Purple. HEX triplet: 52, 0A and ED. RGB value is (82,10,237). Sum of RGB (Red+Green+Blue) = 82+10+237=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 10 (4.30% from 255 or 3.04% from 329); Blue value is 237 (92.97% from 255 or 72.04% from 329); Max value from RGB is 237 - color contains mainly: blue. Hex color #520AED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520AED is #ADF512. Grayscale: #383838. Windows color (decimal): -11400467 or 15534674. OLE color: 15534674.
HSL color Cylindrical-coordinate representation of color #520AED: hue angle of 259.03º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #520AED is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 10 | 237 | - |
| CMYK | 0.65 | 0.96 | 0 | 0.07 |
| HSL | 259.03º | 0.92% | 0.48% | - |
| HSV(B) | 259.03º | 0.96% | 0.93% | - |
| XYZ | 18.87 | 8.13 | 80.69 | - |
| YUV | 57.41 | 229.35 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 10 | 237 | 0.65 | 0.96 | 0 | 0.07 | 259.03 | 0.92 | 0.48 |
| Hex | 52 | A | ED | 41 | 60 | 0 | 7 | 103 | 5C | 30 |
| Octal | 122 | 12 | 355 | 101 | 140 | 0 | 7 | 403 | 134 | 60 |
| Binary | 1010010 | 1010 | 11101101 | 1000001 | 1100000 | 0 | 111 | 100000011 | 1011100 | 110000 |
Color Harmonies of #520AED
Complementary color
Monochromatic Colors of #520AED
Black with #520AED
Text Example
Text Example
White with #520AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520AED; }
p { color: rgb(82,10,237); }
H1.HeaderClassName
{
color: #520AED;
}
.AnyTagClassName
{
color: #520AED;
}
</style>
background-color css
<style>
a { background-color: #520AED; }
a { background-color: rgb(82,10,237); }
div.DivClassName
{
background-color: #520AED;
}
.BgClassName
{
background-color: #520AED;
}
</style>
border-color css
<style>
span { border-color: #520AED; }
span { border-color: rgb(82,10,237); }
td.TdClassName
{
border-color: #520AED;
}
.TagClassName
{
border-color: #520AED;
}
</style>