Shades of Hot Purple #551357
Tints of Hot Purple #551357
RGB
CMYK
RGB Variations
Color information
#551357 (or 0x551357) is known color: Hot Purple. HEX triplet: 55, 13 and 57. RGB value is (85,19,87). Sum of RGB (Red+Green+Blue) = 85+19+87=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 19 (7.81% from 255 or 9.95% from 191); Blue value is 87 (34.38% from 255 or 45.55% from 191); Max value from RGB is 87 - color contains mainly: blue. Hex color #551357 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551357 is #AAECA8. Grayscale: #2E2E2E. Windows color (decimal): -11201705 or 5706581. OLE color: 5706581.
HSL color Cylindrical-coordinate representation of color #551357: hue angle of 298.24º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #551357 is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 19 | 87 | - |
| CMYK | 0.02 | 0.78 | 0 | 0.66 |
| HSL | 298.24º | 0.64% | 0.21% | - |
| HSV(B) | 298.24º | 0.78% | 0.34% | - |
| XYZ | 5.7 | 3.09 | 9.31 | - |
| YUV | 46.49 | 150.87 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 19 | 87 | 0.02 | 0.78 | 0 | 0.66 | 298.24 | 0.64 | 0.21 |
| Hex | 55 | 13 | 57 | 2 | 4E | 0 | 42 | 12A | 40 | 15 |
| Octal | 125 | 23 | 127 | 2 | 116 | 0 | 102 | 452 | 100 | 25 |
| Binary | 1010101 | 10011 | 1010111 | 10 | 1001110 | 0 | 1000010 | 100101010 | 1000000 | 10101 |
Color Harmonies of #551357
Complementary color
Monochromatic Colors of #551357
Black with #551357
Text Example
Text Example
White with #551357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551357; }
p { color: rgb(85,19,87); }
H1.HeaderClassName
{
color: #551357;
}
.AnyTagClassName
{
color: #551357;
}
</style>
background-color css
<style>
a { background-color: #551357; }
a { background-color: rgb(85,19,87); }
div.DivClassName
{
background-color: #551357;
}
.BgClassName
{
background-color: #551357;
}
</style>
border-color css
<style>
span { border-color: #551357; }
span { border-color: rgb(85,19,87); }
td.TdClassName
{
border-color: #551357;
}
.TagClassName
{
border-color: #551357;
}
</style>