Shades of Hot Purple #50035D
Tints of Hot Purple #50035D
RGB
CMYK
RGB Variations
Color information
#50035D (or 0x50035D) is known color: Hot Purple. HEX triplet: 50, 03 and 5D. RGB value is (80,3,93). Sum of RGB (Red+Green+Blue) = 80+3+93=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 93 (36.72% from 255 or 52.84% from 176); Max value from RGB is 93 - color contains mainly: blue. Hex color #50035D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50035D is #AFFCA2. Grayscale: #242424. Windows color (decimal): -11533475 or 6095696. OLE color: 6095696.
HSL color Cylindrical-coordinate representation of color #50035D: hue angle of 291.33º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #50035D is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 3 | 93 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.64 |
| HSL | 291.33º | 0.94% | 0.19% | - |
| HSV(B) | 291.33º | 0.97% | 0.36% | - |
| XYZ | 5.32 | 2.56 | 10.57 | - |
| YUV | 36.28 | 160.01 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 3 | 93 | 0.14 | 0.97 | 0 | 0.64 | 291.33 | 0.94 | 0.19 |
| Hex | 50 | 3 | 5D | E | 61 | 0 | 40 | 123 | 5E | 13 |
| Octal | 120 | 3 | 135 | 16 | 141 | 0 | 100 | 443 | 136 | 23 |
| Binary | 1010000 | 11 | 1011101 | 1110 | 1100001 | 0 | 1000000 | 100100011 | 1011110 | 10011 |
Color Harmonies of #50035D
Complementary color
Monochromatic Colors of #50035D
Black with #50035D
Text Example
Text Example
White with #50035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50035D; }
p { color: rgb(80,3,93); }
H1.HeaderClassName
{
color: #50035D;
}
.AnyTagClassName
{
color: #50035D;
}
</style>
background-color css
<style>
a { background-color: #50035D; }
a { background-color: rgb(80,3,93); }
div.DivClassName
{
background-color: #50035D;
}
.BgClassName
{
background-color: #50035D;
}
</style>
border-color css
<style>
span { border-color: #50035D; }
span { border-color: rgb(80,3,93); }
td.TdClassName
{
border-color: #50035D;
}
.TagClassName
{
border-color: #50035D;
}
</style>