Shades of Vivid Violet #7B3386
Tints of Vivid Violet #7B3386
RGB
CMYK
RGB Variations
Color information
#7B3386 (or 0x7B3386) is known color: Vivid Violet. HEX triplet: 7B, 33 and 86. RGB value is (123,51,134). Sum of RGB (Red+Green+Blue) = 123+51+134=308 (40% of max value = 765). Red value is 123 (48.44% from 255 or 39.94% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 134 (52.73% from 255 or 43.51% from 308); Max value from RGB is 134 - color contains mainly: blue. Hex color #7B3386 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B3386 is #84CC79. Grayscale: #515151. Windows color (decimal): -8703098 or 8795003. OLE color: 8795003.
HSL color Cylindrical-coordinate representation of color #7B3386: hue angle of 292.05º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B3386 is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 51 | 134 | - |
| CMYK | 0.08 | 0.62 | 0 | 0.47 |
| HSL | 292.05º | 0.45% | 0.36% | - |
| HSV(B) | 292.05º | 0.62% | 0.53% | - |
| XYZ | 13.66 | 8.3 | 23.44 | - |
| YUV | 81.99 | 157.35 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 51 | 134 | 0.08 | 0.62 | 0 | 0.47 | 292.05 | 0.45 | 0.36 |
| Hex | 7B | 33 | 86 | 8 | 3E | 0 | 2F | 124 | 2D | 24 |
| Octal | 173 | 63 | 206 | 10 | 76 | 0 | 57 | 444 | 55 | 44 |
| Binary | 1111011 | 110011 | 10000110 | 1000 | 111110 | 0 | 101111 | 100100100 | 101101 | 100100 |
Color Harmonies of #7B3386
Complementary color
Monochromatic Colors of #7B3386
Black with #7B3386
Text Example
Text Example
White with #7B3386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3386; }
p { color: rgb(123,51,134); }
H1.HeaderClassName
{
color: #7B3386;
}
.AnyTagClassName
{
color: #7B3386;
}
</style>
background-color css
<style>
a { background-color: #7B3386; }
a { background-color: rgb(123,51,134); }
div.DivClassName
{
background-color: #7B3386;
}
.BgClassName
{
background-color: #7B3386;
}
</style>
border-color css
<style>
span { border-color: #7B3386; }
span { border-color: rgb(123,51,134); }
td.TdClassName
{
border-color: #7B3386;
}
.TagClassName
{
border-color: #7B3386;
}
</style>