Shades of Hot Purple #502650
Tints of Hot Purple #502650
RGB
CMYK
RGB Variations
Color information
#502650 (or 0x502650) is known color: Hot Purple. HEX triplet: 50, 26 and 50. RGB value is (80,38,80). Sum of RGB (Red+Green+Blue) = 80+38+80=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 38 (15.23% from 255 or 19.19% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 80 - color contains mainly: red, blue. Hex color #502650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502650 is #AFD9AF. Grayscale: #373737. Windows color (decimal): -11524528 or 5252688. OLE color: 5252688.
HSL color Cylindrical-coordinate representation of color #502650: hue angle of 300º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #502650 is Cyan = 0, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 38 | 80 | - |
| CMYK | 0 | 0.52 | 0 | 0.69 |
| HSL | 300º | 0.36% | 0.23% | - |
| HSV(B) | 300º | 0.53% | 0.31% | - |
| XYZ | 5.45 | 3.67 | 8.01 | - |
| YUV | 55.35 | 141.91 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 38 | 80 | 0 | 0.52 | 0 | 0.69 | 300 | 0.36 | 0.23 |
| Hex | 50 | 26 | 50 | 0 | 34 | 0 | 45 | 12C | 24 | 17 |
| Octal | 120 | 46 | 120 | 0 | 64 | 0 | 105 | 454 | 44 | 27 |
| Binary | 1010000 | 100110 | 1010000 | 0 | 110100 | 0 | 1000101 | 100101100 | 100100 | 10111 |
Color Harmonies of #502650
Complementary color
Monochromatic Colors of #502650
Black with #502650
Text Example
Text Example
White with #502650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502650; }
p { color: rgb(80,38,80); }
H1.HeaderClassName
{
color: #502650;
}
.AnyTagClassName
{
color: #502650;
}
</style>
background-color css
<style>
a { background-color: #502650; }
a { background-color: rgb(80,38,80); }
div.DivClassName
{
background-color: #502650;
}
.BgClassName
{
background-color: #502650;
}
</style>
border-color css
<style>
span { border-color: #502650; }
span { border-color: rgb(80,38,80); }
td.TdClassName
{
border-color: #502650;
}
.TagClassName
{
border-color: #502650;
}
</style>