Shades of Hot Purple #55355C
Tints of Hot Purple #55355C
RGB
CMYK
RGB Variations
Color information
#55355C (or 0x55355C) is known color: Hot Purple. HEX triplet: 55, 35 and 5C. RGB value is (85,53,92). Sum of RGB (Red+Green+Blue) = 85+53+92=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 92 (36.33% from 255 or 40% from 230); Max value from RGB is 92 - color contains mainly: blue. Hex color #55355C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55355C is #AACAA3. Grayscale: #424242. Windows color (decimal): -11192996 or 6042965. OLE color: 6042965.
HSL color Cylindrical-coordinate representation of color #55355C: hue angle of 289.23º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #55355C is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 53 | 92 | - |
| CMYK | 0.08 | 0.42 | 0 | 0.64 |
| HSL | 289.23º | 0.27% | 0.28% | - |
| HSV(B) | 289.23º | 0.42% | 0.36% | - |
| XYZ | 6.95 | 5.25 | 10.77 | - |
| YUV | 67.01 | 142.1 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 53 | 92 | 0.08 | 0.42 | 0 | 0.64 | 289.23 | 0.27 | 0.28 |
| Hex | 55 | 35 | 5C | 8 | 2A | 0 | 40 | 121 | 1B | 1C |
| Octal | 125 | 65 | 134 | 10 | 52 | 0 | 100 | 441 | 33 | 34 |
| Binary | 1010101 | 110101 | 1011100 | 1000 | 101010 | 0 | 1000000 | 100100001 | 11011 | 11100 |
Color Harmonies of #55355C
Complementary color
Monochromatic Colors of #55355C
Black with #55355C
Text Example
Text Example
White with #55355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55355C; }
p { color: rgb(85,53,92); }
H1.HeaderClassName
{
color: #55355C;
}
.AnyTagClassName
{
color: #55355C;
}
</style>
background-color css
<style>
a { background-color: #55355C; }
a { background-color: rgb(85,53,92); }
div.DivClassName
{
background-color: #55355C;
}
.BgClassName
{
background-color: #55355C;
}
</style>
border-color css
<style>
span { border-color: #55355C; }
span { border-color: rgb(85,53,92); }
td.TdClassName
{
border-color: #55355C;
}
.TagClassName
{
border-color: #55355C;
}
</style>