Shades of Hot Purple #520850
Tints of Hot Purple #520850
RGB
CMYK
RGB Variations
Color information
#520850 (or 0x520850) is known color: Hot Purple. HEX triplet: 52, 08 and 50. RGB value is (82,8,80). Sum of RGB (Red+Green+Blue) = 82+8+80=170 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.24% from 170); Green value is 8 (3.52% from 255 or 4.71% from 170); Blue value is 80 (31.64% from 255 or 47.06% from 170); Max value from RGB is 82 - color contains mainly: red. Hex color #520850 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520850 is #ADF7AF. Grayscale: #262626. Windows color (decimal): -11401136 or 5245010. OLE color: 5245010.
HSL color Cylindrical-coordinate representation of color #520850: hue angle of 301.62º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #520850 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 8 | 80 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.68 |
| HSL | 301.62º | 0.82% | 0.18% | - |
| HSV(B) | 301.62º | 0.9% | 0.32% | - |
| XYZ | 5.01 | 2.55 | 7.82 | - |
| YUV | 38.33 | 151.52 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 8 | 80 | 0 | 0.90 | 0.02 | 0.68 | 301.62 | 0.82 | 0.18 |
| Hex | 52 | 8 | 50 | 0 | 5A | 2 | 44 | 12E | 52 | 12 |
| Octal | 122 | 10 | 120 | 0 | 132 | 2 | 104 | 456 | 122 | 22 |
| Binary | 1010010 | 1000 | 1010000 | 0 | 1011010 | 10 | 1000100 | 100101110 | 1010010 | 10010 |
Color Harmonies of #520850
Complementary color
Monochromatic Colors of #520850
Black with #520850
Text Example
Text Example
White with #520850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520850; }
p { color: rgb(82,8,80); }
H1.HeaderClassName
{
color: #520850;
}
.AnyTagClassName
{
color: #520850;
}
</style>
background-color css
<style>
a { background-color: #520850; }
a { background-color: rgb(82,8,80); }
div.DivClassName
{
background-color: #520850;
}
.BgClassName
{
background-color: #520850;
}
</style>
border-color css
<style>
span { border-color: #520850; }
span { border-color: rgb(82,8,80); }
td.TdClassName
{
border-color: #520850;
}
.TagClassName
{
border-color: #520850;
}
</style>