Shades of Hot Purple #550F5B
Tints of Hot Purple #550F5B
RGB
CMYK
RGB Variations
Color information
#550F5B (or 0x550F5B) is known color: Hot Purple. HEX triplet: 55, 0F and 5B. RGB value is (85,15,91). Sum of RGB (Red+Green+Blue) = 85+15+91=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 15 (6.25% from 255 or 7.85% from 191); Blue value is 91 (35.94% from 255 or 47.64% from 191); Max value from RGB is 91 - color contains mainly: blue. Hex color #550F5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550F5B is #AAF0A4. Grayscale: #2C2C2C. Windows color (decimal): -11202725 or 5967701. OLE color: 5967701.
HSL color Cylindrical-coordinate representation of color #550F5B: hue angle of 295.26º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #550F5B is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 15 | 91 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.64 |
| HSL | 295.26º | 0.72% | 0.21% | - |
| HSV(B) | 295.26º | 0.84% | 0.36% | - |
| XYZ | 5.81 | 3.03 | 10.18 | - |
| YUV | 44.59 | 154.19 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 15 | 91 | 0.07 | 0.84 | 0 | 0.64 | 295.26 | 0.72 | 0.21 |
| Hex | 55 | F | 5B | 7 | 54 | 0 | 40 | 127 | 48 | 15 |
| Octal | 125 | 17 | 133 | 7 | 124 | 0 | 100 | 447 | 110 | 25 |
| Binary | 1010101 | 1111 | 1011011 | 111 | 1010100 | 0 | 1000000 | 100100111 | 1001000 | 10101 |
Color Harmonies of #550F5B
Complementary color
Monochromatic Colors of #550F5B
Black with #550F5B
Text Example
Text Example
White with #550F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550F5B; }
p { color: rgb(85,15,91); }
H1.HeaderClassName
{
color: #550F5B;
}
.AnyTagClassName
{
color: #550F5B;
}
</style>
background-color css
<style>
a { background-color: #550F5B; }
a { background-color: rgb(85,15,91); }
div.DivClassName
{
background-color: #550F5B;
}
.BgClassName
{
background-color: #550F5B;
}
</style>
border-color css
<style>
span { border-color: #550F5B; }
span { border-color: rgb(85,15,91); }
td.TdClassName
{
border-color: #550F5B;
}
.TagClassName
{
border-color: #550F5B;
}
</style>