Shades of Hot Purple #50225A
Tints of Hot Purple #50225A
RGB
CMYK
RGB Variations
Color information
#50225A (or 0x50225A) is known color: Hot Purple. HEX triplet: 50, 22 and 5A. RGB value is (80,34,90). Sum of RGB (Red+Green+Blue) = 80+34+90=204 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.22% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 90 (35.55% from 255 or 44.12% from 204); Max value from RGB is 90 - color contains mainly: blue. Hex color #50225A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50225A is #AFDDA5. Grayscale: #353535. Windows color (decimal): -11525542 or 5907024. OLE color: 5907024.
HSL color Cylindrical-coordinate representation of color #50225A: hue angle of 289.29º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50225A is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 80 | 34 | 90 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.65 |
| HSL | 289.29º | 0.45% | 0.24% | - |
| HSV(B) | 289.29º | 0.62% | 0.35% | - |
| XYZ | 5.73 | 3.59 | 10.06 | - |
| YUV | 54.14 | 148.24 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 34 | 90 | 0.11 | 0.62 | 0 | 0.65 | 289.29 | 0.45 | 0.24 |
| Hex | 50 | 22 | 5A | B | 3E | 0 | 41 | 121 | 2D | 18 |
| Octal | 120 | 42 | 132 | 13 | 76 | 0 | 101 | 441 | 55 | 30 |
| Binary | 1010000 | 100010 | 1011010 | 1011 | 111110 | 0 | 1000001 | 100100001 | 101101 | 11000 |
Color Harmonies of #50225A
Complementary color
Monochromatic Colors of #50225A
Black with #50225A
Text Example
Text Example
White with #50225A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50225A; }
p { color: rgb(80,34,90); }
H1.HeaderClassName
{
color: #50225A;
}
.AnyTagClassName
{
color: #50225A;
}
</style>
background-color css
<style>
a { background-color: #50225A; }
a { background-color: rgb(80,34,90); }
div.DivClassName
{
background-color: #50225A;
}
.BgClassName
{
background-color: #50225A;
}
</style>
border-color css
<style>
span { border-color: #50225A; }
span { border-color: rgb(80,34,90); }
td.TdClassName
{
border-color: #50225A;
}
.TagClassName
{
border-color: #50225A;
}
</style>