Shades of Hot Purple #500551
Tints of Hot Purple #500551
RGB
CMYK
RGB Variations
Color information
#500551 (or 0x500551) is known color: Hot Purple. HEX triplet: 50, 05 and 51. RGB value is (80,5,81). Sum of RGB (Red+Green+Blue) = 80+5+81=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 81 (32.03% from 255 or 48.80% from 166); Max value from RGB is 81 - color contains mainly: blue. Hex color #500551 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500551 is #AFFAAE. Grayscale: #232323. Windows color (decimal): -11532975 or 5309776. OLE color: 5309776.
HSL color Cylindrical-coordinate representation of color #500551: hue angle of 299.21º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500551 is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 80 | 5 | 81 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.68 |
| HSL | 299.21º | 0.88% | 0.17% | - |
| HSV(B) | 299.21º | 0.94% | 0.32% | - |
| XYZ | 4.85 | 2.41 | 7.99 | - |
| YUV | 36.09 | 153.35 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 5 | 81 | 0.01 | 0.94 | 0 | 0.68 | 299.21 | 0.88 | 0.17 |
| Hex | 50 | 5 | 51 | 1 | 5E | 0 | 44 | 12B | 58 | 11 |
| Octal | 120 | 5 | 121 | 1 | 136 | 0 | 104 | 453 | 130 | 21 |
| Binary | 1010000 | 101 | 1010001 | 1 | 1011110 | 0 | 1000100 | 100101011 | 1011000 | 10001 |
Color Harmonies of #500551
Complementary color
Monochromatic Colors of #500551
Black with #500551
Text Example
Text Example
White with #500551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500551; }
p { color: rgb(80,5,81); }
H1.HeaderClassName
{
color: #500551;
}
.AnyTagClassName
{
color: #500551;
}
</style>
background-color css
<style>
a { background-color: #500551; }
a { background-color: rgb(80,5,81); }
div.DivClassName
{
background-color: #500551;
}
.BgClassName
{
background-color: #500551;
}
</style>
border-color css
<style>
span { border-color: #500551; }
span { border-color: rgb(80,5,81); }
td.TdClassName
{
border-color: #500551;
}
.TagClassName
{
border-color: #500551;
}
</style>