Shades of Purple #7B0580
Tints of Purple #7B0580
RGB
CMYK
RGB Variations
Color information
#7B0580 (or 0x7B0580) is known color: Purple. HEX triplet: 7B, 05 and 80. RGB value is (123,5,128). Sum of RGB (Red+Green+Blue) = 123+5+128=256 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.05% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 128 (50.39% from 255 or 50% from 256); Max value from RGB is 128 - color contains mainly: blue. Hex color #7B0580 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0580 is #84FA7F. Grayscale: #353535. Windows color (decimal): -8714880 or 8390011. OLE color: 8390011.
HSL color Cylindrical-coordinate representation of color #7B0580: hue angle of 297.56º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7B0580 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 123 | 5 | 128 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.50 |
| HSL | 297.56º | 0.92% | 0.26% | - |
| HSV(B) | 297.56º | 0.96% | 0.5% | - |
| XYZ | 12.12 | 5.88 | 20.92 | - |
| YUV | 54.3 | 169.59 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 5 | 128 | 0.04 | 0.96 | 0 | 0.50 | 297.56 | 0.92 | 0.26 |
| Hex | 7B | 5 | 80 | 4 | 60 | 0 | 32 | 12A | 5C | 1A |
| Octal | 173 | 5 | 200 | 4 | 140 | 0 | 62 | 452 | 134 | 32 |
| Binary | 1111011 | 101 | 10000000 | 100 | 1100000 | 0 | 110010 | 100101010 | 1011100 | 11010 |
Color Harmonies of #7B0580
Complementary color
Monochromatic Colors of #7B0580
Black with #7B0580
Text Example
Text Example
White with #7B0580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0580; }
p { color: rgb(123,5,128); }
H1.HeaderClassName
{
color: #7B0580;
}
.AnyTagClassName
{
color: #7B0580;
}
</style>
background-color css
<style>
a { background-color: #7B0580; }
a { background-color: rgb(123,5,128); }
div.DivClassName
{
background-color: #7B0580;
}
.BgClassName
{
background-color: #7B0580;
}
</style>
border-color css
<style>
span { border-color: #7B0580; }
span { border-color: rgb(123,5,128); }
td.TdClassName
{
border-color: #7B0580;
}
.TagClassName
{
border-color: #7B0580;
}
</style>