Shades of Hot Purple #50284E
Tints of Hot Purple #50284E
RGB
CMYK
RGB Variations
Color information
#50284E (or 0x50284E) is known color: Hot Purple. HEX triplet: 50, 28 and 4E. RGB value is (80,40,78). Sum of RGB (Red+Green+Blue) = 80+40+78=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 40 (16.02% from 255 or 20.20% from 198); Blue value is 78 (30.86% from 255 or 39.39% from 198); Max value from RGB is 80 - color contains mainly: red. Hex color #50284E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50284E is #AFD7B1. Grayscale: #383838. Windows color (decimal): -11524018 or 5122128. OLE color: 5122128.
HSL color Cylindrical-coordinate representation of color #50284E: hue angle of 303º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50284E is Cyan = 0, Magento = 0.5, Yellow = 0.02 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 40 | 78 | - |
| CMYK | 0 | 0.5 | 0.02 | 0.69 |
| HSL | 303º | 0.33% | 0.24% | - |
| HSV(B) | 303º | 0.5% | 0.31% | - |
| XYZ | 5.44 | 3.77 | 7.65 | - |
| YUV | 56.29 | 140.25 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 40 | 78 | 0 | 0.5 | 0.02 | 0.69 | 303 | 0.33 | 0.24 |
| Hex | 50 | 28 | 4E | 0 | 32 | 2 | 45 | 12F | 21 | 18 |
| Octal | 120 | 50 | 116 | 0 | 62 | 2 | 105 | 457 | 41 | 30 |
| Binary | 1010000 | 101000 | 1001110 | 0 | 110010 | 10 | 1000101 | 100101111 | 100001 | 11000 |
Color Harmonies of #50284E
Complementary color
Monochromatic Colors of #50284E
Black with #50284E
Text Example
Text Example
White with #50284E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50284E; }
p { color: rgb(80,40,78); }
H1.HeaderClassName
{
color: #50284E;
}
.AnyTagClassName
{
color: #50284E;
}
</style>
background-color css
<style>
a { background-color: #50284E; }
a { background-color: rgb(80,40,78); }
div.DivClassName
{
background-color: #50284E;
}
.BgClassName
{
background-color: #50284E;
}
</style>
border-color css
<style>
span { border-color: #50284E; }
span { border-color: rgb(80,40,78); }
td.TdClassName
{
border-color: #50284E;
}
.TagClassName
{
border-color: #50284E;
}
</style>