Shades of Hot Purple #551354
Tints of Hot Purple #551354
RGB
CMYK
RGB Variations
Color information
#551354 (or 0x551354) is known color: Hot Purple. HEX triplet: 55, 13 and 54. RGB value is (85,19,84). Sum of RGB (Red+Green+Blue) = 85+19+84=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 84 (33.20% from 255 or 44.68% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #551354 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551354 is #AAECAB. Grayscale: #2D2D2D. Windows color (decimal): -11201708 or 5509973. OLE color: 5509973.
HSL color Cylindrical-coordinate representation of color #551354: hue angle of 300.91º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #551354 is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 19 | 84 | - |
| CMYK | 0 | 0.78 | 0.01 | 0.67 |
| HSL | 300.91º | 0.63% | 0.2% | - |
| HSV(B) | 300.91º | 0.78% | 0.33% | - |
| XYZ | 5.58 | 3.04 | 8.68 | - |
| YUV | 46.14 | 149.37 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 19 | 84 | 0 | 0.78 | 0.01 | 0.67 | 300.91 | 0.63 | 0.2 |
| Hex | 55 | 13 | 54 | 0 | 4E | 1 | 43 | 12D | 3F | 14 |
| Octal | 125 | 23 | 124 | 0 | 116 | 1 | 103 | 455 | 77 | 24 |
| Binary | 1010101 | 10011 | 1010100 | 0 | 1001110 | 1 | 1000011 | 100101101 | 111111 | 10100 |
Color Harmonies of #551354
Complementary color
Monochromatic Colors of #551354
Black with #551354
Text Example
Text Example
White with #551354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551354; }
p { color: rgb(85,19,84); }
H1.HeaderClassName
{
color: #551354;
}
.AnyTagClassName
{
color: #551354;
}
</style>
background-color css
<style>
a { background-color: #551354; }
a { background-color: rgb(85,19,84); }
div.DivClassName
{
background-color: #551354;
}
.BgClassName
{
background-color: #551354;
}
</style>
border-color css
<style>
span { border-color: #551354; }
span { border-color: rgb(85,19,84); }
td.TdClassName
{
border-color: #551354;
}
.TagClassName
{
border-color: #551354;
}
</style>