Shades of Vivid Violet #7B298B
Tints of Vivid Violet #7B298B
RGB
CMYK
RGB Variations
Color information
#7B298B (or 0x7B298B) is known color: Vivid Violet. HEX triplet: 7B, 29 and 8B. RGB value is (123,41,139). Sum of RGB (Red+Green+Blue) = 123+41+139=303 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.59% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 139 - color contains mainly: blue. Hex color #7B298B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B298B is #84D674. Grayscale: #4C4C4C. Windows color (decimal): -8705653 or 9120123. OLE color: 9120123.
HSL color Cylindrical-coordinate representation of color #7B298B: hue angle of 290.2º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7B298B is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 123 | 41 | 139 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.45 |
| HSL | 290.2º | 0.54% | 0.35% | - |
| HSV(B) | 290.2º | 0.71% | 0.55% | - |
| XYZ | 13.62 | 7.66 | 25.19 | - |
| YUV | 76.69 | 163.17 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 41 | 139 | 0.12 | 0.71 | 0 | 0.45 | 290.2 | 0.54 | 0.35 |
| Hex | 7B | 29 | 8B | C | 47 | 0 | 2D | 122 | 36 | 23 |
| Octal | 173 | 51 | 213 | 14 | 107 | 0 | 55 | 442 | 66 | 43 |
| Binary | 1111011 | 101001 | 10001011 | 1100 | 1000111 | 0 | 101101 | 100100010 | 110110 | 100011 |
Color Harmonies of #7B298B
Complementary color
Monochromatic Colors of #7B298B
Black with #7B298B
Text Example
Text Example
White with #7B298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B298B; }
p { color: rgb(123,41,139); }
H1.HeaderClassName
{
color: #7B298B;
}
.AnyTagClassName
{
color: #7B298B;
}
</style>
background-color css
<style>
a { background-color: #7B298B; }
a { background-color: rgb(123,41,139); }
div.DivClassName
{
background-color: #7B298B;
}
.BgClassName
{
background-color: #7B298B;
}
</style>
border-color css
<style>
span { border-color: #7B298B; }
span { border-color: rgb(123,41,139); }
td.TdClassName
{
border-color: #7B298B;
}
.TagClassName
{
border-color: #7B298B;
}
</style>