Shades of Hot Purple #551554
Tints of Hot Purple #551554
RGB
CMYK
RGB Variations
Color information
#551554 (or 0x551554) is known color: Hot Purple. HEX triplet: 55, 15 and 54. RGB value is (85,21,84). Sum of RGB (Red+Green+Blue) = 85+21+84=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 84 (33.20% from 255 or 44.21% from 190); Max value from RGB is 85 - color contains mainly: red. Hex color #551554 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551554 is #AAEAAB. Grayscale: #2F2F2F. Windows color (decimal): -11201196 or 5510485. OLE color: 5510485.
HSL color Cylindrical-coordinate representation of color #551554: hue angle of 300.94º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #551554 is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 21 | 84 | - |
| CMYK | 0 | 0.75 | 0.01 | 0.67 |
| HSL | 300.94º | 0.6% | 0.21% | - |
| HSV(B) | 300.94º | 0.75% | 0.33% | - |
| XYZ | 5.61 | 3.11 | 8.69 | - |
| YUV | 47.32 | 148.7 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 21 | 84 | 0 | 0.75 | 0.01 | 0.67 | 300.94 | 0.6 | 0.21 |
| Hex | 55 | 15 | 54 | 0 | 4B | 1 | 43 | 12D | 3C | 15 |
| Octal | 125 | 25 | 124 | 0 | 113 | 1 | 103 | 455 | 74 | 25 |
| Binary | 1010101 | 10101 | 1010100 | 0 | 1001011 | 1 | 1000011 | 100101101 | 111100 | 10101 |
Color Harmonies of #551554
Complementary color
Monochromatic Colors of #551554
Black with #551554
Text Example
Text Example
White with #551554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551554; }
p { color: rgb(85,21,84); }
H1.HeaderClassName
{
color: #551554;
}
.AnyTagClassName
{
color: #551554;
}
</style>
background-color css
<style>
a { background-color: #551554; }
a { background-color: rgb(85,21,84); }
div.DivClassName
{
background-color: #551554;
}
.BgClassName
{
background-color: #551554;
}
</style>
border-color css
<style>
span { border-color: #551554; }
span { border-color: rgb(85,21,84); }
td.TdClassName
{
border-color: #551554;
}
.TagClassName
{
border-color: #551554;
}
</style>