Shades of Hot Purple #55335C
Tints of Hot Purple #55335C
RGB
CMYK
RGB Variations
Color information
#55335C (or 0x55335C) is known color: Hot Purple. HEX triplet: 55, 33 and 5C. RGB value is (85,51,92). Sum of RGB (Red+Green+Blue) = 85+51+92=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 92 (36.33% from 255 or 40.35% from 228); Max value from RGB is 92 - color contains mainly: blue. Hex color #55335C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55335C is #AACCA3. Grayscale: #414141. Windows color (decimal): -11193508 or 6042453. OLE color: 6042453.
HSL color Cylindrical-coordinate representation of color #55335C: hue angle of 289.76º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #55335C is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 51 | 92 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.64 |
| HSL | 289.76º | 0.29% | 0.28% | - |
| HSV(B) | 289.76º | 0.45% | 0.36% | - |
| XYZ | 6.86 | 5.07 | 10.74 | - |
| YUV | 65.84 | 142.76 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 51 | 92 | 0.08 | 0.45 | 0 | 0.64 | 289.76 | 0.29 | 0.28 |
| Hex | 55 | 33 | 5C | 8 | 2D | 0 | 40 | 122 | 1D | 1C |
| Octal | 125 | 63 | 134 | 10 | 55 | 0 | 100 | 442 | 35 | 34 |
| Binary | 1010101 | 110011 | 1011100 | 1000 | 101101 | 0 | 1000000 | 100100010 | 11101 | 11100 |
Color Harmonies of #55335C
Complementary color
Monochromatic Colors of #55335C
Black with #55335C
Text Example
Text Example
White with #55335C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55335C; }
p { color: rgb(85,51,92); }
H1.HeaderClassName
{
color: #55335C;
}
.AnyTagClassName
{
color: #55335C;
}
</style>
background-color css
<style>
a { background-color: #55335C; }
a { background-color: rgb(85,51,92); }
div.DivClassName
{
background-color: #55335C;
}
.BgClassName
{
background-color: #55335C;
}
</style>
border-color css
<style>
span { border-color: #55335C; }
span { border-color: rgb(85,51,92); }
td.TdClassName
{
border-color: #55335C;
}
.TagClassName
{
border-color: #55335C;
}
</style>