Shades of Purple #7B0586
Tints of Purple #7B0586
RGB
CMYK
RGB Variations
Color information
#7B0586 (or 0x7B0586) is known color: Purple. HEX triplet: 7B, 05 and 86. RGB value is (123,5,134). Sum of RGB (Red+Green+Blue) = 123+5+134=262 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.95% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 134 (52.73% from 255 or 51.15% from 262); Max value from RGB is 134 - color contains mainly: blue. Hex color #7B0586 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0586 is #84FA79. Grayscale: #363636. Windows color (decimal): -8714874 or 8783227. OLE color: 8783227.
HSL color Cylindrical-coordinate representation of color #7B0586: hue angle of 294.88º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7B0586 is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 5 | 134 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.47 |
| HSL | 294.88º | 0.93% | 0.27% | - |
| HSV(B) | 294.88º | 0.96% | 0.53% | - |
| XYZ | 12.53 | 6.04 | 23.06 | - |
| YUV | 54.99 | 172.59 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 5 | 134 | 0.08 | 0.96 | 0 | 0.47 | 294.88 | 0.93 | 0.27 |
| Hex | 7B | 5 | 86 | 8 | 60 | 0 | 2F | 127 | 5D | 1B |
| Octal | 173 | 5 | 206 | 10 | 140 | 0 | 57 | 447 | 135 | 33 |
| Binary | 1111011 | 101 | 10000110 | 1000 | 1100000 | 0 | 101111 | 100100111 | 1011101 | 11011 |
Color Harmonies of #7B0586
Complementary color
Monochromatic Colors of #7B0586
Black with #7B0586
Text Example
Text Example
White with #7B0586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0586; }
p { color: rgb(123,5,134); }
H1.HeaderClassName
{
color: #7B0586;
}
.AnyTagClassName
{
color: #7B0586;
}
</style>
background-color css
<style>
a { background-color: #7B0586; }
a { background-color: rgb(123,5,134); }
div.DivClassName
{
background-color: #7B0586;
}
.BgClassName
{
background-color: #7B0586;
}
</style>
border-color css
<style>
span { border-color: #7B0586; }
span { border-color: rgb(123,5,134); }
td.TdClassName
{
border-color: #7B0586;
}
.TagClassName
{
border-color: #7B0586;
}
</style>