Shades of Hot Purple #500656
Tints of Hot Purple #500656
RGB
CMYK
RGB Variations
Color information
#500656 (or 0x500656) is known color: Hot Purple. HEX triplet: 50, 06 and 56. RGB value is (80,6,86). Sum of RGB (Red+Green+Blue) = 80+6+86=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 6 (2.73% from 255 or 3.49% from 172); Blue value is 86 (33.98% from 255 or 50% from 172); Max value from RGB is 86 - color contains mainly: blue. Hex color #500656 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500656 is #AFF9A9. Grayscale: #252525. Windows color (decimal): -11532714 or 5637712. OLE color: 5637712.
HSL color Cylindrical-coordinate representation of color #500656: hue angle of 295.5º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #500656 is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 80 | 6 | 86 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.66 |
| HSL | 295.5º | 0.87% | 0.18% | - |
| HSV(B) | 295.5º | 0.93% | 0.34% | - |
| XYZ | 5.05 | 2.51 | 9.02 | - |
| YUV | 37.25 | 155.52 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 6 | 86 | 0.07 | 0.93 | 0 | 0.66 | 295.5 | 0.87 | 0.18 |
| Hex | 50 | 6 | 56 | 7 | 5D | 0 | 42 | 128 | 57 | 12 |
| Octal | 120 | 6 | 126 | 7 | 135 | 0 | 102 | 450 | 127 | 22 |
| Binary | 1010000 | 110 | 1010110 | 111 | 1011101 | 0 | 1000010 | 100101000 | 1010111 | 10010 |
Color Harmonies of #500656
Complementary color
Monochromatic Colors of #500656
Black with #500656
Text Example
Text Example
White with #500656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500656; }
p { color: rgb(80,6,86); }
H1.HeaderClassName
{
color: #500656;
}
.AnyTagClassName
{
color: #500656;
}
</style>
background-color css
<style>
a { background-color: #500656; }
a { background-color: rgb(80,6,86); }
div.DivClassName
{
background-color: #500656;
}
.BgClassName
{
background-color: #500656;
}
</style>
border-color css
<style>
span { border-color: #500656; }
span { border-color: rgb(80,6,86); }
td.TdClassName
{
border-color: #500656;
}
.TagClassName
{
border-color: #500656;
}
</style>