Shades of Vivid Violet #7B358A
Tints of Vivid Violet #7B358A
RGB
CMYK
RGB Variations
Color information
#7B358A (or 0x7B358A) is known color: Vivid Violet. HEX triplet: 7B, 35 and 8A. RGB value is (123,53,138). Sum of RGB (Red+Green+Blue) = 123+53+138=314 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.17% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 138 - color contains mainly: blue. Hex color #7B358A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B358A is #84CA75. Grayscale: #535353. Windows color (decimal): -8702582 or 9057659. OLE color: 9057659.
HSL color Cylindrical-coordinate representation of color #7B358A: hue angle of 289.41º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B358A is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 123 | 53 | 138 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.46 |
| HSL | 289.41º | 0.45% | 0.37% | - |
| HSV(B) | 289.41º | 0.62% | 0.54% | - |
| XYZ | 14.03 | 8.59 | 24.96 | - |
| YUV | 83.62 | 158.69 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 53 | 138 | 0.11 | 0.62 | 0 | 0.46 | 289.41 | 0.45 | 0.37 |
| Hex | 7B | 35 | 8A | B | 3E | 0 | 2E | 121 | 2D | 25 |
| Octal | 173 | 65 | 212 | 13 | 76 | 0 | 56 | 441 | 55 | 45 |
| Binary | 1111011 | 110101 | 10001010 | 1011 | 111110 | 0 | 101110 | 100100001 | 101101 | 100101 |
Color Harmonies of #7B358A
Complementary color
Monochromatic Colors of #7B358A
Black with #7B358A
Text Example
Text Example
White with #7B358A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B358A; }
p { color: rgb(123,53,138); }
H1.HeaderClassName
{
color: #7B358A;
}
.AnyTagClassName
{
color: #7B358A;
}
</style>
background-color css
<style>
a { background-color: #7B358A; }
a { background-color: rgb(123,53,138); }
div.DivClassName
{
background-color: #7B358A;
}
.BgClassName
{
background-color: #7B358A;
}
</style>
border-color css
<style>
span { border-color: #7B358A; }
span { border-color: rgb(123,53,138); }
td.TdClassName
{
border-color: #7B358A;
}
.TagClassName
{
border-color: #7B358A;
}
</style>