Shades of Purple #7B058A
Tints of Purple #7B058A
RGB
CMYK
RGB Variations
Color information
#7B058A (or 0x7B058A) is known color: Purple. HEX triplet: 7B, 05 and 8A. RGB value is (123,5,138). Sum of RGB (Red+Green+Blue) = 123+5+138=266 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.24% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 138 (54.30% from 255 or 51.88% from 266); Max value from RGB is 138 - color contains mainly: blue. Hex color #7B058A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B058A is #84FA75. Grayscale: #373737. Windows color (decimal): -8714870 or 9045371. OLE color: 9045371.
HSL color Cylindrical-coordinate representation of color #7B058A: hue angle of 293.23º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7B058A is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 123 | 5 | 138 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.46 |
| HSL | 293.23º | 0.93% | 0.28% | - |
| HSV(B) | 293.23º | 0.96% | 0.54% | - |
| XYZ | 12.81 | 6.15 | 24.56 | - |
| YUV | 55.44 | 174.59 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 5 | 138 | 0.11 | 0.96 | 0 | 0.46 | 293.23 | 0.93 | 0.28 |
| Hex | 7B | 5 | 8A | B | 60 | 0 | 2E | 125 | 5D | 1C |
| Octal | 173 | 5 | 212 | 13 | 140 | 0 | 56 | 445 | 135 | 34 |
| Binary | 1111011 | 101 | 10001010 | 1011 | 1100000 | 0 | 101110 | 100100101 | 1011101 | 11100 |
Color Harmonies of #7B058A
Complementary color
Monochromatic Colors of #7B058A
Black with #7B058A
Text Example
Text Example
White with #7B058A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B058A; }
p { color: rgb(123,5,138); }
H1.HeaderClassName
{
color: #7B058A;
}
.AnyTagClassName
{
color: #7B058A;
}
</style>
background-color css
<style>
a { background-color: #7B058A; }
a { background-color: rgb(123,5,138); }
div.DivClassName
{
background-color: #7B058A;
}
.BgClassName
{
background-color: #7B058A;
}
</style>
border-color css
<style>
span { border-color: #7B058A; }
span { border-color: rgb(123,5,138); }
td.TdClassName
{
border-color: #7B058A;
}
.TagClassName
{
border-color: #7B058A;
}
</style>