Shades of Hot Purple #550F56
Tints of Hot Purple #550F56
RGB
CMYK
RGB Variations
Color information
#550F56 (or 0x550F56) is known color: Hot Purple. HEX triplet: 55, 0F and 56. RGB value is (85,15,86). Sum of RGB (Red+Green+Blue) = 85+15+86=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 15 (6.25% from 255 or 8.06% from 186); Blue value is 86 (33.98% from 255 or 46.24% from 186); Max value from RGB is 86 - color contains mainly: blue. Hex color #550F56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550F56 is #AAF0A9. Grayscale: #2B2B2B. Windows color (decimal): -11202730 or 5640021. OLE color: 5640021.
HSL color Cylindrical-coordinate representation of color #550F56: hue angle of 299.15º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #550F56 is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 15 | 86 | - |
| CMYK | 0.01 | 0.83 | 0 | 0.66 |
| HSL | 299.15º | 0.7% | 0.2% | - |
| HSV(B) | 299.15º | 0.83% | 0.34% | - |
| XYZ | 5.6 | 2.94 | 9.08 | - |
| YUV | 44.02 | 151.69 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 15 | 86 | 0.01 | 0.83 | 0 | 0.66 | 299.15 | 0.7 | 0.2 |
| Hex | 55 | F | 56 | 1 | 53 | 0 | 42 | 12B | 46 | 14 |
| Octal | 125 | 17 | 126 | 1 | 123 | 0 | 102 | 453 | 106 | 24 |
| Binary | 1010101 | 1111 | 1010110 | 1 | 1010011 | 0 | 1000010 | 100101011 | 1000110 | 10100 |
Color Harmonies of #550F56
Complementary color
Monochromatic Colors of #550F56
Black with #550F56
Text Example
Text Example
White with #550F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550F56; }
p { color: rgb(85,15,86); }
H1.HeaderClassName
{
color: #550F56;
}
.AnyTagClassName
{
color: #550F56;
}
</style>
background-color css
<style>
a { background-color: #550F56; }
a { background-color: rgb(85,15,86); }
div.DivClassName
{
background-color: #550F56;
}
.BgClassName
{
background-color: #550F56;
}
</style>
border-color css
<style>
span { border-color: #550F56; }
span { border-color: rgb(85,15,86); }
td.TdClassName
{
border-color: #550F56;
}
.TagClassName
{
border-color: #550F56;
}
</style>