Shades of Hot Purple #551563
Tints of Hot Purple #551563
RGB
CMYK
RGB Variations
Color information
#551563 (or 0x551563) is known color: Hot Purple. HEX triplet: 55, 15 and 63. RGB value is (85,21,99). Sum of RGB (Red+Green+Blue) = 85+21+99=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 99 (39.06% from 255 or 48.29% from 205); Max value from RGB is 99 - color contains mainly: blue. Hex color #551563 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551563 is #AAEA9C. Grayscale: #303030. Windows color (decimal): -11201181 or 6493525. OLE color: 6493525.
HSL color Cylindrical-coordinate representation of color #551563: hue angle of 289.23º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #551563 is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 21 | 99 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.61 |
| HSL | 289.23º | 0.65% | 0.24% | - |
| HSV(B) | 289.23º | 0.79% | 0.39% | - |
| XYZ | 6.27 | 3.37 | 12.12 | - |
| YUV | 49.03 | 156.2 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 21 | 99 | 0.14 | 0.79 | 0 | 0.61 | 289.23 | 0.65 | 0.24 |
| Hex | 55 | 15 | 63 | E | 4F | 0 | 3D | 121 | 41 | 18 |
| Octal | 125 | 25 | 143 | 16 | 117 | 0 | 75 | 441 | 101 | 30 |
| Binary | 1010101 | 10101 | 1100011 | 1110 | 1001111 | 0 | 111101 | 100100001 | 1000001 | 11000 |
Color Harmonies of #551563
Complementary color
Monochromatic Colors of #551563
Black with #551563
Text Example
Text Example
White with #551563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551563; }
p { color: rgb(85,21,99); }
H1.HeaderClassName
{
color: #551563;
}
.AnyTagClassName
{
color: #551563;
}
</style>
background-color css
<style>
a { background-color: #551563; }
a { background-color: rgb(85,21,99); }
div.DivClassName
{
background-color: #551563;
}
.BgClassName
{
background-color: #551563;
}
</style>
border-color css
<style>
span { border-color: #551563; }
span { border-color: rgb(85,21,99); }
td.TdClassName
{
border-color: #551563;
}
.TagClassName
{
border-color: #551563;
}
</style>