Shades of Hot Purple #521252
Tints of Hot Purple #521252
RGB
CMYK
RGB Variations
Color information
#521252 (or 0x521252) is known color: Hot Purple. HEX triplet: 52, 12 and 52. RGB value is (82,18,82). Sum of RGB (Red+Green+Blue) = 82+18+82=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 82 (32.42% from 255 or 45.05% from 182); Max value from RGB is 82 - color contains mainly: red, blue. Hex color #521252 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521252 is #ADEDAD. Grayscale: #2C2C2C. Windows color (decimal): -11398574 or 5378642. OLE color: 5378642.
HSL color Cylindrical-coordinate representation of color #521252: hue angle of 300º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #521252 is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 18 | 82 | - |
| CMYK | 0 | 0.78 | 0 | 0.68 |
| HSL | 300º | 0.64% | 0.2% | - |
| HSV(B) | 300º | 0.78% | 0.32% | - |
| XYZ | 5.22 | 2.84 | 8.25 | - |
| YUV | 44.43 | 149.2 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 18 | 82 | 0 | 0.78 | 0 | 0.68 | 300 | 0.64 | 0.2 |
| Hex | 52 | 12 | 52 | 0 | 4E | 0 | 44 | 12C | 40 | 14 |
| Octal | 122 | 22 | 122 | 0 | 116 | 0 | 104 | 454 | 100 | 24 |
| Binary | 1010010 | 10010 | 1010010 | 0 | 1001110 | 0 | 1000100 | 100101100 | 1000000 | 10100 |
Color Harmonies of #521252
Complementary color
Monochromatic Colors of #521252
Black with #521252
Text Example
Text Example
White with #521252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521252; }
p { color: rgb(82,18,82); }
H1.HeaderClassName
{
color: #521252;
}
.AnyTagClassName
{
color: #521252;
}
</style>
background-color css
<style>
a { background-color: #521252; }
a { background-color: rgb(82,18,82); }
div.DivClassName
{
background-color: #521252;
}
.BgClassName
{
background-color: #521252;
}
</style>
border-color css
<style>
span { border-color: #521252; }
span { border-color: rgb(82,18,82); }
td.TdClassName
{
border-color: #521252;
}
.TagClassName
{
border-color: #521252;
}
</style>