Shades of Hot Purple #532C5D
Tints of Hot Purple #532C5D
RGB
CMYK
RGB Variations
Color information
#532C5D (or 0x532C5D) is known color: Hot Purple. HEX triplet: 53, 2C and 5D. RGB value is (83,44,93). Sum of RGB (Red+Green+Blue) = 83+44+93=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 44 (17.58% from 255 or 20% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 93 - color contains mainly: blue. Hex color #532C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532C5D is #ACD3A2. Grayscale: #3D3D3D. Windows color (decimal): -11326371 or 6106195. OLE color: 6106195.
HSL color Cylindrical-coordinate representation of color #532C5D: hue angle of 287.76º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #532C5D is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 44 | 93 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.64 |
| HSL | 287.76º | 0.36% | 0.27% | - |
| HSV(B) | 287.76º | 0.53% | 0.36% | - |
| XYZ | 6.44 | 4.43 | 10.87 | - |
| YUV | 61.25 | 145.92 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 44 | 93 | 0.11 | 0.53 | 0 | 0.64 | 287.76 | 0.36 | 0.27 |
| Hex | 53 | 2C | 5D | B | 35 | 0 | 40 | 120 | 24 | 1B |
| Octal | 123 | 54 | 135 | 13 | 65 | 0 | 100 | 440 | 44 | 33 |
| Binary | 1010011 | 101100 | 1011101 | 1011 | 110101 | 0 | 1000000 | 100100000 | 100100 | 11011 |
Color Harmonies of #532C5D
Complementary color
Monochromatic Colors of #532C5D
Black with #532C5D
Text Example
Text Example
White with #532C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532C5D; }
p { color: rgb(83,44,93); }
H1.HeaderClassName
{
color: #532C5D;
}
.AnyTagClassName
{
color: #532C5D;
}
</style>
background-color css
<style>
a { background-color: #532C5D; }
a { background-color: rgb(83,44,93); }
div.DivClassName
{
background-color: #532C5D;
}
.BgClassName
{
background-color: #532C5D;
}
</style>
border-color css
<style>
span { border-color: #532C5D; }
span { border-color: rgb(83,44,93); }
td.TdClassName
{
border-color: #532C5D;
}
.TagClassName
{
border-color: #532C5D;
}
</style>