Shades of Hot Purple #50155A
Tints of Hot Purple #50155A
RGB
CMYK
RGB Variations
Color information
#50155A (or 0x50155A) is known color: Hot Purple. HEX triplet: 50, 15 and 5A. RGB value is (80,21,90). Sum of RGB (Red+Green+Blue) = 80+21+90=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 90 (35.55% from 255 or 47.12% from 191); Max value from RGB is 90 - color contains mainly: blue. Hex color #50155A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50155A is #AFEAA5. Grayscale: #2E2E2E. Windows color (decimal): -11528870 or 5903696. OLE color: 5903696.
HSL color Cylindrical-coordinate representation of color #50155A: hue angle of 291.3º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50155A is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 80 | 21 | 90 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.65 |
| HSL | 291.3º | 0.62% | 0.22% | - |
| HSV(B) | 291.3º | 0.77% | 0.35% | - |
| XYZ | 5.42 | 2.98 | 9.96 | - |
| YUV | 46.51 | 152.55 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 21 | 90 | 0.11 | 0.77 | 0 | 0.65 | 291.3 | 0.62 | 0.22 |
| Hex | 50 | 15 | 5A | B | 4D | 0 | 41 | 123 | 3E | 16 |
| Octal | 120 | 25 | 132 | 13 | 115 | 0 | 101 | 443 | 76 | 26 |
| Binary | 1010000 | 10101 | 1011010 | 1011 | 1001101 | 0 | 1000001 | 100100011 | 111110 | 10110 |
Color Harmonies of #50155A
Complementary color
Monochromatic Colors of #50155A
Black with #50155A
Text Example
Text Example
White with #50155A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50155A; }
p { color: rgb(80,21,90); }
H1.HeaderClassName
{
color: #50155A;
}
.AnyTagClassName
{
color: #50155A;
}
</style>
background-color css
<style>
a { background-color: #50155A; }
a { background-color: rgb(80,21,90); }
div.DivClassName
{
background-color: #50155A;
}
.BgClassName
{
background-color: #50155A;
}
</style>
border-color css
<style>
span { border-color: #50155A; }
span { border-color: rgb(80,21,90); }
td.TdClassName
{
border-color: #50155A;
}
.TagClassName
{
border-color: #50155A;
}
</style>