Shades of Hot Purple #551255
Tints of Hot Purple #551255
RGB
CMYK
RGB Variations
Color information
#551255 (or 0x551255) is known color: Hot Purple. HEX triplet: 55, 12 and 55. RGB value is (85,18,85). Sum of RGB (Red+Green+Blue) = 85+18+85=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 18 (7.42% from 255 or 9.57% from 188); Blue value is 85 (33.59% from 255 or 45.21% from 188); Max value from RGB is 85 - color contains mainly: red, blue. Hex color #551255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551255 is #AAEDAA. Grayscale: #2D2D2D. Windows color (decimal): -11201963 or 5575253. OLE color: 5575253.
HSL color Cylindrical-coordinate representation of color #551255: hue angle of 300º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #551255 is Cyan = 0, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 18 | 85 | - |
| CMYK | 0 | 0.79 | 0 | 0.67 |
| HSL | 300º | 0.65% | 0.2% | - |
| HSV(B) | 300º | 0.79% | 0.33% | - |
| XYZ | 5.6 | 3.02 | 8.88 | - |
| YUV | 45.67 | 150.2 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 18 | 85 | 0 | 0.79 | 0 | 0.67 | 300 | 0.65 | 0.2 |
| Hex | 55 | 12 | 55 | 0 | 4F | 0 | 43 | 12C | 41 | 14 |
| Octal | 125 | 22 | 125 | 0 | 117 | 0 | 103 | 454 | 101 | 24 |
| Binary | 1010101 | 10010 | 1010101 | 0 | 1001111 | 0 | 1000011 | 100101100 | 1000001 | 10100 |
Color Harmonies of #551255
Complementary color
Monochromatic Colors of #551255
Black with #551255
Text Example
Text Example
White with #551255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551255; }
p { color: rgb(85,18,85); }
H1.HeaderClassName
{
color: #551255;
}
.AnyTagClassName
{
color: #551255;
}
</style>
background-color css
<style>
a { background-color: #551255; }
a { background-color: rgb(85,18,85); }
div.DivClassName
{
background-color: #551255;
}
.BgClassName
{
background-color: #551255;
}
</style>
border-color css
<style>
span { border-color: #551255; }
span { border-color: rgb(85,18,85); }
td.TdClassName
{
border-color: #551255;
}
.TagClassName
{
border-color: #551255;
}
</style>