Shades of Vivid Violet #7B208A
Tints of Vivid Violet #7B208A
RGB
CMYK
RGB Variations
Color information
#7B208A (or 0x7B208A) is known color: Vivid Violet. HEX triplet: 7B, 20 and 8A. RGB value is (123,32,138). Sum of RGB (Red+Green+Blue) = 123+32+138=293 (38% of max value = 765). Red value is 123 (48.44% from 255 or 41.98% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 138 (54.30% from 255 or 47.10% from 293); Max value from RGB is 138 - color contains mainly: blue. Hex color #7B208A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B208A is #84DF75. Grayscale: #464646. Windows color (decimal): -8707958 or 9052283. OLE color: 9052283.
HSL color Cylindrical-coordinate representation of color #7B208A: hue angle of 291.51º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7B208A is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 123 | 32 | 138 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.46 |
| HSL | 291.51º | 0.62% | 0.33% | - |
| HSV(B) | 291.51º | 0.77% | 0.54% | - |
| XYZ | 13.27 | 7.08 | 24.71 | - |
| YUV | 71.29 | 165.65 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 32 | 138 | 0.11 | 0.77 | 0 | 0.46 | 291.51 | 0.62 | 0.33 |
| Hex | 7B | 20 | 8A | B | 4D | 0 | 2E | 124 | 3E | 21 |
| Octal | 173 | 40 | 212 | 13 | 115 | 0 | 56 | 444 | 76 | 41 |
| Binary | 1111011 | 100000 | 10001010 | 1011 | 1001101 | 0 | 101110 | 100100100 | 111110 | 100001 |
Color Harmonies of #7B208A
Complementary color
Monochromatic Colors of #7B208A
Black with #7B208A
Text Example
Text Example
White with #7B208A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B208A; }
p { color: rgb(123,32,138); }
H1.HeaderClassName
{
color: #7B208A;
}
.AnyTagClassName
{
color: #7B208A;
}
</style>
background-color css
<style>
a { background-color: #7B208A; }
a { background-color: rgb(123,32,138); }
div.DivClassName
{
background-color: #7B208A;
}
.BgClassName
{
background-color: #7B208A;
}
</style>
border-color css
<style>
span { border-color: #7B208A; }
span { border-color: rgb(123,32,138); }
td.TdClassName
{
border-color: #7B208A;
}
.TagClassName
{
border-color: #7B208A;
}
</style>