Shades of Dark Purple #7B2080
Tints of Dark Purple #7B2080
RGB
CMYK
RGB Variations
Color information
#7B2080 (or 0x7B2080) is known color: Dark Purple. HEX triplet: 7B, 20 and 80. RGB value is (123,32,128). Sum of RGB (Red+Green+Blue) = 123+32+128=283 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.46% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 128 (50.39% from 255 or 45.23% from 283); Max value from RGB is 128 - color contains mainly: blue. Hex color #7B2080 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B2080 is #84DF7F. Grayscale: #454545. Windows color (decimal): -8707968 or 8396923. OLE color: 8396923.
HSL color Cylindrical-coordinate representation of color #7B2080: hue angle of 296.88º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7B2080 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 123 | 32 | 128 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.50 |
| HSL | 296.88º | 0.6% | 0.31% | - |
| HSV(B) | 296.88º | 0.75% | 0.5% | - |
| XYZ | 12.58 | 6.8 | 21.07 | - |
| YUV | 70.15 | 160.65 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 32 | 128 | 0.04 | 0.75 | 0 | 0.50 | 296.88 | 0.6 | 0.31 |
| Hex | 7B | 20 | 80 | 4 | 4B | 0 | 32 | 129 | 3C | 1F |
| Octal | 173 | 40 | 200 | 4 | 113 | 0 | 62 | 451 | 74 | 37 |
| Binary | 1111011 | 100000 | 10000000 | 100 | 1001011 | 0 | 110010 | 100101001 | 111100 | 11111 |
Color Harmonies of #7B2080
Complementary color
Monochromatic Colors of #7B2080
Black with #7B2080
Text Example
Text Example
White with #7B2080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2080; }
p { color: rgb(123,32,128); }
H1.HeaderClassName
{
color: #7B2080;
}
.AnyTagClassName
{
color: #7B2080;
}
</style>
background-color css
<style>
a { background-color: #7B2080; }
a { background-color: rgb(123,32,128); }
div.DivClassName
{
background-color: #7B2080;
}
.BgClassName
{
background-color: #7B2080;
}
</style>
border-color css
<style>
span { border-color: #7B2080; }
span { border-color: rgb(123,32,128); }
td.TdClassName
{
border-color: #7B2080;
}
.TagClassName
{
border-color: #7B2080;
}
</style>