Shades of Hot Purple #552352
Tints of Hot Purple #552352
RGB
CMYK
RGB Variations
Color information
#552352 (or 0x552352) is known color: Hot Purple. HEX triplet: 55, 23 and 52. RGB value is (85,35,82). Sum of RGB (Red+Green+Blue) = 85+35+82=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 82 (32.42% from 255 or 40.59% from 202); Max value from RGB is 85 - color contains mainly: red. Hex color #552352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552352 is #AADCAD. Grayscale: #373737. Windows color (decimal): -11197614 or 5382997. OLE color: 5382997.
HSL color Cylindrical-coordinate representation of color #552352: hue angle of 303.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 #552352 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 35 | 82 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.67 |
| HSL | 303.6º | 0.42% | 0.24% | - |
| HSV(B) | 303.6º | 0.59% | 0.33% | - |
| XYZ | 5.87 | 3.74 | 8.4 | - |
| YUV | 55.31 | 143.07 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 35 | 82 | 0 | 0.59 | 0.04 | 0.67 | 303.6 | 0.42 | 0.24 |
| Hex | 55 | 23 | 52 | 0 | 3B | 4 | 43 | 130 | 2A | 18 |
| Octal | 125 | 43 | 122 | 0 | 73 | 4 | 103 | 460 | 52 | 30 |
| Binary | 1010101 | 100011 | 1010010 | 0 | 111011 | 100 | 1000011 | 100110000 | 101010 | 11000 |
Color Harmonies of #552352
Complementary color
Monochromatic Colors of #552352
Black with #552352
Text Example
Text Example
White with #552352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552352; }
p { color: rgb(85,35,82); }
H1.HeaderClassName
{
color: #552352;
}
.AnyTagClassName
{
color: #552352;
}
</style>
background-color css
<style>
a { background-color: #552352; }
a { background-color: rgb(85,35,82); }
div.DivClassName
{
background-color: #552352;
}
.BgClassName
{
background-color: #552352;
}
</style>
border-color css
<style>
span { border-color: #552352; }
span { border-color: rgb(85,35,82); }
td.TdClassName
{
border-color: #552352;
}
.TagClassName
{
border-color: #552352;
}
</style>