Shades of Hot Purple #551460
Tints of Hot Purple #551460
RGB
CMYK
RGB Variations
Color information
#551460 (or 0x551460) is known color: Hot Purple. HEX triplet: 55, 14 and 60. RGB value is (85,20,96). Sum of RGB (Red+Green+Blue) = 85+20+96=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 96 (37.89% from 255 or 47.76% from 201); Max value from RGB is 96 - color contains mainly: blue. Hex color #551460 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551460 is #AAEB9F. Grayscale: #2F2F2F. Windows color (decimal): -11201440 or 6296661. OLE color: 6296661.
HSL color Cylindrical-coordinate representation of color #551460: hue angle of 291.32º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #551460 is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 20 | 96 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.62 |
| HSL | 291.32º | 0.66% | 0.23% | - |
| HSV(B) | 291.32º | 0.79% | 0.38% | - |
| XYZ | 6.11 | 3.28 | 11.38 | - |
| YUV | 48.1 | 155.03 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 96 | 0.11 | 0.79 | 0 | 0.62 | 291.32 | 0.66 | 0.23 |
| Hex | 55 | 14 | 60 | B | 4F | 0 | 3E | 123 | 42 | 17 |
| Octal | 125 | 24 | 140 | 13 | 117 | 0 | 76 | 443 | 102 | 27 |
| Binary | 1010101 | 10100 | 1100000 | 1011 | 1001111 | 0 | 111110 | 100100011 | 1000010 | 10111 |
Color Harmonies of #551460
Complementary color
Monochromatic Colors of #551460
Black with #551460
Text Example
Text Example
White with #551460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551460; }
p { color: rgb(85,20,96); }
H1.HeaderClassName
{
color: #551460;
}
.AnyTagClassName
{
color: #551460;
}
</style>
background-color css
<style>
a { background-color: #551460; }
a { background-color: rgb(85,20,96); }
div.DivClassName
{
background-color: #551460;
}
.BgClassName
{
background-color: #551460;
}
</style>
border-color css
<style>
span { border-color: #551460; }
span { border-color: rgb(85,20,96); }
td.TdClassName
{
border-color: #551460;
}
.TagClassName
{
border-color: #551460;
}
</style>