Shades of Vivid Violet #7B2A9B
Tints of Vivid Violet #7B2A9B
RGB
CMYK
RGB Variations
Color information
#7B2A9B (or 0x7B2A9B) is known color: Vivid Violet. HEX triplet: 7B, 2A and 9B. RGB value is (123,42,155). Sum of RGB (Red+Green+Blue) = 123+42+155=320 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.44% from 320); Green value is 42 (16.80% from 255 or 13.12% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 155 - color contains mainly: blue. Hex color #7B2A9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B2A9B is #84D564. Grayscale: #4E4E4E. Windows color (decimal): -8705381 or 10168955. OLE color: 10168955.
HSL color Cylindrical-coordinate representation of color #7B2A9B: hue angle of 283.01º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7B2A9B is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 123 | 42 | 155 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.39 |
| HSL | 283.01º | 0.57% | 0.39% | - |
| HSV(B) | 283.01º | 0.73% | 0.61% | - |
| XYZ | 14.91 | 8.23 | 31.81 | - |
| YUV | 79.1 | 170.84 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 42 | 155 | 0.21 | 0.73 | 0 | 0.39 | 283.01 | 0.57 | 0.39 |
| Hex | 7B | 2A | 9B | 15 | 49 | 0 | 27 | 11B | 39 | 27 |
| Octal | 173 | 52 | 233 | 25 | 111 | 0 | 47 | 433 | 71 | 47 |
| Binary | 1111011 | 101010 | 10011011 | 10101 | 1001001 | 0 | 100111 | 100011011 | 111001 | 100111 |
Color Harmonies of #7B2A9B
Complementary color
Monochromatic Colors of #7B2A9B
Black with #7B2A9B
Text Example
Text Example
White with #7B2A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2A9B; }
p { color: rgb(123,42,155); }
H1.HeaderClassName
{
color: #7B2A9B;
}
.AnyTagClassName
{
color: #7B2A9B;
}
</style>
background-color css
<style>
a { background-color: #7B2A9B; }
a { background-color: rgb(123,42,155); }
div.DivClassName
{
background-color: #7B2A9B;
}
.BgClassName
{
background-color: #7B2A9B;
}
</style>
border-color css
<style>
span { border-color: #7B2A9B; }
span { border-color: rgb(123,42,155); }
td.TdClassName
{
border-color: #7B2A9B;
}
.TagClassName
{
border-color: #7B2A9B;
}
</style>