Shades of Hot Purple #532355
Tints of Hot Purple #532355
RGB
CMYK
RGB Variations
Color information
#532355 (or 0x532355) is known color: Hot Purple. HEX triplet: 53, 23 and 55. RGB value is (83,35,85). Sum of RGB (Red+Green+Blue) = 83+35+85=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 85 - color contains mainly: blue. Hex color #532355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532355 is #ACDCAA. Grayscale: #363636. Windows color (decimal): -11328683 or 5579603. OLE color: 5579603.
HSL color Cylindrical-coordinate representation of color #532355: hue angle of 297.6º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #532355 is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 35 | 85 | - |
| CMYK | 0.02 | 0.59 | 0 | 0.67 |
| HSL | 297.6º | 0.42% | 0.24% | - |
| HSV(B) | 297.6º | 0.59% | 0.33% | - |
| XYZ | 5.81 | 3.7 | 9 | - |
| YUV | 55.05 | 144.9 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 35 | 85 | 0.02 | 0.59 | 0 | 0.67 | 297.6 | 0.42 | 0.24 |
| Hex | 53 | 23 | 55 | 2 | 3B | 0 | 43 | 12A | 2A | 18 |
| Octal | 123 | 43 | 125 | 2 | 73 | 0 | 103 | 452 | 52 | 30 |
| Binary | 1010011 | 100011 | 1010101 | 10 | 111011 | 0 | 1000011 | 100101010 | 101010 | 11000 |
Color Harmonies of #532355
Complementary color
Monochromatic Colors of #532355
Black with #532355
Text Example
Text Example
White with #532355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532355; }
p { color: rgb(83,35,85); }
H1.HeaderClassName
{
color: #532355;
}
.AnyTagClassName
{
color: #532355;
}
</style>
background-color css
<style>
a { background-color: #532355; }
a { background-color: rgb(83,35,85); }
div.DivClassName
{
background-color: #532355;
}
.BgClassName
{
background-color: #532355;
}
</style>
border-color css
<style>
span { border-color: #532355; }
span { border-color: rgb(83,35,85); }
td.TdClassName
{
border-color: #532355;
}
.TagClassName
{
border-color: #532355;
}
</style>