Shades of Hot Purple #532C54
Tints of Hot Purple #532C54
RGB
CMYK
RGB Variations
Color information
#532C54 (or 0x532C54) is known color: Hot Purple. HEX triplet: 53, 2C and 54. RGB value is (83,44,84). Sum of RGB (Red+Green+Blue) = 83+44+84=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 84 (33.20% from 255 or 39.81% from 211); Max value from RGB is 84 - color contains mainly: blue. Hex color #532C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532C54 is #ACD3AB. Grayscale: #3C3C3C. Windows color (decimal): -11326380 or 5516371. OLE color: 5516371.
HSL color Cylindrical-coordinate representation of color #532C54: hue angle of 298.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #532C54 is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 44 | 84 | - |
| CMYK | 0.01 | 0.48 | 0 | 0.67 |
| HSL | 298.5º | 0.31% | 0.25% | - |
| HSV(B) | 298.5º | 0.48% | 0.33% | - |
| XYZ | 6.07 | 4.28 | 8.89 | - |
| YUV | 60.22 | 141.42 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 44 | 84 | 0.01 | 0.48 | 0 | 0.67 | 298.5 | 0.31 | 0.25 |
| Hex | 53 | 2C | 54 | 1 | 30 | 0 | 43 | 12A | 1F | 19 |
| Octal | 123 | 54 | 124 | 1 | 60 | 0 | 103 | 452 | 37 | 31 |
| Binary | 1010011 | 101100 | 1010100 | 1 | 110000 | 0 | 1000011 | 100101010 | 11111 | 11001 |
Color Harmonies of #532C54
Complementary color
Monochromatic Colors of #532C54
Black with #532C54
Text Example
Text Example
White with #532C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532C54; }
p { color: rgb(83,44,84); }
H1.HeaderClassName
{
color: #532C54;
}
.AnyTagClassName
{
color: #532C54;
}
</style>
background-color css
<style>
a { background-color: #532C54; }
a { background-color: rgb(83,44,84); }
div.DivClassName
{
background-color: #532C54;
}
.BgClassName
{
background-color: #532C54;
}
</style>
border-color css
<style>
span { border-color: #532C54; }
span { border-color: rgb(83,44,84); }
td.TdClassName
{
border-color: #532C54;
}
.TagClassName
{
border-color: #532C54;
}
</style>