Shades of Hot Purple #532852
Tints of Hot Purple #532852
RGB
CMYK
RGB Variations
Color information
#532852 (or 0x532852) is known color: Hot Purple. HEX triplet: 53, 28 and 52. RGB value is (83,40,82). Sum of RGB (Red+Green+Blue) = 83+40+82=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 82 (32.42% from 255 or 40% from 205); Max value from RGB is 83 - color contains mainly: red. Hex color #532852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532852 is #ACD7AD. Grayscale: #393939. Windows color (decimal): -11327406 or 5384275. OLE color: 5384275.
HSL color Cylindrical-coordinate representation of color #532852: hue angle of 301.4º 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 #532852 is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 40 | 82 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.67 |
| HSL | 301.4º | 0.35% | 0.24% | - |
| HSV(B) | 301.4º | 0.52% | 0.33% | - |
| XYZ | 5.85 | 3.97 | 8.44 | - |
| YUV | 57.65 | 141.75 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 40 | 82 | 0 | 0.52 | 0.01 | 0.67 | 301.4 | 0.35 | 0.24 |
| Hex | 53 | 28 | 52 | 0 | 34 | 1 | 43 | 12D | 23 | 18 |
| Octal | 123 | 50 | 122 | 0 | 64 | 1 | 103 | 455 | 43 | 30 |
| Binary | 1010011 | 101000 | 1010010 | 0 | 110100 | 1 | 1000011 | 100101101 | 100011 | 11000 |
Color Harmonies of #532852
Complementary color
Monochromatic Colors of #532852
Black with #532852
Text Example
Text Example
White with #532852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532852; }
p { color: rgb(83,40,82); }
H1.HeaderClassName
{
color: #532852;
}
.AnyTagClassName
{
color: #532852;
}
</style>
background-color css
<style>
a { background-color: #532852; }
a { background-color: rgb(83,40,82); }
div.DivClassName
{
background-color: #532852;
}
.BgClassName
{
background-color: #532852;
}
</style>
border-color css
<style>
span { border-color: #532852; }
span { border-color: rgb(83,40,82); }
td.TdClassName
{
border-color: #532852;
}
.TagClassName
{
border-color: #532852;
}
</style>