Shades of Hot Purple #50045B
Tints of Hot Purple #50045B
RGB
CMYK
RGB Variations
Color information
#50045B (or 0x50045B) is known color: Hot Purple. HEX triplet: 50, 04 and 5B. RGB value is (80,4,91). Sum of RGB (Red+Green+Blue) = 80+4+91=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 91 (35.94% from 255 or 52% from 175); Max value from RGB is 91 - color contains mainly: blue. Hex color #50045B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50045B is #AFFBA4. Grayscale: #242424. Windows color (decimal): -11533221 or 5964880. OLE color: 5964880.
HSL color Cylindrical-coordinate representation of color #50045B: hue angle of 292.41º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #50045B is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 4 | 91 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.64 |
| HSL | 292.41º | 0.92% | 0.19% | - |
| HSV(B) | 292.41º | 0.96% | 0.36% | - |
| XYZ | 5.24 | 2.55 | 10.11 | - |
| YUV | 36.64 | 158.68 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 4 | 91 | 0.12 | 0.96 | 0 | 0.64 | 292.41 | 0.92 | 0.19 |
| Hex | 50 | 4 | 5B | C | 60 | 0 | 40 | 124 | 5C | 13 |
| Octal | 120 | 4 | 133 | 14 | 140 | 0 | 100 | 444 | 134 | 23 |
| Binary | 1010000 | 100 | 1011011 | 1100 | 1100000 | 0 | 1000000 | 100100100 | 1011100 | 10011 |
Color Harmonies of #50045B
Complementary color
Monochromatic Colors of #50045B
Black with #50045B
Text Example
Text Example
White with #50045B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50045B; }
p { color: rgb(80,4,91); }
H1.HeaderClassName
{
color: #50045B;
}
.AnyTagClassName
{
color: #50045B;
}
</style>
background-color css
<style>
a { background-color: #50045B; }
a { background-color: rgb(80,4,91); }
div.DivClassName
{
background-color: #50045B;
}
.BgClassName
{
background-color: #50045B;
}
</style>
border-color css
<style>
span { border-color: #50045B; }
span { border-color: rgb(80,4,91); }
td.TdClassName
{
border-color: #50045B;
}
.TagClassName
{
border-color: #50045B;
}
</style>