Shades of Han Purple #520AD4
Tints of Han Purple #520AD4
RGB
CMYK
RGB Variations
Color information
#520AD4 (or 0x520AD4) is known color: Han Purple. HEX triplet: 52, 0A and D4. RGB value is (82,10,212). Sum of RGB (Red+Green+Blue) = 82+10+212=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 10 (4.30% from 255 or 3.29% from 304); Blue value is 212 (83.20% from 255 or 69.74% from 304); Max value from RGB is 212 - color contains mainly: blue. Hex color #520AD4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520AD4 is #ADF52B. Grayscale: #353535. Windows color (decimal): -11400492 or 13896274. OLE color: 13896274.
HSL color Cylindrical-coordinate representation of color #520AD4: hue angle of 261.39º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520AD4 is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 82 | 10 | 212 | - |
| CMYK | 0.61 | 0.95 | 0 | 0.17 |
| HSL | 261.39º | 0.91% | 0.44% | - |
| HSV(B) | 261.39º | 0.95% | 0.83% | - |
| XYZ | 15.47 | 6.76 | 62.78 | - |
| YUV | 54.56 | 216.85 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 10 | 212 | 0.61 | 0.95 | 0 | 0.17 | 261.39 | 0.91 | 0.44 |
| Hex | 52 | A | D4 | 3D | 5F | 0 | 11 | 105 | 5B | 2C |
| Octal | 122 | 12 | 324 | 75 | 137 | 0 | 21 | 405 | 133 | 54 |
| Binary | 1010010 | 1010 | 11010100 | 111101 | 1011111 | 0 | 10001 | 100000101 | 1011011 | 101100 |
Color Harmonies of #520AD4
Complementary color
Monochromatic Colors of #520AD4
Black with #520AD4
Text Example
Text Example
White with #520AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520AD4; }
p { color: rgb(82,10,212); }
H1.HeaderClassName
{
color: #520AD4;
}
.AnyTagClassName
{
color: #520AD4;
}
</style>
background-color css
<style>
a { background-color: #520AD4; }
a { background-color: rgb(82,10,212); }
div.DivClassName
{
background-color: #520AD4;
}
.BgClassName
{
background-color: #520AD4;
}
</style>
border-color css
<style>
span { border-color: #520AD4; }
span { border-color: rgb(82,10,212); }
td.TdClassName
{
border-color: #520AD4;
}
.TagClassName
{
border-color: #520AD4;
}
</style>