Shades of Hot Purple #52045D
Tints of Hot Purple #52045D
RGB
CMYK
RGB Variations
Color information
#52045D (or 0x52045D) is known color: Hot Purple. HEX triplet: 52, 04 and 5D. RGB value is (82,4,93). Sum of RGB (Red+Green+Blue) = 82+4+93=179 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.81% from 179); Green value is 4 (1.95% from 255 or 2.23% from 179); Blue value is 93 (36.72% from 255 or 51.96% from 179); Max value from RGB is 93 - color contains mainly: blue. Hex color #52045D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52045D is #ADFBA2. Grayscale: #252525. Windows color (decimal): -11402147 or 6095954. OLE color: 6095954.
HSL color Cylindrical-coordinate representation of color #52045D: hue angle of 292.58º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #52045D is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 4 | 93 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.64 |
| HSL | 292.58º | 0.92% | 0.19% | - |
| HSV(B) | 292.58º | 0.96% | 0.36% | - |
| XYZ | 5.5 | 2.67 | 10.58 | - |
| YUV | 37.47 | 159.34 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 4 | 93 | 0.12 | 0.96 | 0 | 0.64 | 292.58 | 0.92 | 0.19 |
| Hex | 52 | 4 | 5D | C | 60 | 0 | 40 | 125 | 5C | 13 |
| Octal | 122 | 4 | 135 | 14 | 140 | 0 | 100 | 445 | 134 | 23 |
| Binary | 1010010 | 100 | 1011101 | 1100 | 1100000 | 0 | 1000000 | 100100101 | 1011100 | 10011 |
Color Harmonies of #52045D
Complementary color
Monochromatic Colors of #52045D
Black with #52045D
Text Example
Text Example
White with #52045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52045D; }
p { color: rgb(82,4,93); }
H1.HeaderClassName
{
color: #52045D;
}
.AnyTagClassName
{
color: #52045D;
}
</style>
background-color css
<style>
a { background-color: #52045D; }
a { background-color: rgb(82,4,93); }
div.DivClassName
{
background-color: #52045D;
}
.BgClassName
{
background-color: #52045D;
}
</style>
border-color css
<style>
span { border-color: #52045D; }
span { border-color: rgb(82,4,93); }
td.TdClassName
{
border-color: #52045D;
}
.TagClassName
{
border-color: #52045D;
}
</style>