Shades of Hot Purple #55345E
Tints of Hot Purple #55345E
RGB
CMYK
RGB Variations
Color information
#55345E (or 0x55345E) is known color: Hot Purple. HEX triplet: 55, 34 and 5E. RGB value is (85,52,94). Sum of RGB (Red+Green+Blue) = 85+52+94=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 94 - color contains mainly: blue. Hex color #55345E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55345E is #AACBA1. Grayscale: #424242. Windows color (decimal): -11193250 or 6173781. OLE color: 6173781.
HSL color Cylindrical-coordinate representation of color #55345E: hue angle of 287.14º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #55345E is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 52 | 94 | - |
| CMYK | 0.10 | 0.45 | 0 | 0.63 |
| HSL | 287.14º | 0.29% | 0.29% | - |
| HSV(B) | 287.14º | 0.45% | 0.37% | - |
| XYZ | 6.99 | 5.2 | 11.22 | - |
| YUV | 66.66 | 143.43 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 52 | 94 | 0.10 | 0.45 | 0 | 0.63 | 287.14 | 0.29 | 0.29 |
| Hex | 55 | 34 | 5E | A | 2D | 0 | 3F | 11F | 1D | 1D |
| Octal | 125 | 64 | 136 | 12 | 55 | 0 | 77 | 437 | 35 | 35 |
| Binary | 1010101 | 110100 | 1011110 | 1010 | 101101 | 0 | 111111 | 100011111 | 11101 | 11101 |
Color Harmonies of #55345E
Complementary color
Monochromatic Colors of #55345E
Black with #55345E
Text Example
Text Example
White with #55345E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55345E; }
p { color: rgb(85,52,94); }
H1.HeaderClassName
{
color: #55345E;
}
.AnyTagClassName
{
color: #55345E;
}
</style>
background-color css
<style>
a { background-color: #55345E; }
a { background-color: rgb(85,52,94); }
div.DivClassName
{
background-color: #55345E;
}
.BgClassName
{
background-color: #55345E;
}
</style>
border-color css
<style>
span { border-color: #55345E; }
span { border-color: rgb(85,52,94); }
td.TdClassName
{
border-color: #55345E;
}
.TagClassName
{
border-color: #55345E;
}
</style>