Shades of Hot Purple #551353
Tints of Hot Purple #551353
RGB
CMYK
RGB Variations
Color information
#551353 (or 0x551353) is known color: Hot Purple. HEX triplet: 55, 13 and 53. RGB value is (85,19,83). Sum of RGB (Red+Green+Blue) = 85+19+83=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 83 (32.81% from 255 or 44.39% from 187); Max value from RGB is 85 - color contains mainly: red. Hex color #551353 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551353 is #AAECAC. Grayscale: #2D2D2D. Windows color (decimal): -11201709 or 5444437. OLE color: 5444437.
HSL color Cylindrical-coordinate representation of color #551353: hue angle of 301.82º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #551353 is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 19 | 83 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.67 |
| HSL | 301.82º | 0.63% | 0.2% | - |
| HSV(B) | 301.82º | 0.78% | 0.33% | - |
| XYZ | 5.54 | 3.02 | 8.47 | - |
| YUV | 46.03 | 148.87 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 19 | 83 | 0 | 0.78 | 0.02 | 0.67 | 301.82 | 0.63 | 0.2 |
| Hex | 55 | 13 | 53 | 0 | 4E | 2 | 43 | 12E | 3F | 14 |
| Octal | 125 | 23 | 123 | 0 | 116 | 2 | 103 | 456 | 77 | 24 |
| Binary | 1010101 | 10011 | 1010011 | 0 | 1001110 | 10 | 1000011 | 100101110 | 111111 | 10100 |
Color Harmonies of #551353
Complementary color
Monochromatic Colors of #551353
Black with #551353
Text Example
Text Example
White with #551353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551353; }
p { color: rgb(85,19,83); }
H1.HeaderClassName
{
color: #551353;
}
.AnyTagClassName
{
color: #551353;
}
</style>
background-color css
<style>
a { background-color: #551353; }
a { background-color: rgb(85,19,83); }
div.DivClassName
{
background-color: #551353;
}
.BgClassName
{
background-color: #551353;
}
</style>
border-color css
<style>
span { border-color: #551353; }
span { border-color: rgb(85,19,83); }
td.TdClassName
{
border-color: #551353;
}
.TagClassName
{
border-color: #551353;
}
</style>