Shades of Hot Purple #50075A
Tints of Hot Purple #50075A
RGB
CMYK
RGB Variations
Color information
#50075A (or 0x50075A) is known color: Hot Purple. HEX triplet: 50, 07 and 5A. RGB value is (80,7,90). Sum of RGB (Red+Green+Blue) = 80+7+90=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 7 (3.12% from 255 or 3.95% from 177); Blue value is 90 (35.55% from 255 or 50.85% from 177); Max value from RGB is 90 - color contains mainly: blue. Hex color #50075A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50075A is #AFF8A5. Grayscale: #262626. Windows color (decimal): -11532454 or 5900112. OLE color: 5900112.
HSL color Cylindrical-coordinate representation of color #50075A: hue angle of 292.77º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #50075A is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 80 | 7 | 90 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.65 |
| HSL | 292.77º | 0.86% | 0.19% | - |
| HSV(B) | 292.77º | 0.92% | 0.35% | - |
| XYZ | 5.23 | 2.6 | 9.9 | - |
| YUV | 38.29 | 157.18 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 7 | 90 | 0.11 | 0.92 | 0 | 0.65 | 292.77 | 0.86 | 0.19 |
| Hex | 50 | 7 | 5A | B | 5C | 0 | 41 | 125 | 56 | 13 |
| Octal | 120 | 7 | 132 | 13 | 134 | 0 | 101 | 445 | 126 | 23 |
| Binary | 1010000 | 111 | 1011010 | 1011 | 1011100 | 0 | 1000001 | 100100101 | 1010110 | 10011 |
Color Harmonies of #50075A
Complementary color
Monochromatic Colors of #50075A
Black with #50075A
Text Example
Text Example
White with #50075A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50075A; }
p { color: rgb(80,7,90); }
H1.HeaderClassName
{
color: #50075A;
}
.AnyTagClassName
{
color: #50075A;
}
</style>
background-color css
<style>
a { background-color: #50075A; }
a { background-color: rgb(80,7,90); }
div.DivClassName
{
background-color: #50075A;
}
.BgClassName
{
background-color: #50075A;
}
</style>
border-color css
<style>
span { border-color: #50075A; }
span { border-color: rgb(80,7,90); }
td.TdClassName
{
border-color: #50075A;
}
.TagClassName
{
border-color: #50075A;
}
</style>