Shades of Purple #7B086E
Tints of Purple #7B086E
RGB
CMYK
RGB Variations
Color information
#7B086E (or 0x7B086E) is known color: Purple. HEX triplet: 7B, 08 and 6E. RGB value is (123,8,110). Sum of RGB (Red+Green+Blue) = 123+8+110=241 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.04% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 110 (43.36% from 255 or 45.64% from 241); Max value from RGB is 123 - color contains mainly: red. Hex color #7B086E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B086E is #84F791. Grayscale: #353535. Windows color (decimal): -8714130 or 7211131. OLE color: 7211131.
HSL color Cylindrical-coordinate representation of color #7B086E: hue angle of 306.78º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B086E is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 8 | 110 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.52 |
| HSL | 306.78º | 0.88% | 0.26% | - |
| HSV(B) | 306.78º | 0.93% | 0.48% | - |
| XYZ | 11.07 | 5.51 | 15.23 | - |
| YUV | 54.01 | 159.6 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 8 | 110 | 0 | 0.93 | 0.11 | 0.52 | 306.78 | 0.88 | 0.26 |
| Hex | 7B | 8 | 6E | 0 | 5D | B | 34 | 133 | 58 | 1A |
| Octal | 173 | 10 | 156 | 0 | 135 | 13 | 64 | 463 | 130 | 32 |
| Binary | 1111011 | 1000 | 1101110 | 0 | 1011101 | 1011 | 110100 | 100110011 | 1011000 | 11010 |
Color Harmonies of #7B086E
Complementary color
Monochromatic Colors of #7B086E
Black with #7B086E
Text Example
Text Example
White with #7B086E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B086E; }
p { color: rgb(123,8,110); }
H1.HeaderClassName
{
color: #7B086E;
}
.AnyTagClassName
{
color: #7B086E;
}
</style>
background-color css
<style>
a { background-color: #7B086E; }
a { background-color: rgb(123,8,110); }
div.DivClassName
{
background-color: #7B086E;
}
.BgClassName
{
background-color: #7B086E;
}
</style>
border-color css
<style>
span { border-color: #7B086E; }
span { border-color: rgb(123,8,110); }
td.TdClassName
{
border-color: #7B086E;
}
.TagClassName
{
border-color: #7B086E;
}
</style>