Shades of Vivid Violet #7B208B
Tints of Vivid Violet #7B208B
RGB
CMYK
RGB Variations
Color information
#7B208B (or 0x7B208B) is known color: Vivid Violet. HEX triplet: 7B, 20 and 8B. RGB value is (123,32,139). Sum of RGB (Red+Green+Blue) = 123+32+139=294 (38% of max value = 765). Red value is 123 (48.44% from 255 or 41.84% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 139 (54.69% from 255 or 47.28% from 294); Max value from RGB is 139 - color contains mainly: blue. Hex color #7B208B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B208B is #84DF74. Grayscale: #474747. Windows color (decimal): -8707957 or 9117819. OLE color: 9117819.
HSL color Cylindrical-coordinate representation of color #7B208B: hue angle of 291.03º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7B208B is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 123 | 32 | 139 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.45 |
| HSL | 291.03º | 0.63% | 0.34% | - |
| HSV(B) | 291.03º | 0.77% | 0.55% | - |
| XYZ | 13.35 | 7.11 | 25.09 | - |
| YUV | 71.41 | 166.15 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 32 | 139 | 0.12 | 0.77 | 0 | 0.45 | 291.03 | 0.63 | 0.34 |
| Hex | 7B | 20 | 8B | C | 4D | 0 | 2D | 123 | 3F | 22 |
| Octal | 173 | 40 | 213 | 14 | 115 | 0 | 55 | 443 | 77 | 42 |
| Binary | 1111011 | 100000 | 10001011 | 1100 | 1001101 | 0 | 101101 | 100100011 | 111111 | 100010 |
Color Harmonies of #7B208B
Complementary color
Monochromatic Colors of #7B208B
Black with #7B208B
Text Example
Text Example
White with #7B208B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B208B; }
p { color: rgb(123,32,139); }
H1.HeaderClassName
{
color: #7B208B;
}
.AnyTagClassName
{
color: #7B208B;
}
</style>
background-color css
<style>
a { background-color: #7B208B; }
a { background-color: rgb(123,32,139); }
div.DivClassName
{
background-color: #7B208B;
}
.BgClassName
{
background-color: #7B208B;
}
</style>
border-color css
<style>
span { border-color: #7B208B; }
span { border-color: rgb(123,32,139); }
td.TdClassName
{
border-color: #7B208B;
}
.TagClassName
{
border-color: #7B208B;
}
</style>