Shades of Hot Purple #552553
Tints of Hot Purple #552553
RGB
CMYK
RGB Variations
Color information
#552553 (or 0x552553) is known color: Hot Purple. HEX triplet: 55, 25 and 53. RGB value is (85,37,83). Sum of RGB (Red+Green+Blue) = 85+37+83=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 83 (32.81% from 255 or 40.49% from 205); Max value from RGB is 85 - color contains mainly: red. Hex color #552553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552553 is #AADAAC. Grayscale: #383838. Windows color (decimal): -11197101 or 5449045. OLE color: 5449045.
HSL color Cylindrical-coordinate representation of color #552553: hue angle of 302.5º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #552553 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 37 | 83 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.67 |
| HSL | 302.5º | 0.39% | 0.24% | - |
| HSV(B) | 302.5º | 0.56% | 0.33% | - |
| XYZ | 5.97 | 3.88 | 8.62 | - |
| YUV | 56.6 | 142.9 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 37 | 83 | 0 | 0.56 | 0.02 | 0.67 | 302.5 | 0.39 | 0.24 |
| Hex | 55 | 25 | 53 | 0 | 38 | 2 | 43 | 12E | 27 | 18 |
| Octal | 125 | 45 | 123 | 0 | 70 | 2 | 103 | 456 | 47 | 30 |
| Binary | 1010101 | 100101 | 1010011 | 0 | 111000 | 10 | 1000011 | 100101110 | 100111 | 11000 |
Color Harmonies of #552553
Complementary color
Monochromatic Colors of #552553
Black with #552553
Text Example
Text Example
White with #552553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552553; }
p { color: rgb(85,37,83); }
H1.HeaderClassName
{
color: #552553;
}
.AnyTagClassName
{
color: #552553;
}
</style>
background-color css
<style>
a { background-color: #552553; }
a { background-color: rgb(85,37,83); }
div.DivClassName
{
background-color: #552553;
}
.BgClassName
{
background-color: #552553;
}
</style>
border-color css
<style>
span { border-color: #552553; }
span { border-color: rgb(85,37,83); }
td.TdClassName
{
border-color: #552553;
}
.TagClassName
{
border-color: #552553;
}
</style>