Shades of Hot Purple #532853
Tints of Hot Purple #532853
RGB
CMYK
RGB Variations
Color information
#532853 (or 0x532853) is known color: Hot Purple. HEX triplet: 53, 28 and 53. RGB value is (83,40,83). Sum of RGB (Red+Green+Blue) = 83+40+83=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 83 - color contains mainly: red, blue. Hex color #532853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532853 is #ACD7AC. Grayscale: #393939. Windows color (decimal): -11327405 or 5449811. OLE color: 5449811.
HSL color Cylindrical-coordinate representation of color #532853: hue angle of 300º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #532853 is Cyan = 0, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 40 | 83 | - |
| CMYK | 0 | 0.52 | 0 | 0.67 |
| HSL | 300º | 0.35% | 0.24% | - |
| HSV(B) | 300º | 0.52% | 0.33% | - |
| XYZ | 5.89 | 3.98 | 8.64 | - |
| YUV | 57.76 | 142.25 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 40 | 83 | 0 | 0.52 | 0 | 0.67 | 300 | 0.35 | 0.24 |
| Hex | 53 | 28 | 53 | 0 | 34 | 0 | 43 | 12C | 23 | 18 |
| Octal | 123 | 50 | 123 | 0 | 64 | 0 | 103 | 454 | 43 | 30 |
| Binary | 1010011 | 101000 | 1010011 | 0 | 110100 | 0 | 1000011 | 100101100 | 100011 | 11000 |
Color Harmonies of #532853
Complementary color
Monochromatic Colors of #532853
Black with #532853
Text Example
Text Example
White with #532853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532853; }
p { color: rgb(83,40,83); }
H1.HeaderClassName
{
color: #532853;
}
.AnyTagClassName
{
color: #532853;
}
</style>
background-color css
<style>
a { background-color: #532853; }
a { background-color: rgb(83,40,83); }
div.DivClassName
{
background-color: #532853;
}
.BgClassName
{
background-color: #532853;
}
</style>
border-color css
<style>
span { border-color: #532853; }
span { border-color: rgb(83,40,83); }
td.TdClassName
{
border-color: #532853;
}
.TagClassName
{
border-color: #532853;
}
</style>