Shades of Hot Purple #552D53
Tints of Hot Purple #552D53
RGB
CMYK
RGB Variations
Color information
#552D53 (or 0x552D53) is known color: Hot Purple. HEX triplet: 55, 2D and 53. RGB value is (85,45,83). Sum of RGB (Red+Green+Blue) = 85+45+83=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 45 (17.97% from 255 or 21.13% from 213); Blue value is 83 (32.81% from 255 or 38.97% from 213); Max value from RGB is 85 - color contains mainly: red. Hex color #552D53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552D53 is #AAD2AC. Grayscale: #3D3D3D. Windows color (decimal): -11195053 or 5451093. OLE color: 5451093.
HSL color Cylindrical-coordinate representation of color #552D53: hue angle of 303º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #552D53 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 45 | 83 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.67 |
| HSL | 303º | 0.31% | 0.25% | - |
| HSV(B) | 303º | 0.47% | 0.33% | - |
| XYZ | 6.25 | 4.43 | 8.71 | - |
| YUV | 61.29 | 140.25 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 45 | 83 | 0 | 0.47 | 0.02 | 0.67 | 303 | 0.31 | 0.25 |
| Hex | 55 | 2D | 53 | 0 | 2F | 2 | 43 | 12F | 1F | 19 |
| Octal | 125 | 55 | 123 | 0 | 57 | 2 | 103 | 457 | 37 | 31 |
| Binary | 1010101 | 101101 | 1010011 | 0 | 101111 | 10 | 1000011 | 100101111 | 11111 | 11001 |
Color Harmonies of #552D53
Complementary color
Monochromatic Colors of #552D53
Black with #552D53
Text Example
Text Example
White with #552D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552D53; }
p { color: rgb(85,45,83); }
H1.HeaderClassName
{
color: #552D53;
}
.AnyTagClassName
{
color: #552D53;
}
</style>
background-color css
<style>
a { background-color: #552D53; }
a { background-color: rgb(85,45,83); }
div.DivClassName
{
background-color: #552D53;
}
.BgClassName
{
background-color: #552D53;
}
</style>
border-color css
<style>
span { border-color: #552D53; }
span { border-color: rgb(85,45,83); }
td.TdClassName
{
border-color: #552D53;
}
.TagClassName
{
border-color: #552D53;
}
</style>