Shades of Hot Purple #551652
Tints of Hot Purple #551652
RGB
CMYK
RGB Variations
Color information
#551652 (or 0x551652) is known color: Hot Purple. HEX triplet: 55, 16 and 52. RGB value is (85,22,82). Sum of RGB (Red+Green+Blue) = 85+22+82=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 22 (8.98% from 255 or 11.64% from 189); Blue value is 82 (32.42% from 255 or 43.39% from 189); Max value from RGB is 85 - color contains mainly: red. Hex color #551652 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551652 is #AAE9AD. Grayscale: #2F2F2F. Windows color (decimal): -11200942 or 5379669. OLE color: 5379669.
HSL color Cylindrical-coordinate representation of color #551652: hue angle of 302.86º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #551652 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 22 | 82 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.67 |
| HSL | 302.86º | 0.59% | 0.21% | - |
| HSV(B) | 302.86º | 0.74% | 0.33% | - |
| XYZ | 5.56 | 3.11 | 8.29 | - |
| YUV | 47.68 | 147.37 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 22 | 82 | 0 | 0.74 | 0.04 | 0.67 | 302.86 | 0.59 | 0.21 |
| Hex | 55 | 16 | 52 | 0 | 4A | 4 | 43 | 12F | 3B | 15 |
| Octal | 125 | 26 | 122 | 0 | 112 | 4 | 103 | 457 | 73 | 25 |
| Binary | 1010101 | 10110 | 1010010 | 0 | 1001010 | 100 | 1000011 | 100101111 | 111011 | 10101 |
Color Harmonies of #551652
Complementary color
Monochromatic Colors of #551652
Black with #551652
Text Example
Text Example
White with #551652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551652; }
p { color: rgb(85,22,82); }
H1.HeaderClassName
{
color: #551652;
}
.AnyTagClassName
{
color: #551652;
}
</style>
background-color css
<style>
a { background-color: #551652; }
a { background-color: rgb(85,22,82); }
div.DivClassName
{
background-color: #551652;
}
.BgClassName
{
background-color: #551652;
}
</style>
border-color css
<style>
span { border-color: #551652; }
span { border-color: rgb(85,22,82); }
td.TdClassName
{
border-color: #551652;
}
.TagClassName
{
border-color: #551652;
}
</style>