Shades of Hot Purple #551355
Tints of Hot Purple #551355
RGB
CMYK
RGB Variations
Color information
#551355 (or 0x551355) is known color: Hot Purple. HEX triplet: 55, 13 and 55. RGB value is (85,19,85). Sum of RGB (Red+Green+Blue) = 85+19+85=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 85 (33.59% from 255 or 44.97% from 189); Max value from RGB is 85 - color contains mainly: red, blue. Hex color #551355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551355 is #AAECAA. Grayscale: #2E2E2E. Windows color (decimal): -11201707 or 5575509. OLE color: 5575509.
HSL color Cylindrical-coordinate representation of color #551355: hue angle of 300º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #551355 is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 19 | 85 | - |
| CMYK | 0 | 0.78 | 0 | 0.67 |
| HSL | 300º | 0.63% | 0.2% | - |
| HSV(B) | 300º | 0.78% | 0.33% | - |
| XYZ | 5.62 | 3.05 | 8.89 | - |
| YUV | 46.26 | 149.87 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 19 | 85 | 0 | 0.78 | 0 | 0.67 | 300 | 0.63 | 0.2 |
| Hex | 55 | 13 | 55 | 0 | 4E | 0 | 43 | 12C | 3F | 14 |
| Octal | 125 | 23 | 125 | 0 | 116 | 0 | 103 | 454 | 77 | 24 |
| Binary | 1010101 | 10011 | 1010101 | 0 | 1001110 | 0 | 1000011 | 100101100 | 111111 | 10100 |
Color Harmonies of #551355
Complementary color
Monochromatic Colors of #551355
Black with #551355
Text Example
Text Example
White with #551355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551355; }
p { color: rgb(85,19,85); }
H1.HeaderClassName
{
color: #551355;
}
.AnyTagClassName
{
color: #551355;
}
</style>
background-color css
<style>
a { background-color: #551355; }
a { background-color: rgb(85,19,85); }
div.DivClassName
{
background-color: #551355;
}
.BgClassName
{
background-color: #551355;
}
</style>
border-color css
<style>
span { border-color: #551355; }
span { border-color: rgb(85,19,85); }
td.TdClassName
{
border-color: #551355;
}
.TagClassName
{
border-color: #551355;
}
</style>