Shades of Hot Purple #551B56
Tints of Hot Purple #551B56
RGB
CMYK
RGB Variations
Color information
#551B56 (or 0x551B56) is known color: Hot Purple. HEX triplet: 55, 1B and 56. RGB value is (85,27,86). Sum of RGB (Red+Green+Blue) = 85+27+86=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 27 (10.94% from 255 or 13.64% from 198); Blue value is 86 (33.98% from 255 or 43.43% from 198); Max value from RGB is 86 - color contains mainly: blue. Hex color #551B56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551B56 is #AAE4A9. Grayscale: #323232. Windows color (decimal): -11199658 or 5643093. OLE color: 5643093.
HSL color Cylindrical-coordinate representation of color #551B56: hue angle of 298.98º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #551B56 is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 27 | 86 | - |
| CMYK | 0.01 | 0.69 | 0 | 0.66 |
| HSL | 298.98º | 0.52% | 0.22% | - |
| HSV(B) | 298.98º | 0.69% | 0.34% | - |
| XYZ | 5.82 | 3.39 | 9.15 | - |
| YUV | 51.07 | 147.72 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 27 | 86 | 0.01 | 0.69 | 0 | 0.66 | 298.98 | 0.52 | 0.22 |
| Hex | 55 | 1B | 56 | 1 | 45 | 0 | 42 | 12B | 34 | 16 |
| Octal | 125 | 33 | 126 | 1 | 105 | 0 | 102 | 453 | 64 | 26 |
| Binary | 1010101 | 11011 | 1010110 | 1 | 1000101 | 0 | 1000010 | 100101011 | 110100 | 10110 |
Color Harmonies of #551B56
Complementary color
Monochromatic Colors of #551B56
Black with #551B56
Text Example
Text Example
White with #551B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551B56; }
p { color: rgb(85,27,86); }
H1.HeaderClassName
{
color: #551B56;
}
.AnyTagClassName
{
color: #551B56;
}
</style>
background-color css
<style>
a { background-color: #551B56; }
a { background-color: rgb(85,27,86); }
div.DivClassName
{
background-color: #551B56;
}
.BgClassName
{
background-color: #551B56;
}
</style>
border-color css
<style>
span { border-color: #551B56; }
span { border-color: rgb(85,27,86); }
td.TdClassName
{
border-color: #551B56;
}
.TagClassName
{
border-color: #551B56;
}
</style>