Shades of Hot Purple #552853
Tints of Hot Purple #552853
RGB
CMYK
RGB Variations
Color information
#552853 (or 0x552853) is known color: Hot Purple. HEX triplet: 55, 28 and 53. RGB value is (85,40,83). Sum of RGB (Red+Green+Blue) = 85+40+83=208 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.87% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 83 (32.81% from 255 or 39.90% from 208); Max value from RGB is 85 - color contains mainly: red. Hex color #552853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552853 is #AAD7AC. Grayscale: #3A3A3A. Windows color (decimal): -11196333 or 5449813. OLE color: 5449813.
HSL color Cylindrical-coordinate representation of color #552853: hue angle of 302.67º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #552853 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 40 | 83 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.67 |
| HSL | 302.67º | 0.36% | 0.25% | - |
| HSV(B) | 302.67º | 0.53% | 0.33% | - |
| XYZ | 6.07 | 4.07 | 8.65 | - |
| YUV | 58.36 | 141.91 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 40 | 83 | 0 | 0.53 | 0.02 | 0.67 | 302.67 | 0.36 | 0.25 |
| Hex | 55 | 28 | 53 | 0 | 35 | 2 | 43 | 12F | 24 | 19 |
| Octal | 125 | 50 | 123 | 0 | 65 | 2 | 103 | 457 | 44 | 31 |
| Binary | 1010101 | 101000 | 1010011 | 0 | 110101 | 10 | 1000011 | 100101111 | 100100 | 11001 |
Color Harmonies of #552853
Complementary color
Monochromatic Colors of #552853
Black with #552853
Text Example
Text Example
White with #552853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552853; }
p { color: rgb(85,40,83); }
H1.HeaderClassName
{
color: #552853;
}
.AnyTagClassName
{
color: #552853;
}
</style>
background-color css
<style>
a { background-color: #552853; }
a { background-color: rgb(85,40,83); }
div.DivClassName
{
background-color: #552853;
}
.BgClassName
{
background-color: #552853;
}
</style>
border-color css
<style>
span { border-color: #552853; }
span { border-color: rgb(85,40,83); }
td.TdClassName
{
border-color: #552853;
}
.TagClassName
{
border-color: #552853;
}
</style>