Shades of Hot Purple #520954
Tints of Hot Purple #520954
RGB
CMYK
RGB Variations
Color information
#520954 (or 0x520954) is known color: Hot Purple. HEX triplet: 52, 09 and 54. RGB value is (82,9,84). Sum of RGB (Red+Green+Blue) = 82+9+84=175 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.86% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 84 (33.20% from 255 or 48% from 175); Max value from RGB is 84 - color contains mainly: blue. Hex color #520954 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520954 is #ADF6AB. Grayscale: #272727. Windows color (decimal): -11400876 or 5507410. OLE color: 5507410.
HSL color Cylindrical-coordinate representation of color #520954: hue angle of 298.4º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #520954 is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 9 | 84 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.67 |
| HSL | 298.4º | 0.81% | 0.18% | - |
| HSV(B) | 298.4º | 0.89% | 0.33% | - |
| XYZ | 5.18 | 2.63 | 8.62 | - |
| YUV | 39.38 | 153.18 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 9 | 84 | 0.02 | 0.89 | 0 | 0.67 | 298.4 | 0.81 | 0.18 |
| Hex | 52 | 9 | 54 | 2 | 59 | 0 | 43 | 12A | 51 | 12 |
| Octal | 122 | 11 | 124 | 2 | 131 | 0 | 103 | 452 | 121 | 22 |
| Binary | 1010010 | 1001 | 1010100 | 10 | 1011001 | 0 | 1000011 | 100101010 | 1010001 | 10010 |
Color Harmonies of #520954
Complementary color
Monochromatic Colors of #520954
Black with #520954
Text Example
Text Example
White with #520954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520954; }
p { color: rgb(82,9,84); }
H1.HeaderClassName
{
color: #520954;
}
.AnyTagClassName
{
color: #520954;
}
</style>
background-color css
<style>
a { background-color: #520954; }
a { background-color: rgb(82,9,84); }
div.DivClassName
{
background-color: #520954;
}
.BgClassName
{
background-color: #520954;
}
</style>
border-color css
<style>
span { border-color: #520954; }
span { border-color: rgb(82,9,84); }
td.TdClassName
{
border-color: #520954;
}
.TagClassName
{
border-color: #520954;
}
</style>