Shades of Hot Purple #55395C
Tints of Hot Purple #55395C
RGB
CMYK
RGB Variations
Color information
#55395C (or 0x55395C) is known color: Hot Purple. HEX triplet: 55, 39 and 5C. RGB value is (85,57,92). Sum of RGB (Red+Green+Blue) = 85+57+92=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 57 (22.66% from 255 or 24.36% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 92 - color contains mainly: blue. Hex color #55395C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55395C is #AAC6A3. Grayscale: #454545. Windows color (decimal): -11191972 or 6043989. OLE color: 6043989.
HSL color Cylindrical-coordinate representation of color #55395C: hue angle of 288º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #55395C is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 57 | 92 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.64 |
| HSL | 288º | 0.23% | 0.29% | - |
| HSV(B) | 288º | 0.38% | 0.36% | - |
| XYZ | 7.14 | 5.63 | 10.84 | - |
| YUV | 69.36 | 140.78 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 57 | 92 | 0.08 | 0.38 | 0 | 0.64 | 288 | 0.23 | 0.29 |
| Hex | 55 | 39 | 5C | 8 | 26 | 0 | 40 | 120 | 17 | 1D |
| Octal | 125 | 71 | 134 | 10 | 46 | 0 | 100 | 440 | 27 | 35 |
| Binary | 1010101 | 111001 | 1011100 | 1000 | 100110 | 0 | 1000000 | 100100000 | 10111 | 11101 |
Color Harmonies of #55395C
Complementary color
Monochromatic Colors of #55395C
Black with #55395C
Text Example
Text Example
White with #55395C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55395C; }
p { color: rgb(85,57,92); }
H1.HeaderClassName
{
color: #55395C;
}
.AnyTagClassName
{
color: #55395C;
}
</style>
background-color css
<style>
a { background-color: #55395C; }
a { background-color: rgb(85,57,92); }
div.DivClassName
{
background-color: #55395C;
}
.BgClassName
{
background-color: #55395C;
}
</style>
border-color css
<style>
span { border-color: #55395C; }
span { border-color: rgb(85,57,92); }
td.TdClassName
{
border-color: #55395C;
}
.TagClassName
{
border-color: #55395C;
}
</style>