Shades of Vivid Violet #7B4089
Tints of Vivid Violet #7B4089
RGB
CMYK
RGB Variations
Color information
#7B4089 (or 0x7B4089) is known color: Vivid Violet. HEX triplet: 7B, 40 and 89. RGB value is (123,64,137). Sum of RGB (Red+Green+Blue) = 123+64+137=324 (42% of max value = 765). Red value is 123 (48.44% from 255 or 37.96% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 137 (53.91% from 255 or 42.28% from 324); Max value from RGB is 137 - color contains mainly: blue. Hex color #7B4089 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B4089 is #84BF76. Grayscale: #595959. Windows color (decimal): -8699767 or 8994939. OLE color: 8994939.
HSL color Cylindrical-coordinate representation of color #7B4089: hue angle of 288.49º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7B4089 is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 123 | 64 | 137 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.46 |
| HSL | 288.49º | 0.36% | 0.39% | - |
| HSV(B) | 288.49º | 0.53% | 0.54% | - |
| XYZ | 14.52 | 9.68 | 24.77 | - |
| YUV | 89.96 | 154.55 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 64 | 137 | 0.10 | 0.53 | 0 | 0.46 | 288.49 | 0.36 | 0.39 |
| Hex | 7B | 40 | 89 | A | 35 | 0 | 2E | 120 | 24 | 27 |
| Octal | 173 | 100 | 211 | 12 | 65 | 0 | 56 | 440 | 44 | 47 |
| Binary | 1111011 | 1000000 | 10001001 | 1010 | 110101 | 0 | 101110 | 100100000 | 100100 | 100111 |
Color Harmonies of #7B4089
Complementary color
Monochromatic Colors of #7B4089
Black with #7B4089
Text Example
Text Example
White with #7B4089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4089; }
p { color: rgb(123,64,137); }
H1.HeaderClassName
{
color: #7B4089;
}
.AnyTagClassName
{
color: #7B4089;
}
</style>
background-color css
<style>
a { background-color: #7B4089; }
a { background-color: rgb(123,64,137); }
div.DivClassName
{
background-color: #7B4089;
}
.BgClassName
{
background-color: #7B4089;
}
</style>
border-color css
<style>
span { border-color: #7B4089; }
span { border-color: rgb(123,64,137); }
td.TdClassName
{
border-color: #7B4089;
}
.TagClassName
{
border-color: #7B4089;
}
</style>