Shades of Hot Purple #50074F
Tints of Hot Purple #50074F
RGB
CMYK
RGB Variations
Color information
#50074F (or 0x50074F) is known color: Hot Purple. HEX triplet: 50, 07 and 4F. RGB value is (80,7,79). Sum of RGB (Red+Green+Blue) = 80+7+79=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 7 (3.12% from 255 or 4.22% from 166); Blue value is 79 (31.25% from 255 or 47.59% from 166); Max value from RGB is 80 - color contains mainly: red. Hex color #50074F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50074F is #AFF8B0. Grayscale: #242424. Windows color (decimal): -11532465 or 5179216. OLE color: 5179216.
HSL color Cylindrical-coordinate representation of color #50074F: hue angle of 300.82º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #50074F is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 7 | 79 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.69 |
| HSL | 300.82º | 0.84% | 0.17% | - |
| HSV(B) | 300.82º | 0.91% | 0.31% | - |
| XYZ | 4.8 | 2.42 | 7.61 | - |
| YUV | 37.04 | 151.68 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 7 | 79 | 0 | 0.91 | 0.01 | 0.69 | 300.82 | 0.84 | 0.17 |
| Hex | 50 | 7 | 4F | 0 | 5B | 1 | 45 | 12D | 54 | 11 |
| Octal | 120 | 7 | 117 | 0 | 133 | 1 | 105 | 455 | 124 | 21 |
| Binary | 1010000 | 111 | 1001111 | 0 | 1011011 | 1 | 1000101 | 100101101 | 1010100 | 10001 |
Color Harmonies of #50074F
Complementary color
Monochromatic Colors of #50074F
Black with #50074F
Text Example
Text Example
White with #50074F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50074F; }
p { color: rgb(80,7,79); }
H1.HeaderClassName
{
color: #50074F;
}
.AnyTagClassName
{
color: #50074F;
}
</style>
background-color css
<style>
a { background-color: #50074F; }
a { background-color: rgb(80,7,79); }
div.DivClassName
{
background-color: #50074F;
}
.BgClassName
{
background-color: #50074F;
}
</style>
border-color css
<style>
span { border-color: #50074F; }
span { border-color: rgb(80,7,79); }
td.TdClassName
{
border-color: #50074F;
}
.TagClassName
{
border-color: #50074F;
}
</style>