Shades of Hot Purple #520154
Tints of Hot Purple #520154
RGB
CMYK
RGB Variations
Color information
#520154 (or 0x520154) is known color: Hot Purple. HEX triplet: 52, 01 and 54. RGB value is (82,1,84). Sum of RGB (Red+Green+Blue) = 82+1+84=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 84 (33.20% from 255 or 50.30% from 167); Max value from RGB is 84 - color contains mainly: blue. Hex color #520154 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520154 is #ADFEAB. Grayscale: #222222. Windows color (decimal): -11402924 or 5505362. OLE color: 5505362.
HSL color Cylindrical-coordinate representation of color #520154: hue angle of 298.55º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #520154 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 1 | 84 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.67 |
| HSL | 298.55º | 0.98% | 0.17% | - |
| HSV(B) | 298.55º | 0.99% | 0.33% | - |
| XYZ | 5.09 | 2.46 | 8.59 | - |
| YUV | 34.68 | 155.84 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 1 | 84 | 0.02 | 0.99 | 0 | 0.67 | 298.55 | 0.98 | 0.17 |
| Hex | 52 | 1 | 54 | 2 | 63 | 0 | 43 | 12B | 62 | 11 |
| Octal | 122 | 1 | 124 | 2 | 143 | 0 | 103 | 453 | 142 | 21 |
| Binary | 1010010 | 1 | 1010100 | 10 | 1100011 | 0 | 1000011 | 100101011 | 1100010 | 10001 |
Color Harmonies of #520154
Complementary color
Monochromatic Colors of #520154
Black with #520154
Text Example
Text Example
White with #520154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520154; }
p { color: rgb(82,1,84); }
H1.HeaderClassName
{
color: #520154;
}
.AnyTagClassName
{
color: #520154;
}
</style>
background-color css
<style>
a { background-color: #520154; }
a { background-color: rgb(82,1,84); }
div.DivClassName
{
background-color: #520154;
}
.BgClassName
{
background-color: #520154;
}
</style>
border-color css
<style>
span { border-color: #520154; }
span { border-color: rgb(82,1,84); }
td.TdClassName
{
border-color: #520154;
}
.TagClassName
{
border-color: #520154;
}
</style>