Shades of Hot Purple #532D5D
Tints of Hot Purple #532D5D
RGB
CMYK
RGB Variations
Color information
#532D5D (or 0x532D5D) is known color: Hot Purple. HEX triplet: 53, 2D and 5D. RGB value is (83,45,93). Sum of RGB (Red+Green+Blue) = 83+45+93=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 45 (17.97% from 255 or 20.36% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 93 - color contains mainly: blue. Hex color #532D5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532D5D is #ACD2A2. Grayscale: #3D3D3D. Windows color (decimal): -11326115 or 6106451. OLE color: 6106451.
HSL color Cylindrical-coordinate representation of color #532D5D: hue angle of 287.5º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #532D5D is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 45 | 93 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.64 |
| HSL | 287.5º | 0.35% | 0.27% | - |
| HSV(B) | 287.5º | 0.52% | 0.36% | - |
| XYZ | 6.48 | 4.51 | 10.88 | - |
| YUV | 61.83 | 145.59 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 45 | 93 | 0.11 | 0.52 | 0 | 0.64 | 287.5 | 0.35 | 0.27 |
| Hex | 53 | 2D | 5D | B | 34 | 0 | 40 | 120 | 23 | 1B |
| Octal | 123 | 55 | 135 | 13 | 64 | 0 | 100 | 440 | 43 | 33 |
| Binary | 1010011 | 101101 | 1011101 | 1011 | 110100 | 0 | 1000000 | 100100000 | 100011 | 11011 |
Color Harmonies of #532D5D
Complementary color
Monochromatic Colors of #532D5D
Black with #532D5D
Text Example
Text Example
White with #532D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532D5D; }
p { color: rgb(83,45,93); }
H1.HeaderClassName
{
color: #532D5D;
}
.AnyTagClassName
{
color: #532D5D;
}
</style>
background-color css
<style>
a { background-color: #532D5D; }
a { background-color: rgb(83,45,93); }
div.DivClassName
{
background-color: #532D5D;
}
.BgClassName
{
background-color: #532D5D;
}
</style>
border-color css
<style>
span { border-color: #532D5D; }
span { border-color: rgb(83,45,93); }
td.TdClassName
{
border-color: #532D5D;
}
.TagClassName
{
border-color: #532D5D;
}
</style>