Shades of Hot Purple #500350
Tints of Hot Purple #500350
RGB
CMYK
RGB Variations
Color information
#500350 (or 0x500350) is known color: Hot Purple. HEX triplet: 50, 03 and 50. RGB value is (80,3,80). Sum of RGB (Red+Green+Blue) = 80+3+80=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 80 (31.64% from 255 or 49.08% from 163); Max value from RGB is 80 - color contains mainly: red, blue. Hex color #500350 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500350 is #AFFCAF. Grayscale: #222222. Windows color (decimal): -11533488 or 5243728. OLE color: 5243728.
HSL color Cylindrical-coordinate representation of color #500350: hue angle of 300º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #500350 is Cyan = 0, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 3 | 80 | - |
| CMYK | 0 | 0.96 | 0 | 0.69 |
| HSL | 300º | 0.93% | 0.16% | - |
| HSV(B) | 300º | 0.96% | 0.31% | - |
| XYZ | 4.79 | 2.35 | 7.79 | - |
| YUV | 34.8 | 153.51 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 3 | 80 | 0 | 0.96 | 0 | 0.69 | 300 | 0.93 | 0.16 |
| Hex | 50 | 3 | 50 | 0 | 60 | 0 | 45 | 12C | 5D | 10 |
| Octal | 120 | 3 | 120 | 0 | 140 | 0 | 105 | 454 | 135 | 20 |
| Binary | 1010000 | 11 | 1010000 | 0 | 1100000 | 0 | 1000101 | 100101100 | 1011101 | 10000 |
Color Harmonies of #500350
Complementary color
Monochromatic Colors of #500350
Black with #500350
Text Example
Text Example
White with #500350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500350; }
p { color: rgb(80,3,80); }
H1.HeaderClassName
{
color: #500350;
}
.AnyTagClassName
{
color: #500350;
}
</style>
background-color css
<style>
a { background-color: #500350; }
a { background-color: rgb(80,3,80); }
div.DivClassName
{
background-color: #500350;
}
.BgClassName
{
background-color: #500350;
}
</style>
border-color css
<style>
span { border-color: #500350; }
span { border-color: rgb(80,3,80); }
td.TdClassName
{
border-color: #500350;
}
.TagClassName
{
border-color: #500350;
}
</style>