Shades of Hot Purple #552C5A
Tints of Hot Purple #552C5A
RGB
CMYK
RGB Variations
Color information
#552C5A (or 0x552C5A) is known color: Hot Purple. HEX triplet: 55, 2C and 5A. RGB value is (85,44,90). Sum of RGB (Red+Green+Blue) = 85+44+90=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 44 (17.58% from 255 or 20.09% from 219); Blue value is 90 (35.55% from 255 or 41.10% from 219); Max value from RGB is 90 - color contains mainly: blue. Hex color #552C5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552C5A is #AAD3A5. Grayscale: #3D3D3D. Windows color (decimal): -11195302 or 5909589. OLE color: 5909589.
HSL color Cylindrical-coordinate representation of color #552C5A: hue angle of 293.48º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #552C5A is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 44 | 90 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.65 |
| HSL | 293.48º | 0.34% | 0.26% | - |
| HSV(B) | 293.48º | 0.51% | 0.35% | - |
| XYZ | 6.49 | 4.47 | 10.19 | - |
| YUV | 61.5 | 144.08 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 44 | 90 | 0.06 | 0.51 | 0 | 0.65 | 293.48 | 0.34 | 0.26 |
| Hex | 55 | 2C | 5A | 6 | 33 | 0 | 41 | 125 | 22 | 1A |
| Octal | 125 | 54 | 132 | 6 | 63 | 0 | 101 | 445 | 42 | 32 |
| Binary | 1010101 | 101100 | 1011010 | 110 | 110011 | 0 | 1000001 | 100100101 | 100010 | 11010 |
Color Harmonies of #552C5A
Complementary color
Monochromatic Colors of #552C5A
Black with #552C5A
Text Example
Text Example
White with #552C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552C5A; }
p { color: rgb(85,44,90); }
H1.HeaderClassName
{
color: #552C5A;
}
.AnyTagClassName
{
color: #552C5A;
}
</style>
background-color css
<style>
a { background-color: #552C5A; }
a { background-color: rgb(85,44,90); }
div.DivClassName
{
background-color: #552C5A;
}
.BgClassName
{
background-color: #552C5A;
}
</style>
border-color css
<style>
span { border-color: #552C5A; }
span { border-color: rgb(85,44,90); }
td.TdClassName
{
border-color: #552C5A;
}
.TagClassName
{
border-color: #552C5A;
}
</style>