Shades of Hot Purple #50235A
Tints of Hot Purple #50235A
RGB
CMYK
RGB Variations
Color information
#50235A (or 0x50235A) is known color: Hot Purple. HEX triplet: 50, 23 and 5A. RGB value is (80,35,90). Sum of RGB (Red+Green+Blue) = 80+35+90=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 90 (35.55% from 255 or 43.90% from 205); Max value from RGB is 90 - color contains mainly: blue. Hex color #50235A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50235A is #AFDCA5. Grayscale: #363636. Windows color (decimal): -11525286 or 5907280. OLE color: 5907280.
HSL color Cylindrical-coordinate representation of color #50235A: hue angle of 289.09º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50235A is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 80 | 35 | 90 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.65 |
| HSL | 289.09º | 0.44% | 0.25% | - |
| HSV(B) | 289.09º | 0.61% | 0.35% | - |
| XYZ | 5.75 | 3.65 | 10.07 | - |
| YUV | 54.73 | 147.91 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 35 | 90 | 0.11 | 0.61 | 0 | 0.65 | 289.09 | 0.44 | 0.25 |
| Hex | 50 | 23 | 5A | B | 3D | 0 | 41 | 121 | 2C | 19 |
| Octal | 120 | 43 | 132 | 13 | 75 | 0 | 101 | 441 | 54 | 31 |
| Binary | 1010000 | 100011 | 1011010 | 1011 | 111101 | 0 | 1000001 | 100100001 | 101100 | 11001 |
Color Harmonies of #50235A
Complementary color
Monochromatic Colors of #50235A
Black with #50235A
Text Example
Text Example
White with #50235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50235A; }
p { color: rgb(80,35,90); }
H1.HeaderClassName
{
color: #50235A;
}
.AnyTagClassName
{
color: #50235A;
}
</style>
background-color css
<style>
a { background-color: #50235A; }
a { background-color: rgb(80,35,90); }
div.DivClassName
{
background-color: #50235A;
}
.BgClassName
{
background-color: #50235A;
}
</style>
border-color css
<style>
span { border-color: #50235A; }
span { border-color: rgb(80,35,90); }
td.TdClassName
{
border-color: #50235A;
}
.TagClassName
{
border-color: #50235A;
}
</style>