Shades of Hot Purple #50275A
Tints of Hot Purple #50275A
RGB
CMYK
RGB Variations
Color information
#50275A (or 0x50275A) is known color: Hot Purple. HEX triplet: 50, 27 and 5A. RGB value is (80,39,90). Sum of RGB (Red+Green+Blue) = 80+39+90=209 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.28% from 209); Green value is 39 (15.62% from 255 or 18.66% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 90 - color contains mainly: blue. Hex color #50275A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50275A is #AFD8A5. Grayscale: #383838. Windows color (decimal): -11524262 or 5908304. OLE color: 5908304.
HSL color Cylindrical-coordinate representation of color #50275A: hue angle of 288.24º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50275A is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 80 | 39 | 90 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.65 |
| HSL | 288.24º | 0.4% | 0.25% | - |
| HSV(B) | 288.24º | 0.57% | 0.35% | - |
| XYZ | 5.88 | 3.89 | 10.11 | - |
| YUV | 57.07 | 146.58 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 39 | 90 | 0.11 | 0.57 | 0 | 0.65 | 288.24 | 0.4 | 0.25 |
| Hex | 50 | 27 | 5A | B | 39 | 0 | 41 | 120 | 28 | 19 |
| Octal | 120 | 47 | 132 | 13 | 71 | 0 | 101 | 440 | 50 | 31 |
| Binary | 1010000 | 100111 | 1011010 | 1011 | 111001 | 0 | 1000001 | 100100000 | 101000 | 11001 |
Color Harmonies of #50275A
Complementary color
Monochromatic Colors of #50275A
Black with #50275A
Text Example
Text Example
White with #50275A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50275A; }
p { color: rgb(80,39,90); }
H1.HeaderClassName
{
color: #50275A;
}
.AnyTagClassName
{
color: #50275A;
}
</style>
background-color css
<style>
a { background-color: #50275A; }
a { background-color: rgb(80,39,90); }
div.DivClassName
{
background-color: #50275A;
}
.BgClassName
{
background-color: #50275A;
}
</style>
border-color css
<style>
span { border-color: #50275A; }
span { border-color: rgb(80,39,90); }
td.TdClassName
{
border-color: #50275A;
}
.TagClassName
{
border-color: #50275A;
}
</style>