Shades of Hot Purple #551762
Tints of Hot Purple #551762
RGB
CMYK
RGB Variations
Color information
#551762 (or 0x551762) is known color: Hot Purple. HEX triplet: 55, 17 and 62. RGB value is (85,23,98). Sum of RGB (Red+Green+Blue) = 85+23+98=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 98 (38.67% from 255 or 47.57% from 206); Max value from RGB is 98 - color contains mainly: blue. Hex color #551762 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551762 is #AAE89D. Grayscale: #313131. Windows color (decimal): -11200670 or 6428501. OLE color: 6428501.
HSL color Cylindrical-coordinate representation of color #551762: hue angle of 289.6º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #551762 is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 23 | 98 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.62 |
| HSL | 289.6º | 0.62% | 0.24% | - |
| HSV(B) | 289.6º | 0.77% | 0.38% | - |
| XYZ | 6.26 | 3.43 | 11.89 | - |
| YUV | 50.09 | 155.04 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 23 | 98 | 0.13 | 0.77 | 0 | 0.62 | 289.6 | 0.62 | 0.24 |
| Hex | 55 | 17 | 62 | D | 4D | 0 | 3E | 122 | 3E | 18 |
| Octal | 125 | 27 | 142 | 15 | 115 | 0 | 76 | 442 | 76 | 30 |
| Binary | 1010101 | 10111 | 1100010 | 1101 | 1001101 | 0 | 111110 | 100100010 | 111110 | 11000 |
Color Harmonies of #551762
Complementary color
Monochromatic Colors of #551762
Black with #551762
Text Example
Text Example
White with #551762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551762; }
p { color: rgb(85,23,98); }
H1.HeaderClassName
{
color: #551762;
}
.AnyTagClassName
{
color: #551762;
}
</style>
background-color css
<style>
a { background-color: #551762; }
a { background-color: rgb(85,23,98); }
div.DivClassName
{
background-color: #551762;
}
.BgClassName
{
background-color: #551762;
}
</style>
border-color css
<style>
span { border-color: #551762; }
span { border-color: rgb(85,23,98); }
td.TdClassName
{
border-color: #551762;
}
.TagClassName
{
border-color: #551762;
}
</style>