Shades of Hot Purple #55335B
Tints of Hot Purple #55335B
RGB
CMYK
RGB Variations
Color information
#55335B (or 0x55335B) is known color: Hot Purple. HEX triplet: 55, 33 and 5B. RGB value is (85,51,91). Sum of RGB (Red+Green+Blue) = 85+51+91=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 91 (35.94% from 255 or 40.09% from 227); Max value from RGB is 91 - color contains mainly: blue. Hex color #55335B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55335B is #AACCA4. Grayscale: #414141. Windows color (decimal): -11193509 or 5976917. OLE color: 5976917.
HSL color Cylindrical-coordinate representation of color #55335B: hue angle of 291º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #55335B is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 51 | 91 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.64 |
| HSL | 291º | 0.28% | 0.28% | - |
| HSV(B) | 291º | 0.44% | 0.36% | - |
| XYZ | 6.82 | 5.05 | 10.51 | - |
| YUV | 65.73 | 142.26 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 51 | 91 | 0.07 | 0.44 | 0 | 0.64 | 291 | 0.28 | 0.28 |
| Hex | 55 | 33 | 5B | 7 | 2C | 0 | 40 | 123 | 1C | 1C |
| Octal | 125 | 63 | 133 | 7 | 54 | 0 | 100 | 443 | 34 | 34 |
| Binary | 1010101 | 110011 | 1011011 | 111 | 101100 | 0 | 1000000 | 100100011 | 11100 | 11100 |
Color Harmonies of #55335B
Complementary color
Monochromatic Colors of #55335B
Black with #55335B
Text Example
Text Example
White with #55335B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55335B; }
p { color: rgb(85,51,91); }
H1.HeaderClassName
{
color: #55335B;
}
.AnyTagClassName
{
color: #55335B;
}
</style>
background-color css
<style>
a { background-color: #55335B; }
a { background-color: rgb(85,51,91); }
div.DivClassName
{
background-color: #55335B;
}
.BgClassName
{
background-color: #55335B;
}
</style>
border-color css
<style>
span { border-color: #55335B; }
span { border-color: rgb(85,51,91); }
td.TdClassName
{
border-color: #55335B;
}
.TagClassName
{
border-color: #55335B;
}
</style>