Shades of Hot Purple #551C50
Tints of Hot Purple #551C50
RGB
CMYK
RGB Variations
Color information
#551C50 (or 0x551C50) is known color: Hot Purple. HEX triplet: 55, 1C and 50. RGB value is (85,28,80). Sum of RGB (Red+Green+Blue) = 85+28+80=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 28 (11.33% from 255 or 14.51% from 193); Blue value is 80 (31.64% from 255 or 41.45% from 193); Max value from RGB is 85 - color contains mainly: red. Hex color #551C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551C50 is #AAE3AF. Grayscale: #323232. Windows color (decimal): -11199408 or 5250133. OLE color: 5250133.
HSL color Cylindrical-coordinate representation of color #551C50: hue angle of 305.26º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #551C50 is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 28 | 80 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.67 |
| HSL | 305.26º | 0.5% | 0.22% | - |
| HSV(B) | 305.26º | 0.67% | 0.33% | - |
| XYZ | 5.61 | 3.34 | 7.94 | - |
| YUV | 50.97 | 144.38 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 28 | 80 | 0 | 0.67 | 0.06 | 0.67 | 305.26 | 0.5 | 0.22 |
| Hex | 55 | 1C | 50 | 0 | 43 | 6 | 43 | 131 | 32 | 16 |
| Octal | 125 | 34 | 120 | 0 | 103 | 6 | 103 | 461 | 62 | 26 |
| Binary | 1010101 | 11100 | 1010000 | 0 | 1000011 | 110 | 1000011 | 100110001 | 110010 | 10110 |
Color Harmonies of #551C50
Complementary color
Monochromatic Colors of #551C50
Black with #551C50
Text Example
Text Example
White with #551C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551C50; }
p { color: rgb(85,28,80); }
H1.HeaderClassName
{
color: #551C50;
}
.AnyTagClassName
{
color: #551C50;
}
</style>
background-color css
<style>
a { background-color: #551C50; }
a { background-color: rgb(85,28,80); }
div.DivClassName
{
background-color: #551C50;
}
.BgClassName
{
background-color: #551C50;
}
</style>
border-color css
<style>
span { border-color: #551C50; }
span { border-color: rgb(85,28,80); }
td.TdClassName
{
border-color: #551C50;
}
.TagClassName
{
border-color: #551C50;
}
</style>