Shades of Hot Purple #522150
Tints of Hot Purple #522150
RGB
CMYK
RGB Variations
Color information
#522150 (or 0x522150) is known color: Hot Purple. HEX triplet: 52, 21 and 50. RGB value is (82,33,80). Sum of RGB (Red+Green+Blue) = 82+33+80=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 33 (13.28% from 255 or 16.92% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 82 - color contains mainly: red. Hex color #522150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522150 is #ADDEAF. Grayscale: #343434. Windows color (decimal): -11394736 or 5251410. OLE color: 5251410.
HSL color Cylindrical-coordinate representation of color #522150: hue angle of 302.45º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #522150 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 33 | 80 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.68 |
| HSL | 302.45º | 0.43% | 0.23% | - |
| HSV(B) | 302.45º | 0.6% | 0.32% | - |
| XYZ | 5.47 | 3.46 | 7.97 | - |
| YUV | 53.01 | 143.23 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 33 | 80 | 0 | 0.60 | 0.02 | 0.68 | 302.45 | 0.43 | 0.23 |
| Hex | 52 | 21 | 50 | 0 | 3C | 2 | 44 | 12E | 2B | 17 |
| Octal | 122 | 41 | 120 | 0 | 74 | 2 | 104 | 456 | 53 | 27 |
| Binary | 1010010 | 100001 | 1010000 | 0 | 111100 | 10 | 1000100 | 100101110 | 101011 | 10111 |
Color Harmonies of #522150
Complementary color
Monochromatic Colors of #522150
Black with #522150
Text Example
Text Example
White with #522150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522150; }
p { color: rgb(82,33,80); }
H1.HeaderClassName
{
color: #522150;
}
.AnyTagClassName
{
color: #522150;
}
</style>
background-color css
<style>
a { background-color: #522150; }
a { background-color: rgb(82,33,80); }
div.DivClassName
{
background-color: #522150;
}
.BgClassName
{
background-color: #522150;
}
</style>
border-color css
<style>
span { border-color: #522150; }
span { border-color: rgb(82,33,80); }
td.TdClassName
{
border-color: #522150;
}
.TagClassName
{
border-color: #522150;
}
</style>