Shades of Hot Purple #50244F
Tints of Hot Purple #50244F
RGB
CMYK
RGB Variations
Color information
#50244F (or 0x50244F) is known color: Hot Purple. HEX triplet: 50, 24 and 4F. RGB value is (80,36,79). Sum of RGB (Red+Green+Blue) = 80+36+79=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 36 (14.45% from 255 or 18.46% from 195); Blue value is 79 (31.25% from 255 or 40.51% from 195); Max value from RGB is 80 - color contains mainly: red. Hex color #50244F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50244F is #AFDBB0. Grayscale: #353535. Windows color (decimal): -11525041 or 5186640. OLE color: 5186640.
HSL color Cylindrical-coordinate representation of color #50244F: hue angle of 301.36º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50244F is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 36 | 79 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.69 |
| HSL | 301.36º | 0.38% | 0.23% | - |
| HSV(B) | 301.36º | 0.55% | 0.31% | - |
| XYZ | 5.35 | 3.53 | 7.8 | - |
| YUV | 54.06 | 142.08 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 36 | 79 | 0 | 0.55 | 0.01 | 0.69 | 301.36 | 0.38 | 0.23 |
| Hex | 50 | 24 | 4F | 0 | 37 | 1 | 45 | 12D | 26 | 17 |
| Octal | 120 | 44 | 117 | 0 | 67 | 1 | 105 | 455 | 46 | 27 |
| Binary | 1010000 | 100100 | 1001111 | 0 | 110111 | 1 | 1000101 | 100101101 | 100110 | 10111 |
Color Harmonies of #50244F
Complementary color
Monochromatic Colors of #50244F
Black with #50244F
Text Example
Text Example
White with #50244F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50244F; }
p { color: rgb(80,36,79); }
H1.HeaderClassName
{
color: #50244F;
}
.AnyTagClassName
{
color: #50244F;
}
</style>
background-color css
<style>
a { background-color: #50244F; }
a { background-color: rgb(80,36,79); }
div.DivClassName
{
background-color: #50244F;
}
.BgClassName
{
background-color: #50244F;
}
</style>
border-color css
<style>
span { border-color: #50244F; }
span { border-color: rgb(80,36,79); }
td.TdClassName
{
border-color: #50244F;
}
.TagClassName
{
border-color: #50244F;
}
</style>