Shades of Hot Purple #552556
Tints of Hot Purple #552556
RGB
CMYK
RGB Variations
Color information
#552556 (or 0x552556) is known color: Hot Purple. HEX triplet: 55, 25 and 56. RGB value is (85,37,86). Sum of RGB (Red+Green+Blue) = 85+37+86=208 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.87% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 86 (33.98% from 255 or 41.35% from 208); Max value from RGB is 86 - color contains mainly: blue. Hex color #552556 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552556 is #AADAA9. Grayscale: #383838. Windows color (decimal): -11197098 or 5645653. OLE color: 5645653.
HSL color Cylindrical-coordinate representation of color #552556: hue angle of 298.78º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #552556 is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 37 | 86 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.66 |
| HSL | 298.78º | 0.4% | 0.24% | - |
| HSV(B) | 298.78º | 0.57% | 0.34% | - |
| XYZ | 6.09 | 3.93 | 9.24 | - |
| YUV | 56.94 | 144.4 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 37 | 86 | 0.01 | 0.57 | 0 | 0.66 | 298.78 | 0.4 | 0.24 |
| Hex | 55 | 25 | 56 | 1 | 39 | 0 | 42 | 12B | 28 | 18 |
| Octal | 125 | 45 | 126 | 1 | 71 | 0 | 102 | 453 | 50 | 30 |
| Binary | 1010101 | 100101 | 1010110 | 1 | 111001 | 0 | 1000010 | 100101011 | 101000 | 11000 |
Color Harmonies of #552556
Complementary color
Monochromatic Colors of #552556
Black with #552556
Text Example
Text Example
White with #552556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552556; }
p { color: rgb(85,37,86); }
H1.HeaderClassName
{
color: #552556;
}
.AnyTagClassName
{
color: #552556;
}
</style>
background-color css
<style>
a { background-color: #552556; }
a { background-color: rgb(85,37,86); }
div.DivClassName
{
background-color: #552556;
}
.BgClassName
{
background-color: #552556;
}
</style>
border-color css
<style>
span { border-color: #552556; }
span { border-color: rgb(85,37,86); }
td.TdClassName
{
border-color: #552556;
}
.TagClassName
{
border-color: #552556;
}
</style>