Shades of Hot Purple #55115B
Tints of Hot Purple #55115B
RGB
CMYK
RGB Variations
Color information
#55115B (or 0x55115B) is known color: Hot Purple. HEX triplet: 55, 11 and 5B. RGB value is (85,17,91). Sum of RGB (Red+Green+Blue) = 85+17+91=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 17 (7.03% from 255 or 8.81% from 193); Blue value is 91 (35.94% from 255 or 47.15% from 193); Max value from RGB is 91 - color contains mainly: blue. Hex color #55115B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55115B is #AAEEA4. Grayscale: #2D2D2D. Windows color (decimal): -11202213 or 5968213. OLE color: 5968213.
HSL color Cylindrical-coordinate representation of color #55115B: hue angle of 295.14º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #55115B is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 17 | 91 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.64 |
| HSL | 295.14º | 0.69% | 0.21% | - |
| HSV(B) | 295.14º | 0.81% | 0.36% | - |
| XYZ | 5.84 | 3.09 | 10.19 | - |
| YUV | 45.77 | 153.53 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 17 | 91 | 0.07 | 0.81 | 0 | 0.64 | 295.14 | 0.69 | 0.21 |
| Hex | 55 | 11 | 5B | 7 | 51 | 0 | 40 | 127 | 45 | 15 |
| Octal | 125 | 21 | 133 | 7 | 121 | 0 | 100 | 447 | 105 | 25 |
| Binary | 1010101 | 10001 | 1011011 | 111 | 1010001 | 0 | 1000000 | 100100111 | 1000101 | 10101 |
Color Harmonies of #55115B
Complementary color
Monochromatic Colors of #55115B
Black with #55115B
Text Example
Text Example
White with #55115B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55115B; }
p { color: rgb(85,17,91); }
H1.HeaderClassName
{
color: #55115B;
}
.AnyTagClassName
{
color: #55115B;
}
</style>
background-color css
<style>
a { background-color: #55115B; }
a { background-color: rgb(85,17,91); }
div.DivClassName
{
background-color: #55115B;
}
.BgClassName
{
background-color: #55115B;
}
</style>
border-color css
<style>
span { border-color: #55115B; }
span { border-color: rgb(85,17,91); }
td.TdClassName
{
border-color: #55115B;
}
.TagClassName
{
border-color: #55115B;
}
</style>