Shades of Hot Purple #551053
Tints of Hot Purple #551053
RGB
CMYK
RGB Variations
Color information
#551053 (or 0x551053) is known color: Hot Purple. HEX triplet: 55, 10 and 53. RGB value is (85,16,83). Sum of RGB (Red+Green+Blue) = 85+16+83=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 83 (32.81% from 255 or 45.11% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #551053 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551053 is #AAEFAC. Grayscale: #2C2C2C. Windows color (decimal): -11202477 or 5443669. OLE color: 5443669.
HSL color Cylindrical-coordinate representation of color #551053: hue angle of 301.74º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #551053 is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 16 | 83 | - |
| CMYK | 0 | 0.81 | 0.02 | 0.67 |
| HSL | 301.74º | 0.68% | 0.2% | - |
| HSV(B) | 301.74º | 0.81% | 0.33% | - |
| XYZ | 5.49 | 2.93 | 8.46 | - |
| YUV | 44.27 | 149.86 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 16 | 83 | 0 | 0.81 | 0.02 | 0.67 | 301.74 | 0.68 | 0.2 |
| Hex | 55 | 10 | 53 | 0 | 51 | 2 | 43 | 12E | 44 | 14 |
| Octal | 125 | 20 | 123 | 0 | 121 | 2 | 103 | 456 | 104 | 24 |
| Binary | 1010101 | 10000 | 1010011 | 0 | 1010001 | 10 | 1000011 | 100101110 | 1000100 | 10100 |
Color Harmonies of #551053
Complementary color
Monochromatic Colors of #551053
Black with #551053
Text Example
Text Example
White with #551053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551053; }
p { color: rgb(85,16,83); }
H1.HeaderClassName
{
color: #551053;
}
.AnyTagClassName
{
color: #551053;
}
</style>
background-color css
<style>
a { background-color: #551053; }
a { background-color: rgb(85,16,83); }
div.DivClassName
{
background-color: #551053;
}
.BgClassName
{
background-color: #551053;
}
</style>
border-color css
<style>
span { border-color: #551053; }
span { border-color: rgb(85,16,83); }
td.TdClassName
{
border-color: #551053;
}
.TagClassName
{
border-color: #551053;
}
</style>