Shades of Vivid Violet #7B279E
Tints of Vivid Violet #7B279E
RGB
CMYK
RGB Variations
Color information
#7B279E (or 0x7B279E) is known color: Vivid Violet. HEX triplet: 7B, 27 and 9E. RGB value is (123,39,158). Sum of RGB (Red+Green+Blue) = 123+39+158=320 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.44% from 320); Green value is 39 (15.62% from 255 or 12.19% from 320); Blue value is 158 (62.11% from 255 or 49.38% from 320); Max value from RGB is 158 - color contains mainly: blue. Hex color #7B279E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B279E is #84D861. Grayscale: #4D4D4D. Windows color (decimal): -8706146 or 10364795. OLE color: 10364795.
HSL color Cylindrical-coordinate representation of color #7B279E: hue angle of 282.35º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7B279E is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 39 | 158 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.38 |
| HSL | 282.35º | 0.6% | 0.39% | - |
| HSV(B) | 282.35º | 0.75% | 0.62% | - |
| XYZ | 15.07 | 8.13 | 33.12 | - |
| YUV | 77.68 | 173.33 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 39 | 158 | 0.22 | 0.75 | 0 | 0.38 | 282.35 | 0.6 | 0.39 |
| Hex | 7B | 27 | 9E | 16 | 4B | 0 | 26 | 11A | 3C | 27 |
| Octal | 173 | 47 | 236 | 26 | 113 | 0 | 46 | 432 | 74 | 47 |
| Binary | 1111011 | 100111 | 10011110 | 10110 | 1001011 | 0 | 100110 | 100011010 | 111100 | 100111 |
Color Harmonies of #7B279E
Complementary color
Monochromatic Colors of #7B279E
Black with #7B279E
Text Example
Text Example
White with #7B279E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B279E; }
p { color: rgb(123,39,158); }
H1.HeaderClassName
{
color: #7B279E;
}
.AnyTagClassName
{
color: #7B279E;
}
</style>
background-color css
<style>
a { background-color: #7B279E; }
a { background-color: rgb(123,39,158); }
div.DivClassName
{
background-color: #7B279E;
}
.BgClassName
{
background-color: #7B279E;
}
</style>
border-color css
<style>
span { border-color: #7B279E; }
span { border-color: rgb(123,39,158); }
td.TdClassName
{
border-color: #7B279E;
}
.TagClassName
{
border-color: #7B279E;
}
</style>