Shades of Hot Purple #55075D
Tints of Hot Purple #55075D
RGB
CMYK
RGB Variations
Color information
#55075D (or 0x55075D) is known color: Hot Purple. HEX triplet: 55, 07 and 5D. RGB value is (85,7,93). Sum of RGB (Red+Green+Blue) = 85+7+93=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 7 (3.12% from 255 or 3.78% from 185); Blue value is 93 (36.72% from 255 or 50.27% from 185); Max value from RGB is 93 - color contains mainly: blue. Hex color #55075D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55075D is #AAF8A2. Grayscale: #272727. Windows color (decimal): -11204771 or 6096725. OLE color: 6096725.
HSL color Cylindrical-coordinate representation of color #55075D: hue angle of 294.42º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #55075D is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 7 | 93 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.64 |
| HSL | 294.42º | 0.86% | 0.2% | - |
| HSV(B) | 294.42º | 0.92% | 0.36% | - |
| XYZ | 5.8 | 2.87 | 10.6 | - |
| YUV | 40.13 | 157.84 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 7 | 93 | 0.09 | 0.92 | 0 | 0.64 | 294.42 | 0.86 | 0.2 |
| Hex | 55 | 7 | 5D | 9 | 5C | 0 | 40 | 126 | 56 | 14 |
| Octal | 125 | 7 | 135 | 11 | 134 | 0 | 100 | 446 | 126 | 24 |
| Binary | 1010101 | 111 | 1011101 | 1001 | 1011100 | 0 | 1000000 | 100100110 | 1010110 | 10100 |
Color Harmonies of #55075D
Complementary color
Monochromatic Colors of #55075D
Black with #55075D
Text Example
Text Example
White with #55075D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55075D; }
p { color: rgb(85,7,93); }
H1.HeaderClassName
{
color: #55075D;
}
.AnyTagClassName
{
color: #55075D;
}
</style>
background-color css
<style>
a { background-color: #55075D; }
a { background-color: rgb(85,7,93); }
div.DivClassName
{
background-color: #55075D;
}
.BgClassName
{
background-color: #55075D;
}
</style>
border-color css
<style>
span { border-color: #55075D; }
span { border-color: rgb(85,7,93); }
td.TdClassName
{
border-color: #55075D;
}
.TagClassName
{
border-color: #55075D;
}
</style>