Shades of Hot Purple #552555
Tints of Hot Purple #552555
RGB
CMYK
RGB Variations
Color information
#552555 (or 0x552555) is known color: Hot Purple. HEX triplet: 55, 25 and 55. RGB value is (85,37,85). Sum of RGB (Red+Green+Blue) = 85+37+85=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 85 (33.59% from 255 or 41.06% from 207); Max value from RGB is 85 - color contains mainly: red, blue. Hex color #552555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552555 is #AADAAA. Grayscale: #383838. Windows color (decimal): -11197099 or 5580117. OLE color: 5580117.
HSL color Cylindrical-coordinate representation of color #552555: hue angle of 300º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #552555 is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 37 | 85 | - |
| CMYK | 0 | 0.56 | 0 | 0.67 |
| HSL | 300º | 0.39% | 0.24% | - |
| HSV(B) | 300º | 0.56% | 0.33% | - |
| XYZ | 6.05 | 3.91 | 9.03 | - |
| YUV | 56.82 | 143.9 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 37 | 85 | 0 | 0.56 | 0 | 0.67 | 300 | 0.39 | 0.24 |
| Hex | 55 | 25 | 55 | 0 | 38 | 0 | 43 | 12C | 27 | 18 |
| Octal | 125 | 45 | 125 | 0 | 70 | 0 | 103 | 454 | 47 | 30 |
| Binary | 1010101 | 100101 | 1010101 | 0 | 111000 | 0 | 1000011 | 100101100 | 100111 | 11000 |
Color Harmonies of #552555
Complementary color
Monochromatic Colors of #552555
Black with #552555
Text Example
Text Example
White with #552555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552555; }
p { color: rgb(85,37,85); }
H1.HeaderClassName
{
color: #552555;
}
.AnyTagClassName
{
color: #552555;
}
</style>
background-color css
<style>
a { background-color: #552555; }
a { background-color: rgb(85,37,85); }
div.DivClassName
{
background-color: #552555;
}
.BgClassName
{
background-color: #552555;
}
</style>
border-color css
<style>
span { border-color: #552555; }
span { border-color: rgb(85,37,85); }
td.TdClassName
{
border-color: #552555;
}
.TagClassName
{
border-color: #552555;
}
</style>