Shades of Hot Purple #520554
Tints of Hot Purple #520554
RGB
CMYK
RGB Variations
Color information
#520554 (or 0x520554) is known color: Hot Purple. HEX triplet: 52, 05 and 54. RGB value is (82,5,84). Sum of RGB (Red+Green+Blue) = 82+5+84=171 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.95% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 84 (33.20% from 255 or 49.12% from 171); Max value from RGB is 84 - color contains mainly: blue. Hex color #520554 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520554 is #ADFAAB. Grayscale: #242424. Windows color (decimal): -11401900 or 5506386. OLE color: 5506386.
HSL color Cylindrical-coordinate representation of color #520554: hue angle of 298.48º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520554 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 5 | 84 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.67 |
| HSL | 298.48º | 0.89% | 0.17% | - |
| HSV(B) | 298.48º | 0.94% | 0.33% | - |
| XYZ | 5.13 | 2.54 | 8.61 | - |
| YUV | 37.03 | 154.51 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 5 | 84 | 0.02 | 0.94 | 0 | 0.67 | 298.48 | 0.89 | 0.17 |
| Hex | 52 | 5 | 54 | 2 | 5E | 0 | 43 | 12A | 59 | 11 |
| Octal | 122 | 5 | 124 | 2 | 136 | 0 | 103 | 452 | 131 | 21 |
| Binary | 1010010 | 101 | 1010100 | 10 | 1011110 | 0 | 1000011 | 100101010 | 1011001 | 10001 |
Color Harmonies of #520554
Complementary color
Monochromatic Colors of #520554
Black with #520554
Text Example
Text Example
White with #520554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520554; }
p { color: rgb(82,5,84); }
H1.HeaderClassName
{
color: #520554;
}
.AnyTagClassName
{
color: #520554;
}
</style>
background-color css
<style>
a { background-color: #520554; }
a { background-color: rgb(82,5,84); }
div.DivClassName
{
background-color: #520554;
}
.BgClassName
{
background-color: #520554;
}
</style>
border-color css
<style>
span { border-color: #520554; }
span { border-color: rgb(82,5,84); }
td.TdClassName
{
border-color: #520554;
}
.TagClassName
{
border-color: #520554;
}
</style>