Shades of Hot Purple #50025A
Tints of Hot Purple #50025A
RGB
CMYK
RGB Variations
Color information
#50025A (or 0x50025A) is known color: Hot Purple. HEX triplet: 50, 02 and 5A. RGB value is (80,2,90). Sum of RGB (Red+Green+Blue) = 80+2+90=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 90 (35.55% from 255 or 52.33% from 172); Max value from RGB is 90 - color contains mainly: blue. Hex color #50025A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50025A is #AFFDA5. Grayscale: #232323. Windows color (decimal): -11533734 or 5898832. OLE color: 5898832.
HSL color Cylindrical-coordinate representation of color #50025A: hue angle of 293.18º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #50025A is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 80 | 2 | 90 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.65 |
| HSL | 293.18º | 0.96% | 0.18% | - |
| HSV(B) | 293.18º | 0.98% | 0.35% | - |
| XYZ | 5.18 | 2.49 | 9.88 | - |
| YUV | 35.35 | 158.84 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 2 | 90 | 0.11 | 0.98 | 0 | 0.65 | 293.18 | 0.96 | 0.18 |
| Hex | 50 | 2 | 5A | B | 62 | 0 | 41 | 125 | 60 | 12 |
| Octal | 120 | 2 | 132 | 13 | 142 | 0 | 101 | 445 | 140 | 22 |
| Binary | 1010000 | 10 | 1011010 | 1011 | 1100010 | 0 | 1000001 | 100100101 | 1100000 | 10010 |
Color Harmonies of #50025A
Complementary color
Monochromatic Colors of #50025A
Black with #50025A
Text Example
Text Example
White with #50025A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50025A; }
p { color: rgb(80,2,90); }
H1.HeaderClassName
{
color: #50025A;
}
.AnyTagClassName
{
color: #50025A;
}
</style>
background-color css
<style>
a { background-color: #50025A; }
a { background-color: rgb(80,2,90); }
div.DivClassName
{
background-color: #50025A;
}
.BgClassName
{
background-color: #50025A;
}
</style>
border-color css
<style>
span { border-color: #50025A; }
span { border-color: rgb(80,2,90); }
td.TdClassName
{
border-color: #50025A;
}
.TagClassName
{
border-color: #50025A;
}
</style>