Shades of Hot Purple #500F5A
Tints of Hot Purple #500F5A
RGB
CMYK
RGB Variations
Color information
#500F5A (or 0x500F5A) is known color: Hot Purple. HEX triplet: 50, 0F and 5A. RGB value is (80,15,90). Sum of RGB (Red+Green+Blue) = 80+15+90=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 15 (6.25% from 255 or 8.11% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 90 - color contains mainly: blue. Hex color #500F5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500F5A is #AFF0A5. Grayscale: #2A2A2A. Windows color (decimal): -11530406 or 5902160. OLE color: 5902160.
HSL color Cylindrical-coordinate representation of color #500F5A: hue angle of 292º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #500F5A is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 80 | 15 | 90 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.65 |
| HSL | 292º | 0.71% | 0.21% | - |
| HSV(B) | 292º | 0.83% | 0.35% | - |
| XYZ | 5.32 | 2.79 | 9.93 | - |
| YUV | 42.99 | 154.53 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 15 | 90 | 0.11 | 0.83 | 0 | 0.65 | 292 | 0.71 | 0.21 |
| Hex | 50 | F | 5A | B | 53 | 0 | 41 | 124 | 47 | 15 |
| Octal | 120 | 17 | 132 | 13 | 123 | 0 | 101 | 444 | 107 | 25 |
| Binary | 1010000 | 1111 | 1011010 | 1011 | 1010011 | 0 | 1000001 | 100100100 | 1000111 | 10101 |
Color Harmonies of #500F5A
Complementary color
Monochromatic Colors of #500F5A
Black with #500F5A
Text Example
Text Example
White with #500F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500F5A; }
p { color: rgb(80,15,90); }
H1.HeaderClassName
{
color: #500F5A;
}
.AnyTagClassName
{
color: #500F5A;
}
</style>
background-color css
<style>
a { background-color: #500F5A; }
a { background-color: rgb(80,15,90); }
div.DivClassName
{
background-color: #500F5A;
}
.BgClassName
{
background-color: #500F5A;
}
</style>
border-color css
<style>
span { border-color: #500F5A; }
span { border-color: rgb(80,15,90); }
td.TdClassName
{
border-color: #500F5A;
}
.TagClassName
{
border-color: #500F5A;
}
</style>