Shades of Hot Purple #50234E
Tints of Hot Purple #50234E
RGB
CMYK
RGB Variations
Color information
#50234E (or 0x50234E) is known color: Hot Purple. HEX triplet: 50, 23 and 4E. RGB value is (80,35,78). Sum of RGB (Red+Green+Blue) = 80+35+78=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 80 - color contains mainly: red. Hex color #50234E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50234E is #AFDCB1. Grayscale: #353535. Windows color (decimal): -11525298 or 5120848. OLE color: 5120848.
HSL color Cylindrical-coordinate representation of color #50234E: hue angle of 302.67º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50234E is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 35 | 78 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.69 |
| HSL | 302.67º | 0.39% | 0.23% | - |
| HSV(B) | 302.67º | 0.56% | 0.31% | - |
| XYZ | 5.28 | 3.46 | 7.6 | - |
| YUV | 53.36 | 141.91 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 35 | 78 | 0 | 0.56 | 0.02 | 0.69 | 302.67 | 0.39 | 0.23 |
| Hex | 50 | 23 | 4E | 0 | 38 | 2 | 45 | 12F | 27 | 17 |
| Octal | 120 | 43 | 116 | 0 | 70 | 2 | 105 | 457 | 47 | 27 |
| Binary | 1010000 | 100011 | 1001110 | 0 | 111000 | 10 | 1000101 | 100101111 | 100111 | 10111 |
Color Harmonies of #50234E
Complementary color
Monochromatic Colors of #50234E
Black with #50234E
Text Example
Text Example
White with #50234E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50234E; }
p { color: rgb(80,35,78); }
H1.HeaderClassName
{
color: #50234E;
}
.AnyTagClassName
{
color: #50234E;
}
</style>
background-color css
<style>
a { background-color: #50234E; }
a { background-color: rgb(80,35,78); }
div.DivClassName
{
background-color: #50234E;
}
.BgClassName
{
background-color: #50234E;
}
</style>
border-color css
<style>
span { border-color: #50234E; }
span { border-color: rgb(80,35,78); }
td.TdClassName
{
border-color: #50234E;
}
.TagClassName
{
border-color: #50234E;
}
</style>