Shades of Hot Purple #552153
Tints of Hot Purple #552153
RGB
CMYK
RGB Variations
Color information
#552153 (or 0x552153) is known color: Hot Purple. HEX triplet: 55, 21 and 53. RGB value is (85,33,83). Sum of RGB (Red+Green+Blue) = 85+33+83=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 83 (32.81% from 255 or 41.29% from 201); Max value from RGB is 85 - color contains mainly: red. Hex color #552153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552153 is #AADEAC. Grayscale: #363636. Windows color (decimal): -11198125 or 5448021. OLE color: 5448021.
HSL color Cylindrical-coordinate representation of color #552153: hue angle of 302.31º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #552153 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 33 | 83 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.67 |
| HSL | 302.31º | 0.44% | 0.23% | - |
| HSV(B) | 302.31º | 0.61% | 0.33% | - |
| XYZ | 5.85 | 3.64 | 8.58 | - |
| YUV | 54.25 | 144.23 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 33 | 83 | 0 | 0.61 | 0.02 | 0.67 | 302.31 | 0.44 | 0.23 |
| Hex | 55 | 21 | 53 | 0 | 3D | 2 | 43 | 12E | 2C | 17 |
| Octal | 125 | 41 | 123 | 0 | 75 | 2 | 103 | 456 | 54 | 27 |
| Binary | 1010101 | 100001 | 1010011 | 0 | 111101 | 10 | 1000011 | 100101110 | 101100 | 10111 |
Color Harmonies of #552153
Complementary color
Monochromatic Colors of #552153
Black with #552153
Text Example
Text Example
White with #552153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552153; }
p { color: rgb(85,33,83); }
H1.HeaderClassName
{
color: #552153;
}
.AnyTagClassName
{
color: #552153;
}
</style>
background-color css
<style>
a { background-color: #552153; }
a { background-color: rgb(85,33,83); }
div.DivClassName
{
background-color: #552153;
}
.BgClassName
{
background-color: #552153;
}
</style>
border-color css
<style>
span { border-color: #552153; }
span { border-color: rgb(85,33,83); }
td.TdClassName
{
border-color: #552153;
}
.TagClassName
{
border-color: #552153;
}
</style>