Shades of Hot Purple #502850
Tints of Hot Purple #502850
RGB
CMYK
RGB Variations
Color information
#502850 (or 0x502850) is known color: Hot Purple. HEX triplet: 50, 28 and 50. RGB value is (80,40,80). Sum of RGB (Red+Green+Blue) = 80+40+80=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 40 (16.02% from 255 or 20% from 200); Blue value is 80 (31.64% from 255 or 40% from 200); Max value from RGB is 80 - color contains mainly: red, blue. Hex color #502850 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502850 is #AFD7AF. Grayscale: #383838. Windows color (decimal): -11524016 or 5253200. OLE color: 5253200.
HSL color Cylindrical-coordinate representation of color #502850: hue angle of 300º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #502850 is Cyan = 0, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 40 | 80 | - |
| CMYK | 0 | 0.5 | 0 | 0.69 |
| HSL | 300º | 0.33% | 0.24% | - |
| HSV(B) | 300º | 0.5% | 0.31% | - |
| XYZ | 5.52 | 3.8 | 8.03 | - |
| YUV | 56.52 | 141.25 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 40 | 80 | 0 | 0.5 | 0 | 0.69 | 300 | 0.33 | 0.24 |
| Hex | 50 | 28 | 50 | 0 | 32 | 0 | 45 | 12C | 21 | 18 |
| Octal | 120 | 50 | 120 | 0 | 62 | 0 | 105 | 454 | 41 | 30 |
| Binary | 1010000 | 101000 | 1010000 | 0 | 110010 | 0 | 1000101 | 100101100 | 100001 | 11000 |
Color Harmonies of #502850
Complementary color
Monochromatic Colors of #502850
Black with #502850
Text Example
Text Example
White with #502850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502850; }
p { color: rgb(80,40,80); }
H1.HeaderClassName
{
color: #502850;
}
.AnyTagClassName
{
color: #502850;
}
</style>
background-color css
<style>
a { background-color: #502850; }
a { background-color: rgb(80,40,80); }
div.DivClassName
{
background-color: #502850;
}
.BgClassName
{
background-color: #502850;
}
</style>
border-color css
<style>
span { border-color: #502850; }
span { border-color: rgb(80,40,80); }
td.TdClassName
{
border-color: #502850;
}
.TagClassName
{
border-color: #502850;
}
</style>