Shades of Hot Purple #532A58
Tints of Hot Purple #532A58
RGB
CMYK
RGB Variations
Color information
#532A58 (or 0x532A58) is known color: Hot Purple. HEX triplet: 53, 2A and 58. RGB value is (83,42,88). Sum of RGB (Red+Green+Blue) = 83+42+88=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 42 (16.80% from 255 or 19.72% from 213); Blue value is 88 (34.77% from 255 or 41.31% from 213); Max value from RGB is 88 - color contains mainly: blue. Hex color #532A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532A58 is #ACD5A7. Grayscale: #3B3B3B. Windows color (decimal): -11326888 or 5778003. OLE color: 5778003.
HSL color Cylindrical-coordinate representation of color #532A58: hue angle of 293.48º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #532A58 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 42 | 88 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.65 |
| HSL | 293.48º | 0.35% | 0.25% | - |
| HSV(B) | 293.48º | 0.52% | 0.35% | - |
| XYZ | 6.16 | 4.2 | 9.72 | - |
| YUV | 59.5 | 144.08 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 42 | 88 | 0.06 | 0.52 | 0 | 0.65 | 293.48 | 0.35 | 0.25 |
| Hex | 53 | 2A | 58 | 6 | 34 | 0 | 41 | 125 | 23 | 19 |
| Octal | 123 | 52 | 130 | 6 | 64 | 0 | 101 | 445 | 43 | 31 |
| Binary | 1010011 | 101010 | 1011000 | 110 | 110100 | 0 | 1000001 | 100100101 | 100011 | 11001 |
Color Harmonies of #532A58
Complementary color
Monochromatic Colors of #532A58
Black with #532A58
Text Example
Text Example
White with #532A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532A58; }
p { color: rgb(83,42,88); }
H1.HeaderClassName
{
color: #532A58;
}
.AnyTagClassName
{
color: #532A58;
}
</style>
background-color css
<style>
a { background-color: #532A58; }
a { background-color: rgb(83,42,88); }
div.DivClassName
{
background-color: #532A58;
}
.BgClassName
{
background-color: #532A58;
}
</style>
border-color css
<style>
span { border-color: #532A58; }
span { border-color: rgb(83,42,88); }
td.TdClassName
{
border-color: #532A58;
}
.TagClassName
{
border-color: #532A58;
}
</style>