Shades of Hot Purple #55375D
Tints of Hot Purple #55375D
RGB
CMYK
RGB Variations
Color information
#55375D (or 0x55375D) is known color: Hot Purple. HEX triplet: 55, 37 and 5D. RGB value is (85,55,93). Sum of RGB (Red+Green+Blue) = 85+55+93=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 93 - color contains mainly: blue. Hex color #55375D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55375D is #AAC8A2. Grayscale: #444444. Windows color (decimal): -11192483 or 6109013. OLE color: 6109013.
HSL color Cylindrical-coordinate representation of color #55375D: hue angle of 287.37º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55375D is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 55 | 93 | - |
| CMYK | 0.09 | 0.41 | 0 | 0.64 |
| HSL | 287.37º | 0.26% | 0.29% | - |
| HSV(B) | 287.37º | 0.41% | 0.36% | - |
| XYZ | 7.09 | 5.45 | 11.04 | - |
| YUV | 68.3 | 141.94 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 55 | 93 | 0.09 | 0.41 | 0 | 0.64 | 287.37 | 0.26 | 0.29 |
| Hex | 55 | 37 | 5D | 9 | 29 | 0 | 40 | 11F | 1A | 1D |
| Octal | 125 | 67 | 135 | 11 | 51 | 0 | 100 | 437 | 32 | 35 |
| Binary | 1010101 | 110111 | 1011101 | 1001 | 101001 | 0 | 1000000 | 100011111 | 11010 | 11101 |
Color Harmonies of #55375D
Complementary color
Monochromatic Colors of #55375D
Black with #55375D
Text Example
Text Example
White with #55375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55375D; }
p { color: rgb(85,55,93); }
H1.HeaderClassName
{
color: #55375D;
}
.AnyTagClassName
{
color: #55375D;
}
</style>
background-color css
<style>
a { background-color: #55375D; }
a { background-color: rgb(85,55,93); }
div.DivClassName
{
background-color: #55375D;
}
.BgClassName
{
background-color: #55375D;
}
</style>
border-color css
<style>
span { border-color: #55375D; }
span { border-color: rgb(85,55,93); }
td.TdClassName
{
border-color: #55375D;
}
.TagClassName
{
border-color: #55375D;
}
</style>