Shades of Vivid Violet #7B318E
Tints of Vivid Violet #7B318E
RGB
CMYK
RGB Variations
Color information
#7B318E (or 0x7B318E) is known color: Vivid Violet. HEX triplet: 7B, 31 and 8E. RGB value is (123,49,142). Sum of RGB (Red+Green+Blue) = 123+49+142=314 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.17% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 142 (55.86% from 255 or 45.22% from 314); Max value from RGB is 142 - color contains mainly: blue. Hex color #7B318E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B318E is #84CE71. Grayscale: #515151. Windows color (decimal): -8703602 or 9318779. OLE color: 9318779.
HSL color Cylindrical-coordinate representation of color #7B318E: hue angle of 287.74º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7B318E is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 123 | 49 | 142 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.44 |
| HSL | 287.74º | 0.49% | 0.37% | - |
| HSV(B) | 287.74º | 0.65% | 0.56% | - |
| XYZ | 14.15 | 8.36 | 26.46 | - |
| YUV | 81.73 | 162.02 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 49 | 142 | 0.13 | 0.65 | 0 | 0.44 | 287.74 | 0.49 | 0.37 |
| Hex | 7B | 31 | 8E | D | 41 | 0 | 2C | 120 | 31 | 25 |
| Octal | 173 | 61 | 216 | 15 | 101 | 0 | 54 | 440 | 61 | 45 |
| Binary | 1111011 | 110001 | 10001110 | 1101 | 1000001 | 0 | 101100 | 100100000 | 110001 | 100101 |
Color Harmonies of #7B318E
Complementary color
Monochromatic Colors of #7B318E
Black with #7B318E
Text Example
Text Example
White with #7B318E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B318E; }
p { color: rgb(123,49,142); }
H1.HeaderClassName
{
color: #7B318E;
}
.AnyTagClassName
{
color: #7B318E;
}
</style>
background-color css
<style>
a { background-color: #7B318E; }
a { background-color: rgb(123,49,142); }
div.DivClassName
{
background-color: #7B318E;
}
.BgClassName
{
background-color: #7B318E;
}
</style>
border-color css
<style>
span { border-color: #7B318E; }
span { border-color: rgb(123,49,142); }
td.TdClassName
{
border-color: #7B318E;
}
.TagClassName
{
border-color: #7B318E;
}
</style>