Shades of Vivid Violet #7B4386
Tints of Vivid Violet #7B4386
RGB
CMYK
RGB Variations
Color information
#7B4386 (or 0x7B4386) is known color: Vivid Violet. HEX triplet: 7B, 43 and 86. RGB value is (123,67,134). Sum of RGB (Red+Green+Blue) = 123+67+134=324 (42% of max value = 765). Red value is 123 (48.44% from 255 or 37.96% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 134 (52.73% from 255 or 41.36% from 324); Max value from RGB is 134 - color contains mainly: blue. Hex color #7B4386 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B4386 is #84BC79. Grayscale: #5B5B5B. Windows color (decimal): -8699002 or 8799099. OLE color: 8799099.
HSL color Cylindrical-coordinate representation of color #7B4386: hue angle of 290.15º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B4386 is Cyan = 0.08, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 67 | 134 | - |
| CMYK | 0.08 | 0.5 | 0 | 0.47 |
| HSL | 290.15º | 0.33% | 0.39% | - |
| HSV(B) | 290.15º | 0.5% | 0.53% | - |
| XYZ | 14.48 | 9.95 | 23.71 | - |
| YUV | 91.38 | 152.05 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 67 | 134 | 0.08 | 0.5 | 0 | 0.47 | 290.15 | 0.33 | 0.39 |
| Hex | 7B | 43 | 86 | 8 | 32 | 0 | 2F | 122 | 21 | 27 |
| Octal | 173 | 103 | 206 | 10 | 62 | 0 | 57 | 442 | 41 | 47 |
| Binary | 1111011 | 1000011 | 10000110 | 1000 | 110010 | 0 | 101111 | 100100010 | 100001 | 100111 |
Color Harmonies of #7B4386
Complementary color
Monochromatic Colors of #7B4386
Black with #7B4386
Text Example
Text Example
White with #7B4386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4386; }
p { color: rgb(123,67,134); }
H1.HeaderClassName
{
color: #7B4386;
}
.AnyTagClassName
{
color: #7B4386;
}
</style>
background-color css
<style>
a { background-color: #7B4386; }
a { background-color: rgb(123,67,134); }
div.DivClassName
{
background-color: #7B4386;
}
.BgClassName
{
background-color: #7B4386;
}
</style>
border-color css
<style>
span { border-color: #7B4386; }
span { border-color: rgb(123,67,134); }
td.TdClassName
{
border-color: #7B4386;
}
.TagClassName
{
border-color: #7B4386;
}
</style>