Shades of Hot Purple #532F52
Tints of Hot Purple #532F52
RGB
CMYK
RGB Variations
Color information
#532F52 (or 0x532F52) is known color: Hot Purple. HEX triplet: 53, 2F and 52. RGB value is (83,47,82). Sum of RGB (Red+Green+Blue) = 83+47+82=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 83 - color contains mainly: red. Hex color #532F52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532F52 is #ACD0AD. Grayscale: #3D3D3D. Windows color (decimal): -11325614 or 5386067. OLE color: 5386067.
HSL color Cylindrical-coordinate representation of color #532F52: hue angle of 301.67º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #532F52 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 47 | 82 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.67 |
| HSL | 301.67º | 0.28% | 0.25% | - |
| HSV(B) | 301.67º | 0.43% | 0.33% | - |
| XYZ | 6.11 | 4.48 | 8.53 | - |
| YUV | 61.75 | 139.43 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 47 | 82 | 0 | 0.43 | 0.01 | 0.67 | 301.67 | 0.28 | 0.25 |
| Hex | 53 | 2F | 52 | 0 | 2B | 1 | 43 | 12E | 1C | 19 |
| Octal | 123 | 57 | 122 | 0 | 53 | 1 | 103 | 456 | 34 | 31 |
| Binary | 1010011 | 101111 | 1010010 | 0 | 101011 | 1 | 1000011 | 100101110 | 11100 | 11001 |
Color Harmonies of #532F52
Complementary color
Monochromatic Colors of #532F52
Black with #532F52
Text Example
Text Example
White with #532F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532F52; }
p { color: rgb(83,47,82); }
H1.HeaderClassName
{
color: #532F52;
}
.AnyTagClassName
{
color: #532F52;
}
</style>
background-color css
<style>
a { background-color: #532F52; }
a { background-color: rgb(83,47,82); }
div.DivClassName
{
background-color: #532F52;
}
.BgClassName
{
background-color: #532F52;
}
</style>
border-color css
<style>
span { border-color: #532F52; }
span { border-color: rgb(83,47,82); }
td.TdClassName
{
border-color: #532F52;
}
.TagClassName
{
border-color: #532F52;
}
</style>