Shades of Hot Purple #55225D
Tints of Hot Purple #55225D
RGB
CMYK
RGB Variations
Color information
#55225D (or 0x55225D) is known color: Hot Purple. HEX triplet: 55, 22 and 5D. RGB value is (85,34,93). Sum of RGB (Red+Green+Blue) = 85+34+93=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 93 - color contains mainly: blue. Hex color #55225D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55225D is #AADDA2. Grayscale: #373737. Windows color (decimal): -11197859 or 6103637. OLE color: 6103637.
HSL color Cylindrical-coordinate representation of color #55225D: hue angle of 291.86º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55225D is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 34 | 93 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.64 |
| HSL | 291.86º | 0.46% | 0.25% | - |
| HSV(B) | 291.86º | 0.63% | 0.36% | - |
| XYZ | 6.29 | 3.87 | 10.77 | - |
| YUV | 55.98 | 148.9 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 34 | 93 | 0.09 | 0.63 | 0 | 0.64 | 291.86 | 0.46 | 0.25 |
| Hex | 55 | 22 | 5D | 9 | 3F | 0 | 40 | 124 | 2E | 19 |
| Octal | 125 | 42 | 135 | 11 | 77 | 0 | 100 | 444 | 56 | 31 |
| Binary | 1010101 | 100010 | 1011101 | 1001 | 111111 | 0 | 1000000 | 100100100 | 101110 | 11001 |
Color Harmonies of #55225D
Complementary color
Monochromatic Colors of #55225D
Black with #55225D
Text Example
Text Example
White with #55225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55225D; }
p { color: rgb(85,34,93); }
H1.HeaderClassName
{
color: #55225D;
}
.AnyTagClassName
{
color: #55225D;
}
</style>
background-color css
<style>
a { background-color: #55225D; }
a { background-color: rgb(85,34,93); }
div.DivClassName
{
background-color: #55225D;
}
.BgClassName
{
background-color: #55225D;
}
</style>
border-color css
<style>
span { border-color: #55225D; }
span { border-color: rgb(85,34,93); }
td.TdClassName
{
border-color: #55225D;
}
.TagClassName
{
border-color: #55225D;
}
</style>