Shades of Hot Purple #55035C
Tints of Hot Purple #55035C
RGB
CMYK
RGB Variations
Color information
#55035C (or 0x55035C) is known color: Hot Purple. HEX triplet: 55, 03 and 5C. RGB value is (85,3,92). Sum of RGB (Red+Green+Blue) = 85+3+92=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 92 (36.33% from 255 or 51.11% from 180); Max value from RGB is 92 - color contains mainly: blue. Hex color #55035C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55035C is #AAFCA3. Grayscale: #252525. Windows color (decimal): -11205796 or 6030165. OLE color: 6030165.
HSL color Cylindrical-coordinate representation of color #55035C: hue angle of 295.28º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #55035C is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 3 | 92 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.64 |
| HSL | 295.28º | 0.94% | 0.19% | - |
| HSV(B) | 295.28º | 0.97% | 0.36% | - |
| XYZ | 5.71 | 2.77 | 10.36 | - |
| YUV | 37.66 | 158.67 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 3 | 92 | 0.08 | 0.97 | 0 | 0.64 | 295.28 | 0.94 | 0.19 |
| Hex | 55 | 3 | 5C | 8 | 61 | 0 | 40 | 127 | 5E | 13 |
| Octal | 125 | 3 | 134 | 10 | 141 | 0 | 100 | 447 | 136 | 23 |
| Binary | 1010101 | 11 | 1011100 | 1000 | 1100001 | 0 | 1000000 | 100100111 | 1011110 | 10011 |
Color Harmonies of #55035C
Complementary color
Monochromatic Colors of #55035C
Black with #55035C
Text Example
Text Example
White with #55035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55035C; }
p { color: rgb(85,3,92); }
H1.HeaderClassName
{
color: #55035C;
}
.AnyTagClassName
{
color: #55035C;
}
</style>
background-color css
<style>
a { background-color: #55035C; }
a { background-color: rgb(85,3,92); }
div.DivClassName
{
background-color: #55035C;
}
.BgClassName
{
background-color: #55035C;
}
</style>
border-color css
<style>
span { border-color: #55035C; }
span { border-color: rgb(85,3,92); }
td.TdClassName
{
border-color: #55035C;
}
.TagClassName
{
border-color: #55035C;
}
</style>