Shades of Hot Purple #553058
Tints of Hot Purple #553058
RGB
CMYK
RGB Variations
Color information
#553058 (or 0x553058) is known color: Hot Purple. HEX triplet: 55, 30 and 58. RGB value is (85,48,88). Sum of RGB (Red+Green+Blue) = 85+48+88=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 88 (34.77% from 255 or 39.82% from 221); Max value from RGB is 88 - color contains mainly: blue. Hex color #553058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553058 is #AACFA7. Grayscale: #3F3F3F. Windows color (decimal): -11194280 or 5779541. OLE color: 5779541.
HSL color Cylindrical-coordinate representation of color #553058: hue angle of 295.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #553058 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 48 | 88 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.65 |
| HSL | 295.5º | 0.29% | 0.27% | - |
| HSV(B) | 295.5º | 0.45% | 0.35% | - |
| XYZ | 6.56 | 4.75 | 9.8 | - |
| YUV | 63.62 | 141.76 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 48 | 88 | 0.03 | 0.45 | 0 | 0.65 | 295.5 | 0.29 | 0.27 |
| Hex | 55 | 30 | 58 | 3 | 2D | 0 | 41 | 128 | 1D | 1B |
| Octal | 125 | 60 | 130 | 3 | 55 | 0 | 101 | 450 | 35 | 33 |
| Binary | 1010101 | 110000 | 1011000 | 11 | 101101 | 0 | 1000001 | 100101000 | 11101 | 11011 |
Color Harmonies of #553058
Complementary color
Monochromatic Colors of #553058
Black with #553058
Text Example
Text Example
White with #553058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553058; }
p { color: rgb(85,48,88); }
H1.HeaderClassName
{
color: #553058;
}
.AnyTagClassName
{
color: #553058;
}
</style>
background-color css
<style>
a { background-color: #553058; }
a { background-color: rgb(85,48,88); }
div.DivClassName
{
background-color: #553058;
}
.BgClassName
{
background-color: #553058;
}
</style>
border-color css
<style>
span { border-color: #553058; }
span { border-color: rgb(85,48,88); }
td.TdClassName
{
border-color: #553058;
}
.TagClassName
{
border-color: #553058;
}
</style>