Shades of Hot Purple #55225C
Tints of Hot Purple #55225C
RGB
CMYK
RGB Variations
Color information
#55225C (or 0x55225C) is known color: Hot Purple. HEX triplet: 55, 22 and 5C. RGB value is (85,34,92). Sum of RGB (Red+Green+Blue) = 85+34+92=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 92 - color contains mainly: blue. Hex color #55225C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55225C is #AADDA3. Grayscale: #373737. Windows color (decimal): -11197860 or 6038101. OLE color: 6038101.
HSL color Cylindrical-coordinate representation of color #55225C: hue angle of 292.76º 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 #55225C is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 34 | 92 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.64 |
| HSL | 292.76º | 0.46% | 0.25% | - |
| HSV(B) | 292.76º | 0.63% | 0.36% | - |
| XYZ | 6.25 | 3.85 | 10.54 | - |
| YUV | 55.86 | 148.4 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 34 | 92 | 0.08 | 0.63 | 0 | 0.64 | 292.76 | 0.46 | 0.25 |
| Hex | 55 | 22 | 5C | 8 | 3F | 0 | 40 | 125 | 2E | 19 |
| Octal | 125 | 42 | 134 | 10 | 77 | 0 | 100 | 445 | 56 | 31 |
| Binary | 1010101 | 100010 | 1011100 | 1000 | 111111 | 0 | 1000000 | 100100101 | 101110 | 11001 |
Color Harmonies of #55225C
Complementary color
Monochromatic Colors of #55225C
Black with #55225C
Text Example
Text Example
White with #55225C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55225C; }
p { color: rgb(85,34,92); }
H1.HeaderClassName
{
color: #55225C;
}
.AnyTagClassName
{
color: #55225C;
}
</style>
background-color css
<style>
a { background-color: #55225C; }
a { background-color: rgb(85,34,92); }
div.DivClassName
{
background-color: #55225C;
}
.BgClassName
{
background-color: #55225C;
}
</style>
border-color css
<style>
span { border-color: #55225C; }
span { border-color: rgb(85,34,92); }
td.TdClassName
{
border-color: #55225C;
}
.TagClassName
{
border-color: #55225C;
}
</style>