Shades of Hot Purple #55225B
Tints of Hot Purple #55225B
RGB
CMYK
RGB Variations
Color information
#55225B (or 0x55225B) is known color: Hot Purple. HEX triplet: 55, 22 and 5B. RGB value is (85,34,91). Sum of RGB (Red+Green+Blue) = 85+34+91=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 91 (35.94% from 255 or 43.33% from 210); Max value from RGB is 91 - color contains mainly: blue. Hex color #55225B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55225B is #AADDA4. Grayscale: #373737. Windows color (decimal): -11197861 or 5972565. OLE color: 5972565.
HSL color Cylindrical-coordinate representation of color #55225B: hue angle of 293.68º 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 #55225B is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 34 | 91 | - |
| CMYK | 0.07 | 0.63 | 0 | 0.64 |
| HSL | 293.68º | 0.46% | 0.25% | - |
| HSV(B) | 293.68º | 0.63% | 0.36% | - |
| XYZ | 6.21 | 3.83 | 10.31 | - |
| YUV | 55.75 | 147.9 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 34 | 91 | 0.07 | 0.63 | 0 | 0.64 | 293.68 | 0.46 | 0.25 |
| Hex | 55 | 22 | 5B | 7 | 3F | 0 | 40 | 126 | 2E | 19 |
| Octal | 125 | 42 | 133 | 7 | 77 | 0 | 100 | 446 | 56 | 31 |
| Binary | 1010101 | 100010 | 1011011 | 111 | 111111 | 0 | 1000000 | 100100110 | 101110 | 11001 |
Color Harmonies of #55225B
Complementary color
Monochromatic Colors of #55225B
Black with #55225B
Text Example
Text Example
White with #55225B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55225B; }
p { color: rgb(85,34,91); }
H1.HeaderClassName
{
color: #55225B;
}
.AnyTagClassName
{
color: #55225B;
}
</style>
background-color css
<style>
a { background-color: #55225B; }
a { background-color: rgb(85,34,91); }
div.DivClassName
{
background-color: #55225B;
}
.BgClassName
{
background-color: #55225B;
}
</style>
border-color css
<style>
span { border-color: #55225B; }
span { border-color: rgb(85,34,91); }
td.TdClassName
{
border-color: #55225B;
}
.TagClassName
{
border-color: #55225B;
}
</style>