Shades of Hot Purple #50075B
Tints of Hot Purple #50075B
RGB
CMYK
RGB Variations
Color information
#50075B (or 0x50075B) is known color: Hot Purple. HEX triplet: 50, 07 and 5B. RGB value is (80,7,91). Sum of RGB (Red+Green+Blue) = 80+7+91=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 7 (3.12% from 255 or 3.93% from 178); Blue value is 91 (35.94% from 255 or 51.12% from 178); Max value from RGB is 91 - color contains mainly: blue. Hex color #50075B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50075B is #AFF8A4. Grayscale: #262626. Windows color (decimal): -11532453 or 5965648. OLE color: 5965648.
HSL color Cylindrical-coordinate representation of color #50075B: hue angle of 292.14º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #50075B is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 7 | 91 | - |
| CMYK | 0.12 | 0.92 | 0 | 0.64 |
| HSL | 292.14º | 0.86% | 0.19% | - |
| HSV(B) | 292.14º | 0.92% | 0.36% | - |
| XYZ | 5.27 | 2.61 | 10.12 | - |
| YUV | 38.4 | 157.68 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 7 | 91 | 0.12 | 0.92 | 0 | 0.64 | 292.14 | 0.86 | 0.19 |
| Hex | 50 | 7 | 5B | C | 5C | 0 | 40 | 124 | 56 | 13 |
| Octal | 120 | 7 | 133 | 14 | 134 | 0 | 100 | 444 | 126 | 23 |
| Binary | 1010000 | 111 | 1011011 | 1100 | 1011100 | 0 | 1000000 | 100100100 | 1010110 | 10011 |
Color Harmonies of #50075B
Complementary color
Monochromatic Colors of #50075B
Black with #50075B
Text Example
Text Example
White with #50075B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50075B; }
p { color: rgb(80,7,91); }
H1.HeaderClassName
{
color: #50075B;
}
.AnyTagClassName
{
color: #50075B;
}
</style>
background-color css
<style>
a { background-color: #50075B; }
a { background-color: rgb(80,7,91); }
div.DivClassName
{
background-color: #50075B;
}
.BgClassName
{
background-color: #50075B;
}
</style>
border-color css
<style>
span { border-color: #50075B; }
span { border-color: rgb(80,7,91); }
td.TdClassName
{
border-color: #50075B;
}
.TagClassName
{
border-color: #50075B;
}
</style>