Shades of Hot Purple #553858
Tints of Hot Purple #553858
RGB
CMYK
RGB Variations
Color information
#553858 (or 0x553858) is known color: Hot Purple. HEX triplet: 55, 38 and 58. RGB value is (85,56,88). Sum of RGB (Red+Green+Blue) = 85+56+88=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 56 (22.27% from 255 or 24.45% from 229); Blue value is 88 (34.77% from 255 or 38.43% from 229); Max value from RGB is 88 - color contains mainly: blue. Hex color #553858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553858 is #AAC7A7. Grayscale: #444444. Windows color (decimal): -11192232 or 5781589. OLE color: 5781589.
HSL color Cylindrical-coordinate representation of color #553858: hue angle of 294.38º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #553858 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 56 | 88 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.65 |
| HSL | 294.38º | 0.22% | 0.28% | - |
| HSV(B) | 294.38º | 0.36% | 0.35% | - |
| XYZ | 6.92 | 5.46 | 9.92 | - |
| YUV | 68.32 | 139.11 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 56 | 88 | 0.03 | 0.36 | 0 | 0.65 | 294.38 | 0.22 | 0.28 |
| Hex | 55 | 38 | 58 | 3 | 24 | 0 | 41 | 126 | 16 | 1C |
| Octal | 125 | 70 | 130 | 3 | 44 | 0 | 101 | 446 | 26 | 34 |
| Binary | 1010101 | 111000 | 1011000 | 11 | 100100 | 0 | 1000001 | 100100110 | 10110 | 11100 |
Color Harmonies of #553858
Complementary color
Monochromatic Colors of #553858
Black with #553858
Text Example
Text Example
White with #553858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553858; }
p { color: rgb(85,56,88); }
H1.HeaderClassName
{
color: #553858;
}
.AnyTagClassName
{
color: #553858;
}
</style>
background-color css
<style>
a { background-color: #553858; }
a { background-color: rgb(85,56,88); }
div.DivClassName
{
background-color: #553858;
}
.BgClassName
{
background-color: #553858;
}
</style>
border-color css
<style>
span { border-color: #553858; }
span { border-color: rgb(85,56,88); }
td.TdClassName
{
border-color: #553858;
}
.TagClassName
{
border-color: #553858;
}
</style>