Shades of Vivid Violet #7B2791
Tints of Vivid Violet #7B2791
RGB
CMYK
RGB Variations
Color information
#7B2791 (or 0x7B2791) is known color: Vivid Violet. HEX triplet: 7B, 27 and 91. RGB value is (123,39,145). Sum of RGB (Red+Green+Blue) = 123+39+145=307 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.07% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 145 (57.03% from 255 or 47.23% from 307); Max value from RGB is 145 - color contains mainly: blue. Hex color #7B2791 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B2791 is #84D86E. Grayscale: #4B4B4B. Windows color (decimal): -8706159 or 9512827. OLE color: 9512827.
HSL color Cylindrical-coordinate representation of color #7B2791: hue angle of 287.55º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7B2791 is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 123 | 39 | 145 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.43 |
| HSL | 287.55º | 0.58% | 0.36% | - |
| HSV(B) | 287.55º | 0.73% | 0.57% | - |
| XYZ | 14 | 7.71 | 27.54 | - |
| YUV | 76.2 | 166.83 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 39 | 145 | 0.15 | 0.73 | 0 | 0.43 | 287.55 | 0.58 | 0.36 |
| Hex | 7B | 27 | 91 | F | 49 | 0 | 2B | 120 | 3A | 24 |
| Octal | 173 | 47 | 221 | 17 | 111 | 0 | 53 | 440 | 72 | 44 |
| Binary | 1111011 | 100111 | 10010001 | 1111 | 1001001 | 0 | 101011 | 100100000 | 111010 | 100100 |
Color Harmonies of #7B2791
Complementary color
Monochromatic Colors of #7B2791
Black with #7B2791
Text Example
Text Example
White with #7B2791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2791; }
p { color: rgb(123,39,145); }
H1.HeaderClassName
{
color: #7B2791;
}
.AnyTagClassName
{
color: #7B2791;
}
</style>
background-color css
<style>
a { background-color: #7B2791; }
a { background-color: rgb(123,39,145); }
div.DivClassName
{
background-color: #7B2791;
}
.BgClassName
{
background-color: #7B2791;
}
</style>
border-color css
<style>
span { border-color: #7B2791; }
span { border-color: rgb(123,39,145); }
td.TdClassName
{
border-color: #7B2791;
}
.TagClassName
{
border-color: #7B2791;
}
</style>