Shades of Hot Purple #52325B
Tints of Hot Purple #52325B
RGB
CMYK
RGB Variations
Color information
#52325B (or 0x52325B) is known color: Hot Purple. HEX triplet: 52, 32 and 5B. RGB value is (82,50,91). Sum of RGB (Red+Green+Blue) = 82+50+91=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 50 (19.92% from 255 or 22.42% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 91 - color contains mainly: blue. Hex color #52325B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52325B is #ADCDA4. Grayscale: #404040. Windows color (decimal): -11390373 or 5976658. OLE color: 5976658.
HSL color Cylindrical-coordinate representation of color #52325B: hue angle of 286.83º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #52325B is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 50 | 91 | - |
| CMYK | 0.10 | 0.45 | 0 | 0.64 |
| HSL | 286.83º | 0.29% | 0.28% | - |
| HSV(B) | 286.83º | 0.45% | 0.36% | - |
| XYZ | 6.51 | 4.83 | 10.49 | - |
| YUV | 64.24 | 143.1 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 50 | 91 | 0.10 | 0.45 | 0 | 0.64 | 286.83 | 0.29 | 0.28 |
| Hex | 52 | 32 | 5B | A | 2D | 0 | 40 | 11F | 1D | 1C |
| Octal | 122 | 62 | 133 | 12 | 55 | 0 | 100 | 437 | 35 | 34 |
| Binary | 1010010 | 110010 | 1011011 | 1010 | 101101 | 0 | 1000000 | 100011111 | 11101 | 11100 |
Color Harmonies of #52325B
Complementary color
Monochromatic Colors of #52325B
Black with #52325B
Text Example
Text Example
White with #52325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52325B; }
p { color: rgb(82,50,91); }
H1.HeaderClassName
{
color: #52325B;
}
.AnyTagClassName
{
color: #52325B;
}
</style>
background-color css
<style>
a { background-color: #52325B; }
a { background-color: rgb(82,50,91); }
div.DivClassName
{
background-color: #52325B;
}
.BgClassName
{
background-color: #52325B;
}
</style>
border-color css
<style>
span { border-color: #52325B; }
span { border-color: rgb(82,50,91); }
td.TdClassName
{
border-color: #52325B;
}
.TagClassName
{
border-color: #52325B;
}
</style>