Shades of Hot Purple #551360
Tints of Hot Purple #551360
RGB
CMYK
RGB Variations
Color information
#551360 (or 0x551360) is known color: Hot Purple. HEX triplet: 55, 13 and 60. RGB value is (85,19,96). Sum of RGB (Red+Green+Blue) = 85+19+96=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 19 (7.81% from 255 or 9.5% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 96 - color contains mainly: blue. Hex color #551360 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551360 is #AAEC9F. Grayscale: #2F2F2F. Windows color (decimal): -11201696 or 6296405. OLE color: 6296405.
HSL color Cylindrical-coordinate representation of color #551360: hue angle of 291.43º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #551360 is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 19 | 96 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.62 |
| HSL | 291.43º | 0.67% | 0.23% | - |
| HSV(B) | 291.43º | 0.8% | 0.38% | - |
| XYZ | 6.09 | 3.24 | 11.37 | - |
| YUV | 47.51 | 155.37 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 19 | 96 | 0.11 | 0.80 | 0 | 0.62 | 291.43 | 0.67 | 0.23 |
| Hex | 55 | 13 | 60 | B | 50 | 0 | 3E | 123 | 43 | 17 |
| Octal | 125 | 23 | 140 | 13 | 120 | 0 | 76 | 443 | 103 | 27 |
| Binary | 1010101 | 10011 | 1100000 | 1011 | 1010000 | 0 | 111110 | 100100011 | 1000011 | 10111 |
Color Harmonies of #551360
Complementary color
Monochromatic Colors of #551360
Black with #551360
Text Example
Text Example
White with #551360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551360; }
p { color: rgb(85,19,96); }
H1.HeaderClassName
{
color: #551360;
}
.AnyTagClassName
{
color: #551360;
}
</style>
background-color css
<style>
a { background-color: #551360; }
a { background-color: rgb(85,19,96); }
div.DivClassName
{
background-color: #551360;
}
.BgClassName
{
background-color: #551360;
}
</style>
border-color css
<style>
span { border-color: #551360; }
span { border-color: rgb(85,19,96); }
td.TdClassName
{
border-color: #551360;
}
.TagClassName
{
border-color: #551360;
}
</style>