Shades of Hot Purple #552455
Tints of Hot Purple #552455
RGB
CMYK
RGB Variations
Color information
#552455 (or 0x552455) is known color: Hot Purple. HEX triplet: 55, 24 and 55. RGB value is (85,36,85). Sum of RGB (Red+Green+Blue) = 85+36+85=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 85 (33.59% from 255 or 41.26% from 206); Max value from RGB is 85 - color contains mainly: red, blue. Hex color #552455 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552455 is #AADBAA. Grayscale: #383838. Windows color (decimal): -11197355 or 5579861. OLE color: 5579861.
HSL color Cylindrical-coordinate representation of color #552455: hue angle of 300º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #552455 is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 36 | 85 | - |
| CMYK | 0 | 0.58 | 0 | 0.67 |
| HSL | 300º | 0.4% | 0.24% | - |
| HSV(B) | 300º | 0.58% | 0.33% | - |
| XYZ | 6.02 | 3.85 | 9.02 | - |
| YUV | 56.24 | 144.23 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 36 | 85 | 0 | 0.58 | 0 | 0.67 | 300 | 0.4 | 0.24 |
| Hex | 55 | 24 | 55 | 0 | 3A | 0 | 43 | 12C | 28 | 18 |
| Octal | 125 | 44 | 125 | 0 | 72 | 0 | 103 | 454 | 50 | 30 |
| Binary | 1010101 | 100100 | 1010101 | 0 | 111010 | 0 | 1000011 | 100101100 | 101000 | 11000 |
Color Harmonies of #552455
Complementary color
Monochromatic Colors of #552455
Black with #552455
Text Example
Text Example
White with #552455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552455; }
p { color: rgb(85,36,85); }
H1.HeaderClassName
{
color: #552455;
}
.AnyTagClassName
{
color: #552455;
}
</style>
background-color css
<style>
a { background-color: #552455; }
a { background-color: rgb(85,36,85); }
div.DivClassName
{
background-color: #552455;
}
.BgClassName
{
background-color: #552455;
}
</style>
border-color css
<style>
span { border-color: #552455; }
span { border-color: rgb(85,36,85); }
td.TdClassName
{
border-color: #552455;
}
.TagClassName
{
border-color: #552455;
}
</style>