Shades of Hot Purple #50105D
Tints of Hot Purple #50105D
RGB
CMYK
RGB Variations
Color information
#50105D (or 0x50105D) is known color: Hot Purple. HEX triplet: 50, 10 and 5D. RGB value is (80,16,93). Sum of RGB (Red+Green+Blue) = 80+16+93=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 93 (36.72% from 255 or 49.21% from 189); Max value from RGB is 93 - color contains mainly: blue. Hex color #50105D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50105D is #AFEFA2. Grayscale: #2B2B2B. Windows color (decimal): -11530147 or 6099024. OLE color: 6099024.
HSL color Cylindrical-coordinate representation of color #50105D: hue angle of 289.87º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #50105D is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 16 | 93 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.64 |
| HSL | 289.87º | 0.71% | 0.21% | - |
| HSV(B) | 289.87º | 0.83% | 0.36% | - |
| XYZ | 5.47 | 2.87 | 10.62 | - |
| YUV | 43.91 | 155.7 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 16 | 93 | 0.14 | 0.83 | 0 | 0.64 | 289.87 | 0.71 | 0.21 |
| Hex | 50 | 10 | 5D | E | 53 | 0 | 40 | 122 | 47 | 15 |
| Octal | 120 | 20 | 135 | 16 | 123 | 0 | 100 | 442 | 107 | 25 |
| Binary | 1010000 | 10000 | 1011101 | 1110 | 1010011 | 0 | 1000000 | 100100010 | 1000111 | 10101 |
Color Harmonies of #50105D
Complementary color
Monochromatic Colors of #50105D
Black with #50105D
Text Example
Text Example
White with #50105D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50105D; }
p { color: rgb(80,16,93); }
H1.HeaderClassName
{
color: #50105D;
}
.AnyTagClassName
{
color: #50105D;
}
</style>
background-color css
<style>
a { background-color: #50105D; }
a { background-color: rgb(80,16,93); }
div.DivClassName
{
background-color: #50105D;
}
.BgClassName
{
background-color: #50105D;
}
</style>
border-color css
<style>
span { border-color: #50105D; }
span { border-color: rgb(80,16,93); }
td.TdClassName
{
border-color: #50105D;
}
.TagClassName
{
border-color: #50105D;
}
</style>