Shades of Hot Purple #50075F
Tints of Hot Purple #50075F
RGB
CMYK
RGB Variations
Color information
#50075F (or 0x50075F) is known color: Hot Purple. HEX triplet: 50, 07 and 5F. RGB value is (80,7,95). Sum of RGB (Red+Green+Blue) = 80+7+95=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 7 (3.12% from 255 or 3.85% from 182); Blue value is 95 (37.5% from 255 or 52.20% from 182); Max value from RGB is 95 - color contains mainly: blue. Hex color #50075F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50075F is #AFF8A0. Grayscale: #262626. Windows color (decimal): -11532449 or 6227792. OLE color: 6227792.
HSL color Cylindrical-coordinate representation of color #50075F: hue angle of 289.77º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #50075F is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 80 | 7 | 95 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.63 |
| HSL | 289.77º | 0.86% | 0.2% | - |
| HSV(B) | 289.77º | 0.93% | 0.37% | - |
| XYZ | 5.45 | 2.68 | 11.06 | - |
| YUV | 38.86 | 159.68 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 7 | 95 | 0.16 | 0.93 | 0 | 0.63 | 289.77 | 0.86 | 0.2 |
| Hex | 50 | 7 | 5F | 10 | 5D | 0 | 3F | 122 | 56 | 14 |
| Octal | 120 | 7 | 137 | 20 | 135 | 0 | 77 | 442 | 126 | 24 |
| Binary | 1010000 | 111 | 1011111 | 10000 | 1011101 | 0 | 111111 | 100100010 | 1010110 | 10100 |
Color Harmonies of #50075F
Complementary color
Monochromatic Colors of #50075F
Black with #50075F
Text Example
Text Example
White with #50075F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50075F; }
p { color: rgb(80,7,95); }
H1.HeaderClassName
{
color: #50075F;
}
.AnyTagClassName
{
color: #50075F;
}
</style>
background-color css
<style>
a { background-color: #50075F; }
a { background-color: rgb(80,7,95); }
div.DivClassName
{
background-color: #50075F;
}
.BgClassName
{
background-color: #50075F;
}
</style>
border-color css
<style>
span { border-color: #50075F; }
span { border-color: rgb(80,7,95); }
td.TdClassName
{
border-color: #50075F;
}
.TagClassName
{
border-color: #50075F;
}
</style>