Shades of Hot Purple #551361
Tints of Hot Purple #551361
RGB
CMYK
RGB Variations
Color information
#551361 (or 0x551361) is known color: Hot Purple. HEX triplet: 55, 13 and 61. RGB value is (85,19,97). Sum of RGB (Red+Green+Blue) = 85+19+97=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 97 (38.28% from 255 or 48.26% from 201); Max value from RGB is 97 - color contains mainly: blue. Hex color #551361 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551361 is #AAEC9E. Grayscale: #2F2F2F. Windows color (decimal): -11201695 or 6361941. OLE color: 6361941.
HSL color Cylindrical-coordinate representation of color #551361: hue angle of 290.77º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #551361 is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 19 | 97 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.62 |
| HSL | 290.77º | 0.67% | 0.23% | - |
| HSV(B) | 290.77º | 0.8% | 0.38% | - |
| XYZ | 6.14 | 3.26 | 11.62 | - |
| YUV | 47.63 | 155.87 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 19 | 97 | 0.12 | 0.80 | 0 | 0.62 | 290.77 | 0.67 | 0.23 |
| Hex | 55 | 13 | 61 | C | 50 | 0 | 3E | 123 | 43 | 17 |
| Octal | 125 | 23 | 141 | 14 | 120 | 0 | 76 | 443 | 103 | 27 |
| Binary | 1010101 | 10011 | 1100001 | 1100 | 1010000 | 0 | 111110 | 100100011 | 1000011 | 10111 |
Color Harmonies of #551361
Complementary color
Monochromatic Colors of #551361
Black with #551361
Text Example
Text Example
White with #551361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551361; }
p { color: rgb(85,19,97); }
H1.HeaderClassName
{
color: #551361;
}
.AnyTagClassName
{
color: #551361;
}
</style>
background-color css
<style>
a { background-color: #551361; }
a { background-color: rgb(85,19,97); }
div.DivClassName
{
background-color: #551361;
}
.BgClassName
{
background-color: #551361;
}
</style>
border-color css
<style>
span { border-color: #551361; }
span { border-color: rgb(85,19,97); }
td.TdClassName
{
border-color: #551361;
}
.TagClassName
{
border-color: #551361;
}
</style>