Shades of Hot Purple #52225D
Tints of Hot Purple #52225D
RGB
CMYK
RGB Variations
Color information
#52225D (or 0x52225D) is known color: Hot Purple. HEX triplet: 52, 22 and 5D. RGB value is (82,34,93). Sum of RGB (Red+Green+Blue) = 82+34+93=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 34 (13.67% from 255 or 16.27% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 93 - color contains mainly: blue. Hex color #52225D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52225D is #ADDDA2. Grayscale: #363636. Windows color (decimal): -11394467 or 6103634. OLE color: 6103634.
HSL color Cylindrical-coordinate representation of color #52225D: hue angle of 288.81º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52225D is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 34 | 93 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.64 |
| HSL | 288.81º | 0.46% | 0.25% | - |
| HSV(B) | 288.81º | 0.63% | 0.36% | - |
| XYZ | 6.03 | 3.73 | 10.76 | - |
| YUV | 55.08 | 149.4 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 34 | 93 | 0.12 | 0.63 | 0 | 0.64 | 288.81 | 0.46 | 0.25 |
| Hex | 52 | 22 | 5D | C | 3F | 0 | 40 | 121 | 2E | 19 |
| Octal | 122 | 42 | 135 | 14 | 77 | 0 | 100 | 441 | 56 | 31 |
| Binary | 1010010 | 100010 | 1011101 | 1100 | 111111 | 0 | 1000000 | 100100001 | 101110 | 11001 |
Color Harmonies of #52225D
Complementary color
Monochromatic Colors of #52225D
Black with #52225D
Text Example
Text Example
White with #52225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52225D; }
p { color: rgb(82,34,93); }
H1.HeaderClassName
{
color: #52225D;
}
.AnyTagClassName
{
color: #52225D;
}
</style>
background-color css
<style>
a { background-color: #52225D; }
a { background-color: rgb(82,34,93); }
div.DivClassName
{
background-color: #52225D;
}
.BgClassName
{
background-color: #52225D;
}
</style>
border-color css
<style>
span { border-color: #52225D; }
span { border-color: rgb(82,34,93); }
td.TdClassName
{
border-color: #52225D;
}
.TagClassName
{
border-color: #52225D;
}
</style>