Shades of Hot Purple #50115A
Tints of Hot Purple #50115A
RGB
CMYK
RGB Variations
Color information
#50115A (or 0x50115A) is known color: Hot Purple. HEX triplet: 50, 11 and 5A. RGB value is (80,17,90). Sum of RGB (Red+Green+Blue) = 80+17+90=187 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.78% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 90 (35.55% from 255 or 48.13% from 187); Max value from RGB is 90 - color contains mainly: blue. Hex color #50115A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50115A is #AFEEA5. Grayscale: #2B2B2B. Windows color (decimal): -11529894 or 5902672. OLE color: 5902672.
HSL color Cylindrical-coordinate representation of color #50115A: hue angle of 291.78º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #50115A is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 80 | 17 | 90 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.65 |
| HSL | 291.78º | 0.68% | 0.21% | - |
| HSV(B) | 291.78º | 0.81% | 0.35% | - |
| XYZ | 5.35 | 2.84 | 9.94 | - |
| YUV | 44.16 | 153.87 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 17 | 90 | 0.11 | 0.81 | 0 | 0.65 | 291.78 | 0.68 | 0.21 |
| Hex | 50 | 11 | 5A | B | 51 | 0 | 41 | 124 | 44 | 15 |
| Octal | 120 | 21 | 132 | 13 | 121 | 0 | 101 | 444 | 104 | 25 |
| Binary | 1010000 | 10001 | 1011010 | 1011 | 1010001 | 0 | 1000001 | 100100100 | 1000100 | 10101 |
Color Harmonies of #50115A
Complementary color
Monochromatic Colors of #50115A
Black with #50115A
Text Example
Text Example
White with #50115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50115A; }
p { color: rgb(80,17,90); }
H1.HeaderClassName
{
color: #50115A;
}
.AnyTagClassName
{
color: #50115A;
}
</style>
background-color css
<style>
a { background-color: #50115A; }
a { background-color: rgb(80,17,90); }
div.DivClassName
{
background-color: #50115A;
}
.BgClassName
{
background-color: #50115A;
}
</style>
border-color css
<style>
span { border-color: #50115A; }
span { border-color: rgb(80,17,90); }
td.TdClassName
{
border-color: #50115A;
}
.TagClassName
{
border-color: #50115A;
}
</style>