Shades of Hot Purple #50025B
Tints of Hot Purple #50025B
RGB
CMYK
RGB Variations
Color information
#50025B (or 0x50025B) is known color: Hot Purple. HEX triplet: 50, 02 and 5B. RGB value is (80,2,91). Sum of RGB (Red+Green+Blue) = 80+2+91=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 91 (35.94% from 255 or 52.60% from 173); Max value from RGB is 91 - color contains mainly: blue. Hex color #50025B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50025B is #AFFDA4. Grayscale: #232323. Windows color (decimal): -11533733 or 5964368. OLE color: 5964368.
HSL color Cylindrical-coordinate representation of color #50025B: hue angle of 292.58º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #50025B is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 2 | 91 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.64 |
| HSL | 292.58º | 0.96% | 0.18% | - |
| HSV(B) | 292.58º | 0.98% | 0.36% | - |
| XYZ | 5.22 | 2.5 | 10.11 | - |
| YUV | 35.47 | 159.34 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 2 | 91 | 0.12 | 0.98 | 0 | 0.64 | 292.58 | 0.96 | 0.18 |
| Hex | 50 | 2 | 5B | C | 62 | 0 | 40 | 125 | 60 | 12 |
| Octal | 120 | 2 | 133 | 14 | 142 | 0 | 100 | 445 | 140 | 22 |
| Binary | 1010000 | 10 | 1011011 | 1100 | 1100010 | 0 | 1000000 | 100100101 | 1100000 | 10010 |
Color Harmonies of #50025B
Complementary color
Monochromatic Colors of #50025B
Black with #50025B
Text Example
Text Example
White with #50025B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50025B; }
p { color: rgb(80,2,91); }
H1.HeaderClassName
{
color: #50025B;
}
.AnyTagClassName
{
color: #50025B;
}
</style>
background-color css
<style>
a { background-color: #50025B; }
a { background-color: rgb(80,2,91); }
div.DivClassName
{
background-color: #50025B;
}
.BgClassName
{
background-color: #50025B;
}
</style>
border-color css
<style>
span { border-color: #50025B; }
span { border-color: rgb(80,2,91); }
td.TdClassName
{
border-color: #50025B;
}
.TagClassName
{
border-color: #50025B;
}
</style>