Shades of Hot Purple #552258
Tints of Hot Purple #552258
RGB
CMYK
RGB Variations
Color information
#552258 (or 0x552258) is known color: Hot Purple. HEX triplet: 55, 22 and 58. RGB value is (85,34,88). Sum of RGB (Red+Green+Blue) = 85+34+88=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 34 (13.67% from 255 or 16.43% from 207); Blue value is 88 (34.77% from 255 or 42.51% from 207); Max value from RGB is 88 - color contains mainly: blue. Hex color #552258 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552258 is #AADDA7. Grayscale: #373737. Windows color (decimal): -11197864 or 5775957. OLE color: 5775957.
HSL color Cylindrical-coordinate representation of color #552258: hue angle of 296.67º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #552258 is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 34 | 88 | - |
| CMYK | 0.03 | 0.61 | 0 | 0.65 |
| HSL | 296.67º | 0.44% | 0.24% | - |
| HSV(B) | 296.67º | 0.61% | 0.35% | - |
| XYZ | 6.08 | 3.78 | 9.64 | - |
| YUV | 55.41 | 146.4 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 34 | 88 | 0.03 | 0.61 | 0 | 0.65 | 296.67 | 0.44 | 0.24 |
| Hex | 55 | 22 | 58 | 3 | 3D | 0 | 41 | 129 | 2C | 18 |
| Octal | 125 | 42 | 130 | 3 | 75 | 0 | 101 | 451 | 54 | 30 |
| Binary | 1010101 | 100010 | 1011000 | 11 | 111101 | 0 | 1000001 | 100101001 | 101100 | 11000 |
Color Harmonies of #552258
Complementary color
Monochromatic Colors of #552258
Black with #552258
Text Example
Text Example
White with #552258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552258; }
p { color: rgb(85,34,88); }
H1.HeaderClassName
{
color: #552258;
}
.AnyTagClassName
{
color: #552258;
}
</style>
background-color css
<style>
a { background-color: #552258; }
a { background-color: rgb(85,34,88); }
div.DivClassName
{
background-color: #552258;
}
.BgClassName
{
background-color: #552258;
}
</style>
border-color css
<style>
span { border-color: #552258; }
span { border-color: rgb(85,34,88); }
td.TdClassName
{
border-color: #552258;
}
.TagClassName
{
border-color: #552258;
}
</style>