Shades of Hot Purple #50304F
Tints of Hot Purple #50304F
RGB
CMYK
RGB Variations
Color information
#50304F (or 0x50304F) is known color: Hot Purple. HEX triplet: 50, 30 and 4F. RGB value is (80,48,79). Sum of RGB (Red+Green+Blue) = 80+48+79=207 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.65% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 79 (31.25% from 255 or 38.16% from 207); Max value from RGB is 80 - color contains mainly: red. Hex color #50304F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50304F is #AFCFB0. Grayscale: #3D3D3D. Windows color (decimal): -11521969 or 5189712. OLE color: 5189712.
HSL color Cylindrical-coordinate representation of color #50304F: hue angle of 301.88º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #50304F is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 48 | 79 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.69 |
| HSL | 301.88º | 0.25% | 0.25% | - |
| HSV(B) | 301.88º | 0.4% | 0.31% | - |
| XYZ | 5.78 | 4.38 | 7.94 | - |
| YUV | 61.1 | 138.1 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 48 | 79 | 0 | 0.40 | 0.01 | 0.69 | 301.88 | 0.25 | 0.25 |
| Hex | 50 | 30 | 4F | 0 | 28 | 1 | 45 | 12E | 19 | 19 |
| Octal | 120 | 60 | 117 | 0 | 50 | 1 | 105 | 456 | 31 | 31 |
| Binary | 1010000 | 110000 | 1001111 | 0 | 101000 | 1 | 1000101 | 100101110 | 11001 | 11001 |
Color Harmonies of #50304F
Complementary color
Monochromatic Colors of #50304F
Black with #50304F
Text Example
Text Example
White with #50304F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50304F; }
p { color: rgb(80,48,79); }
H1.HeaderClassName
{
color: #50304F;
}
.AnyTagClassName
{
color: #50304F;
}
</style>
background-color css
<style>
a { background-color: #50304F; }
a { background-color: rgb(80,48,79); }
div.DivClassName
{
background-color: #50304F;
}
.BgClassName
{
background-color: #50304F;
}
</style>
border-color css
<style>
span { border-color: #50304F; }
span { border-color: rgb(80,48,79); }
td.TdClassName
{
border-color: #50304F;
}
.TagClassName
{
border-color: #50304F;
}
</style>