Shades of Hot Purple #50034F
Tints of Hot Purple #50034F
RGB
CMYK
RGB Variations
Color information
#50034F (or 0x50034F) is known color: Hot Purple. HEX triplet: 50, 03 and 4F. RGB value is (80,3,79). Sum of RGB (Red+Green+Blue) = 80+3+79=162 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.38% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 79 (31.25% from 255 or 48.77% from 162); Max value from RGB is 80 - color contains mainly: red. Hex color #50034F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50034F is #AFFCB0. Grayscale: #222222. Windows color (decimal): -11533489 or 5178192. OLE color: 5178192.
HSL color Cylindrical-coordinate representation of color #50034F: hue angle of 300.78º 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 #50034F is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 3 | 79 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.69 |
| HSL | 300.78º | 0.93% | 0.16% | - |
| HSV(B) | 300.78º | 0.96% | 0.31% | - |
| XYZ | 4.75 | 2.34 | 7.6 | - |
| YUV | 34.69 | 153.01 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 3 | 79 | 0 | 0.96 | 0.01 | 0.69 | 300.78 | 0.93 | 0.16 |
| Hex | 50 | 3 | 4F | 0 | 60 | 1 | 45 | 12D | 5D | 10 |
| Octal | 120 | 3 | 117 | 0 | 140 | 1 | 105 | 455 | 135 | 20 |
| Binary | 1010000 | 11 | 1001111 | 0 | 1100000 | 1 | 1000101 | 100101101 | 1011101 | 10000 |
Color Harmonies of #50034F
Complementary color
Monochromatic Colors of #50034F
Black with #50034F
Text Example
Text Example
White with #50034F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50034F; }
p { color: rgb(80,3,79); }
H1.HeaderClassName
{
color: #50034F;
}
.AnyTagClassName
{
color: #50034F;
}
</style>
background-color css
<style>
a { background-color: #50034F; }
a { background-color: rgb(80,3,79); }
div.DivClassName
{
background-color: #50034F;
}
.BgClassName
{
background-color: #50034F;
}
</style>
border-color css
<style>
span { border-color: #50034F; }
span { border-color: rgb(80,3,79); }
td.TdClassName
{
border-color: #50034F;
}
.TagClassName
{
border-color: #50034F;
}
</style>