Shades of Hot Purple #551953
Tints of Hot Purple #551953
RGB
CMYK
RGB Variations
Color information
#551953 (or 0x551953) is known color: Hot Purple. HEX triplet: 55, 19 and 53. RGB value is (85,25,83). Sum of RGB (Red+Green+Blue) = 85+25+83=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 83 (32.81% from 255 or 43.01% from 193); Max value from RGB is 85 - color contains mainly: red. Hex color #551953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551953 is #AAE6AC. Grayscale: #313131. Windows color (decimal): -11200173 or 5445973. OLE color: 5445973.
HSL color Cylindrical-coordinate representation of color #551953: hue angle of 302º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #551953 is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 25 | 83 | - |
| CMYK | 0 | 0.71 | 0.02 | 0.67 |
| HSL | 302º | 0.55% | 0.22% | - |
| HSV(B) | 302º | 0.71% | 0.33% | - |
| XYZ | 5.66 | 3.25 | 8.51 | - |
| YUV | 49.55 | 146.88 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 25 | 83 | 0 | 0.71 | 0.02 | 0.67 | 302 | 0.55 | 0.22 |
| Hex | 55 | 19 | 53 | 0 | 47 | 2 | 43 | 12E | 37 | 16 |
| Octal | 125 | 31 | 123 | 0 | 107 | 2 | 103 | 456 | 67 | 26 |
| Binary | 1010101 | 11001 | 1010011 | 0 | 1000111 | 10 | 1000011 | 100101110 | 110111 | 10110 |
Color Harmonies of #551953
Complementary color
Monochromatic Colors of #551953
Black with #551953
Text Example
Text Example
White with #551953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551953; }
p { color: rgb(85,25,83); }
H1.HeaderClassName
{
color: #551953;
}
.AnyTagClassName
{
color: #551953;
}
</style>
background-color css
<style>
a { background-color: #551953; }
a { background-color: rgb(85,25,83); }
div.DivClassName
{
background-color: #551953;
}
.BgClassName
{
background-color: #551953;
}
</style>
border-color css
<style>
span { border-color: #551953; }
span { border-color: rgb(85,25,83); }
td.TdClassName
{
border-color: #551953;
}
.TagClassName
{
border-color: #551953;
}
</style>