Shades of Purple #7B0D8E
Tints of Purple #7B0D8E
RGB
CMYK
RGB Variations
Color information
#7B0D8E (or 0x7B0D8E) is known color: Purple. HEX triplet: 7B, 0D and 8E. RGB value is (123,13,142). Sum of RGB (Red+Green+Blue) = 123+13+142=278 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.24% from 278); Green value is 13 (5.47% from 255 or 4.68% from 278); Blue value is 142 (55.86% from 255 or 51.08% from 278); Max value from RGB is 142 - color contains mainly: blue. Hex color #7B0D8E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0D8E is #84F271. Grayscale: #3C3C3C. Windows color (decimal): -8712818 or 9309563. OLE color: 9309563.
HSL color Cylindrical-coordinate representation of color #7B0D8E: hue angle of 291.16º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7B0D8E is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 123 | 13 | 142 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.44 |
| HSL | 291.16º | 0.83% | 0.3% | - |
| HSV(B) | 291.16º | 0.91% | 0.56% | - |
| XYZ | 13.19 | 6.45 | 26.14 | - |
| YUV | 60.6 | 173.94 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 13 | 142 | 0.13 | 0.91 | 0 | 0.44 | 291.16 | 0.83 | 0.3 |
| Hex | 7B | D | 8E | D | 5B | 0 | 2C | 123 | 53 | 1E |
| Octal | 173 | 15 | 216 | 15 | 133 | 0 | 54 | 443 | 123 | 36 |
| Binary | 1111011 | 1101 | 10001110 | 1101 | 1011011 | 0 | 101100 | 100100011 | 1010011 | 11110 |
Color Harmonies of #7B0D8E
Complementary color
Monochromatic Colors of #7B0D8E
Black with #7B0D8E
Text Example
Text Example
White with #7B0D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0D8E; }
p { color: rgb(123,13,142); }
H1.HeaderClassName
{
color: #7B0D8E;
}
.AnyTagClassName
{
color: #7B0D8E;
}
</style>
background-color css
<style>
a { background-color: #7B0D8E; }
a { background-color: rgb(123,13,142); }
div.DivClassName
{
background-color: #7B0D8E;
}
.BgClassName
{
background-color: #7B0D8E;
}
</style>
border-color css
<style>
span { border-color: #7B0D8E; }
span { border-color: rgb(123,13,142); }
td.TdClassName
{
border-color: #7B0D8E;
}
.TagClassName
{
border-color: #7B0D8E;
}
</style>