Shades of Hot Purple #551856
Tints of Hot Purple #551856
RGB
CMYK
RGB Variations
Color information
#551856 (or 0x551856) is known color: Hot Purple. HEX triplet: 55, 18 and 56. RGB value is (85,24,86). Sum of RGB (Red+Green+Blue) = 85+24+86=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 24 (9.77% from 255 or 12.31% from 195); Blue value is 86 (33.98% from 255 or 44.10% from 195); Max value from RGB is 86 - color contains mainly: blue. Hex color #551856 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551856 is #AAE7A9. Grayscale: #313131. Windows color (decimal): -11200426 or 5642325. OLE color: 5642325.
HSL color Cylindrical-coordinate representation of color #551856: hue angle of 299.03º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #551856 is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 24 | 86 | - |
| CMYK | 0.01 | 0.72 | 0 | 0.66 |
| HSL | 299.03º | 0.56% | 0.22% | - |
| HSV(B) | 299.03º | 0.72% | 0.34% | - |
| XYZ | 5.75 | 3.26 | 9.13 | - |
| YUV | 49.31 | 148.71 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 24 | 86 | 0.01 | 0.72 | 0 | 0.66 | 299.03 | 0.56 | 0.22 |
| Hex | 55 | 18 | 56 | 1 | 48 | 0 | 42 | 12B | 38 | 16 |
| Octal | 125 | 30 | 126 | 1 | 110 | 0 | 102 | 453 | 70 | 26 |
| Binary | 1010101 | 11000 | 1010110 | 1 | 1001000 | 0 | 1000010 | 100101011 | 111000 | 10110 |
Color Harmonies of #551856
Complementary color
Monochromatic Colors of #551856
Black with #551856
Text Example
Text Example
White with #551856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551856; }
p { color: rgb(85,24,86); }
H1.HeaderClassName
{
color: #551856;
}
.AnyTagClassName
{
color: #551856;
}
</style>
background-color css
<style>
a { background-color: #551856; }
a { background-color: rgb(85,24,86); }
div.DivClassName
{
background-color: #551856;
}
.BgClassName
{
background-color: #551856;
}
</style>
border-color css
<style>
span { border-color: #551856; }
span { border-color: rgb(85,24,86); }
td.TdClassName
{
border-color: #551856;
}
.TagClassName
{
border-color: #551856;
}
</style>