Shades of Hot Purple #551363
Tints of Hot Purple #551363
RGB
CMYK
RGB Variations
Color information
#551363 (or 0x551363) is known color: Hot Purple. HEX triplet: 55, 13 and 63. RGB value is (85,19,99). Sum of RGB (Red+Green+Blue) = 85+19+99=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 99 - color contains mainly: blue. Hex color #551363 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551363 is #AAEC9C. Grayscale: #2F2F2F. Windows color (decimal): -11201693 or 6493013. OLE color: 6493013.
HSL color Cylindrical-coordinate representation of color #551363: hue angle of 289.5º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #551363 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 19 | 99 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.61 |
| HSL | 289.5º | 0.68% | 0.23% | - |
| HSV(B) | 289.5º | 0.81% | 0.39% | - |
| XYZ | 6.23 | 3.3 | 12.11 | - |
| YUV | 47.85 | 156.87 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 19 | 99 | 0.14 | 0.81 | 0 | 0.61 | 289.5 | 0.68 | 0.23 |
| Hex | 55 | 13 | 63 | E | 51 | 0 | 3D | 122 | 44 | 17 |
| Octal | 125 | 23 | 143 | 16 | 121 | 0 | 75 | 442 | 104 | 27 |
| Binary | 1010101 | 10011 | 1100011 | 1110 | 1010001 | 0 | 111101 | 100100010 | 1000100 | 10111 |
Color Harmonies of #551363
Complementary color
Monochromatic Colors of #551363
Black with #551363
Text Example
Text Example
White with #551363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551363; }
p { color: rgb(85,19,99); }
H1.HeaderClassName
{
color: #551363;
}
.AnyTagClassName
{
color: #551363;
}
</style>
background-color css
<style>
a { background-color: #551363; }
a { background-color: rgb(85,19,99); }
div.DivClassName
{
background-color: #551363;
}
.BgClassName
{
background-color: #551363;
}
</style>
border-color css
<style>
span { border-color: #551363; }
span { border-color: rgb(85,19,99); }
td.TdClassName
{
border-color: #551363;
}
.TagClassName
{
border-color: #551363;
}
</style>