Shades of Vivid Violet #7B189B
Tints of Vivid Violet #7B189B
RGB
CMYK
RGB Variations
Color information
#7B189B (or 0x7B189B) is known color: Vivid Violet. HEX triplet: 7B, 18 and 9B. RGB value is (123,24,155). Sum of RGB (Red+Green+Blue) = 123+24+155=302 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.73% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 155 (60.94% from 255 or 51.32% from 302); Max value from RGB is 155 - color contains mainly: blue. Hex color #7B189B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B189B is #84E764. Grayscale: #444444. Windows color (decimal): -8709989 or 10164347. OLE color: 10164347.
HSL color Cylindrical-coordinate representation of color #7B189B: hue angle of 285.34º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B189B is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 123 | 24 | 155 | - |
| CMYK | 0.21 | 0.85 | 0 | 0.39 |
| HSL | 285.34º | 0.73% | 0.35% | - |
| HSV(B) | 285.34º | 0.85% | 0.61% | - |
| XYZ | 14.41 | 7.23 | 31.65 | - |
| YUV | 68.54 | 176.8 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 24 | 155 | 0.21 | 0.85 | 0 | 0.39 | 285.34 | 0.73 | 0.35 |
| Hex | 7B | 18 | 9B | 15 | 55 | 0 | 27 | 11D | 49 | 23 |
| Octal | 173 | 30 | 233 | 25 | 125 | 0 | 47 | 435 | 111 | 43 |
| Binary | 1111011 | 11000 | 10011011 | 10101 | 1010101 | 0 | 100111 | 100011101 | 1001001 | 100011 |
Color Harmonies of #7B189B
Complementary color
Monochromatic Colors of #7B189B
Black with #7B189B
Text Example
Text Example
White with #7B189B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B189B; }
p { color: rgb(123,24,155); }
H1.HeaderClassName
{
color: #7B189B;
}
.AnyTagClassName
{
color: #7B189B;
}
</style>
background-color css
<style>
a { background-color: #7B189B; }
a { background-color: rgb(123,24,155); }
div.DivClassName
{
background-color: #7B189B;
}
.BgClassName
{
background-color: #7B189B;
}
</style>
border-color css
<style>
span { border-color: #7B189B; }
span { border-color: rgb(123,24,155); }
td.TdClassName
{
border-color: #7B189B;
}
.TagClassName
{
border-color: #7B189B;
}
</style>