Shades of Vivid Violet #7B298E
Tints of Vivid Violet #7B298E
RGB
CMYK
RGB Variations
Color information
#7B298E (or 0x7B298E) is known color: Vivid Violet. HEX triplet: 7B, 29 and 8E. RGB value is (123,41,142). Sum of RGB (Red+Green+Blue) = 123+41+142=306 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.20% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 142 (55.86% from 255 or 46.41% from 306); Max value from RGB is 142 - color contains mainly: blue. Hex color #7B298E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B298E is #84D671. Grayscale: #4C4C4C. Windows color (decimal): -8705650 or 9316731. OLE color: 9316731.
HSL color Cylindrical-coordinate representation of color #7B298E: hue angle of 288.71º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7B298E is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 123 | 41 | 142 | - |
| CMYK | 0.13 | 0.71 | 0 | 0.44 |
| HSL | 288.71º | 0.55% | 0.36% | - |
| HSV(B) | 288.71º | 0.71% | 0.56% | - |
| XYZ | 13.84 | 7.75 | 26.36 | - |
| YUV | 77.03 | 164.67 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 41 | 142 | 0.13 | 0.71 | 0 | 0.44 | 288.71 | 0.55 | 0.36 |
| Hex | 7B | 29 | 8E | D | 47 | 0 | 2C | 121 | 37 | 24 |
| Octal | 173 | 51 | 216 | 15 | 107 | 0 | 54 | 441 | 67 | 44 |
| Binary | 1111011 | 101001 | 10001110 | 1101 | 1000111 | 0 | 101100 | 100100001 | 110111 | 100100 |
Color Harmonies of #7B298E
Complementary color
Monochromatic Colors of #7B298E
Black with #7B298E
Text Example
Text Example
White with #7B298E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B298E; }
p { color: rgb(123,41,142); }
H1.HeaderClassName
{
color: #7B298E;
}
.AnyTagClassName
{
color: #7B298E;
}
</style>
background-color css
<style>
a { background-color: #7B298E; }
a { background-color: rgb(123,41,142); }
div.DivClassName
{
background-color: #7B298E;
}
.BgClassName
{
background-color: #7B298E;
}
</style>
border-color css
<style>
span { border-color: #7B298E; }
span { border-color: rgb(123,41,142); }
td.TdClassName
{
border-color: #7B298E;
}
.TagClassName
{
border-color: #7B298E;
}
</style>