Shades of Vivid Violet #7B3194
Tints of Vivid Violet #7B3194
RGB
CMYK
RGB Variations
Color information
#7B3194 (or 0x7B3194) is known color: Vivid Violet. HEX triplet: 7B, 31 and 94. RGB value is (123,49,148). Sum of RGB (Red+Green+Blue) = 123+49+148=320 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.44% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 148 (58.20% from 255 or 46.25% from 320); Max value from RGB is 148 - color contains mainly: blue. Hex color #7B3194 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B3194 is #84CE6B. Grayscale: #525252. Windows color (decimal): -8703596 or 9711995. OLE color: 9711995.
HSL color Cylindrical-coordinate representation of color #7B3194: hue angle of 284.85º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7B3194 is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 49 | 148 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.42 |
| HSL | 284.85º | 0.5% | 0.39% | - |
| HSV(B) | 284.85º | 0.67% | 0.58% | - |
| XYZ | 14.61 | 8.55 | 28.9 | - |
| YUV | 82.41 | 165.02 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 49 | 148 | 0.17 | 0.67 | 0 | 0.42 | 284.85 | 0.5 | 0.39 |
| Hex | 7B | 31 | 94 | 11 | 43 | 0 | 2A | 11D | 32 | 27 |
| Octal | 173 | 61 | 224 | 21 | 103 | 0 | 52 | 435 | 62 | 47 |
| Binary | 1111011 | 110001 | 10010100 | 10001 | 1000011 | 0 | 101010 | 100011101 | 110010 | 100111 |
Color Harmonies of #7B3194
Complementary color
Monochromatic Colors of #7B3194
Black with #7B3194
Text Example
Text Example
White with #7B3194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3194; }
p { color: rgb(123,49,148); }
H1.HeaderClassName
{
color: #7B3194;
}
.AnyTagClassName
{
color: #7B3194;
}
</style>
background-color css
<style>
a { background-color: #7B3194; }
a { background-color: rgb(123,49,148); }
div.DivClassName
{
background-color: #7B3194;
}
.BgClassName
{
background-color: #7B3194;
}
</style>
border-color css
<style>
span { border-color: #7B3194; }
span { border-color: rgb(123,49,148); }
td.TdClassName
{
border-color: #7B3194;
}
.TagClassName
{
border-color: #7B3194;
}
</style>