Shades of Hot Purple #55155C
Tints of Hot Purple #55155C
RGB
CMYK
RGB Variations
Color information
#55155C (or 0x55155C) is known color: Hot Purple. HEX triplet: 55, 15 and 5C. RGB value is (85,21,92). Sum of RGB (Red+Green+Blue) = 85+21+92=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 92 - color contains mainly: blue. Hex color #55155C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55155C is #AAEAA3. Grayscale: #303030. Windows color (decimal): -11201188 or 6034773. OLE color: 6034773.
HSL color Cylindrical-coordinate representation of color #55155C: hue angle of 294.08º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #55155C is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 21 | 92 | - |
| CMYK | 0.08 | 0.77 | 0 | 0.64 |
| HSL | 294.08º | 0.63% | 0.22% | - |
| HSV(B) | 294.08º | 0.77% | 0.36% | - |
| XYZ | 5.95 | 3.24 | 10.44 | - |
| YUV | 48.23 | 152.7 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 21 | 92 | 0.08 | 0.77 | 0 | 0.64 | 294.08 | 0.63 | 0.22 |
| Hex | 55 | 15 | 5C | 8 | 4D | 0 | 40 | 126 | 3F | 16 |
| Octal | 125 | 25 | 134 | 10 | 115 | 0 | 100 | 446 | 77 | 26 |
| Binary | 1010101 | 10101 | 1011100 | 1000 | 1001101 | 0 | 1000000 | 100100110 | 111111 | 10110 |
Color Harmonies of #55155C
Complementary color
Monochromatic Colors of #55155C
Black with #55155C
Text Example
Text Example
White with #55155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55155C; }
p { color: rgb(85,21,92); }
H1.HeaderClassName
{
color: #55155C;
}
.AnyTagClassName
{
color: #55155C;
}
</style>
background-color css
<style>
a { background-color: #55155C; }
a { background-color: rgb(85,21,92); }
div.DivClassName
{
background-color: #55155C;
}
.BgClassName
{
background-color: #55155C;
}
</style>
border-color css
<style>
span { border-color: #55155C; }
span { border-color: rgb(85,21,92); }
td.TdClassName
{
border-color: #55155C;
}
.TagClassName
{
border-color: #55155C;
}
</style>