Shades of Hot Purple #55115C
Tints of Hot Purple #55115C
RGB
CMYK
RGB Variations
Color information
#55115C (or 0x55115C) is known color: Hot Purple. HEX triplet: 55, 11 and 5C. RGB value is (85,17,92). Sum of RGB (Red+Green+Blue) = 85+17+92=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 92 (36.33% from 255 or 47.42% from 194); Max value from RGB is 92 - color contains mainly: blue. Hex color #55115C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55115C is #AAEEA3. Grayscale: #2D2D2D. Windows color (decimal): -11202212 or 6033749. OLE color: 6033749.
HSL color Cylindrical-coordinate representation of color #55115C: hue angle of 294.4º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #55115C is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 17 | 92 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.64 |
| HSL | 294.4º | 0.69% | 0.21% | - |
| HSV(B) | 294.4º | 0.82% | 0.36% | - |
| XYZ | 5.88 | 3.1 | 10.41 | - |
| YUV | 45.88 | 154.03 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 17 | 92 | 0.08 | 0.82 | 0 | 0.64 | 294.4 | 0.69 | 0.21 |
| Hex | 55 | 11 | 5C | 8 | 52 | 0 | 40 | 126 | 45 | 15 |
| Octal | 125 | 21 | 134 | 10 | 122 | 0 | 100 | 446 | 105 | 25 |
| Binary | 1010101 | 10001 | 1011100 | 1000 | 1010010 | 0 | 1000000 | 100100110 | 1000101 | 10101 |
Color Harmonies of #55115C
Complementary color
Monochromatic Colors of #55115C
Black with #55115C
Text Example
Text Example
White with #55115C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55115C; }
p { color: rgb(85,17,92); }
H1.HeaderClassName
{
color: #55115C;
}
.AnyTagClassName
{
color: #55115C;
}
</style>
background-color css
<style>
a { background-color: #55115C; }
a { background-color: rgb(85,17,92); }
div.DivClassName
{
background-color: #55115C;
}
.BgClassName
{
background-color: #55115C;
}
</style>
border-color css
<style>
span { border-color: #55115C; }
span { border-color: rgb(85,17,92); }
td.TdClassName
{
border-color: #55115C;
}
.TagClassName
{
border-color: #55115C;
}
</style>