Shades of Hot Purple #50244E
Tints of Hot Purple #50244E
RGB
CMYK
RGB Variations
Color information
#50244E (or 0x50244E) is known color: Hot Purple. HEX triplet: 50, 24 and 4E. RGB value is (80,36,78). Sum of RGB (Red+Green+Blue) = 80+36+78=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 36 (14.45% from 255 or 18.56% from 194); Blue value is 78 (30.86% from 255 or 40.21% from 194); Max value from RGB is 80 - color contains mainly: red. Hex color #50244E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50244E is #AFDBB1. Grayscale: #353535. Windows color (decimal): -11525042 or 5121104. OLE color: 5121104.
HSL color Cylindrical-coordinate representation of color #50244E: hue angle of 302.73º 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 #50244E is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 36 | 78 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.69 |
| HSL | 302.73º | 0.38% | 0.23% | - |
| HSV(B) | 302.73º | 0.55% | 0.31% | - |
| XYZ | 5.31 | 3.52 | 7.61 | - |
| YUV | 53.94 | 141.58 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 36 | 78 | 0 | 0.55 | 0.02 | 0.69 | 302.73 | 0.38 | 0.23 |
| Hex | 50 | 24 | 4E | 0 | 37 | 2 | 45 | 12F | 26 | 17 |
| Octal | 120 | 44 | 116 | 0 | 67 | 2 | 105 | 457 | 46 | 27 |
| Binary | 1010000 | 100100 | 1001110 | 0 | 110111 | 10 | 1000101 | 100101111 | 100110 | 10111 |
Color Harmonies of #50244E
Complementary color
Monochromatic Colors of #50244E
Black with #50244E
Text Example
Text Example
White with #50244E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50244E; }
p { color: rgb(80,36,78); }
H1.HeaderClassName
{
color: #50244E;
}
.AnyTagClassName
{
color: #50244E;
}
</style>
background-color css
<style>
a { background-color: #50244E; }
a { background-color: rgb(80,36,78); }
div.DivClassName
{
background-color: #50244E;
}
.BgClassName
{
background-color: #50244E;
}
</style>
border-color css
<style>
span { border-color: #50244E; }
span { border-color: rgb(80,36,78); }
td.TdClassName
{
border-color: #50244E;
}
.TagClassName
{
border-color: #50244E;
}
</style>