Shades of Hot Purple #520A5C
Tints of Hot Purple #520A5C
RGB
CMYK
RGB Variations
Color information
#520A5C (or 0x520A5C) is known color: Hot Purple. HEX triplet: 52, 0A and 5C. RGB value is (82,10,92). Sum of RGB (Red+Green+Blue) = 82+10+92=184 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.57% from 184); Green value is 10 (4.30% from 255 or 5.43% from 184); Blue value is 92 (36.33% from 255 or 50% from 184); Max value from RGB is 92 - color contains mainly: blue. Hex color #520A5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520A5C is #ADF5A3. Grayscale: #282828. Windows color (decimal): -11400612 or 6031954. OLE color: 6031954.
HSL color Cylindrical-coordinate representation of color #520A5C: hue angle of 292.68º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #520A5C is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 10 | 92 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.64 |
| HSL | 292.68º | 0.8% | 0.2% | - |
| HSV(B) | 292.68º | 0.89% | 0.36% | - |
| XYZ | 5.52 | 2.78 | 10.37 | - |
| YUV | 40.88 | 156.85 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 10 | 92 | 0.11 | 0.89 | 0 | 0.64 | 292.68 | 0.8 | 0.2 |
| Hex | 52 | A | 5C | B | 59 | 0 | 40 | 125 | 50 | 14 |
| Octal | 122 | 12 | 134 | 13 | 131 | 0 | 100 | 445 | 120 | 24 |
| Binary | 1010010 | 1010 | 1011100 | 1011 | 1011001 | 0 | 1000000 | 100100101 | 1010000 | 10100 |
Color Harmonies of #520A5C
Complementary color
Monochromatic Colors of #520A5C
Black with #520A5C
Text Example
Text Example
White with #520A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520A5C; }
p { color: rgb(82,10,92); }
H1.HeaderClassName
{
color: #520A5C;
}
.AnyTagClassName
{
color: #520A5C;
}
</style>
background-color css
<style>
a { background-color: #520A5C; }
a { background-color: rgb(82,10,92); }
div.DivClassName
{
background-color: #520A5C;
}
.BgClassName
{
background-color: #520A5C;
}
</style>
border-color css
<style>
span { border-color: #520A5C; }
span { border-color: rgb(82,10,92); }
td.TdClassName
{
border-color: #520A5C;
}
.TagClassName
{
border-color: #520A5C;
}
</style>