Shades of Hot Purple #551555
Tints of Hot Purple #551555
RGB
CMYK
RGB Variations
Color information
#551555 (or 0x551555) is known color: Hot Purple. HEX triplet: 55, 15 and 55. RGB value is (85,21,85). Sum of RGB (Red+Green+Blue) = 85+21+85=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 85 - color contains mainly: red, blue. Hex color #551555 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551555 is #AAEAAA. Grayscale: #2F2F2F. Windows color (decimal): -11201195 or 5576021. OLE color: 5576021.
HSL color Cylindrical-coordinate representation of color #551555: hue angle of 300º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #551555 is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 21 | 85 | - |
| CMYK | 0 | 0.75 | 0 | 0.67 |
| HSL | 300º | 0.6% | 0.21% | - |
| HSV(B) | 300º | 0.75% | 0.33% | - |
| XYZ | 5.65 | 3.12 | 8.9 | - |
| YUV | 47.43 | 149.2 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 21 | 85 | 0 | 0.75 | 0 | 0.67 | 300 | 0.6 | 0.21 |
| Hex | 55 | 15 | 55 | 0 | 4B | 0 | 43 | 12C | 3C | 15 |
| Octal | 125 | 25 | 125 | 0 | 113 | 0 | 103 | 454 | 74 | 25 |
| Binary | 1010101 | 10101 | 1010101 | 0 | 1001011 | 0 | 1000011 | 100101100 | 111100 | 10101 |
Color Harmonies of #551555
Complementary color
Monochromatic Colors of #551555
Black with #551555
Text Example
Text Example
White with #551555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551555; }
p { color: rgb(85,21,85); }
H1.HeaderClassName
{
color: #551555;
}
.AnyTagClassName
{
color: #551555;
}
</style>
background-color css
<style>
a { background-color: #551555; }
a { background-color: rgb(85,21,85); }
div.DivClassName
{
background-color: #551555;
}
.BgClassName
{
background-color: #551555;
}
</style>
border-color css
<style>
span { border-color: #551555; }
span { border-color: rgb(85,21,85); }
td.TdClassName
{
border-color: #551555;
}
.TagClassName
{
border-color: #551555;
}
</style>