Shades of Vivid Violet #7B4589
Tints of Vivid Violet #7B4589
RGB
CMYK
RGB Variations
Color information
#7B4589 (or 0x7B4589) is known color: Vivid Violet. HEX triplet: 7B, 45 and 89. RGB value is (123,69,137). Sum of RGB (Red+Green+Blue) = 123+69+137=329 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.39% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 137 - color contains mainly: blue. Hex color #7B4589 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B4589 is #84BA76. Grayscale: #5C5C5C. Windows color (decimal): -8698487 or 8996219. OLE color: 8996219.
HSL color Cylindrical-coordinate representation of color #7B4589: hue angle of 287.65º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B4589 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 123 | 69 | 137 | - |
| CMYK | 0.10 | 0.50 | 0 | 0.46 |
| HSL | 287.65º | 0.33% | 0.4% | - |
| HSV(B) | 287.65º | 0.5% | 0.54% | - |
| XYZ | 14.81 | 10.27 | 24.87 | - |
| YUV | 92.9 | 152.89 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 69 | 137 | 0.10 | 0.50 | 0 | 0.46 | 287.65 | 0.33 | 0.4 |
| Hex | 7B | 45 | 89 | A | 32 | 0 | 2E | 120 | 21 | 28 |
| Octal | 173 | 105 | 211 | 12 | 62 | 0 | 56 | 440 | 41 | 50 |
| Binary | 1111011 | 1000101 | 10001001 | 1010 | 110010 | 0 | 101110 | 100100000 | 100001 | 101000 |
Color Harmonies of #7B4589
Complementary color
Monochromatic Colors of #7B4589
Black with #7B4589
Text Example
Text Example
White with #7B4589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4589; }
p { color: rgb(123,69,137); }
H1.HeaderClassName
{
color: #7B4589;
}
.AnyTagClassName
{
color: #7B4589;
}
</style>
background-color css
<style>
a { background-color: #7B4589; }
a { background-color: rgb(123,69,137); }
div.DivClassName
{
background-color: #7B4589;
}
.BgClassName
{
background-color: #7B4589;
}
</style>
border-color css
<style>
span { border-color: #7B4589; }
span { border-color: rgb(123,69,137); }
td.TdClassName
{
border-color: #7B4589;
}
.TagClassName
{
border-color: #7B4589;
}
</style>