Shades of Vivid Violet #7B318D
Tints of Vivid Violet #7B318D
RGB
CMYK
RGB Variations
Color information
#7B318D (or 0x7B318D) is known color: Vivid Violet. HEX triplet: 7B, 31 and 8D. RGB value is (123,49,141). Sum of RGB (Red+Green+Blue) = 123+49+141=313 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.30% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 141 (55.47% from 255 or 45.05% from 313); Max value from RGB is 141 - color contains mainly: blue. Hex color #7B318D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B318D is #84CE72. Grayscale: #515151. Windows color (decimal): -8703603 or 9253243. OLE color: 9253243.
HSL color Cylindrical-coordinate representation of color #7B318D: hue angle of 288.26º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7B318D is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 123 | 49 | 141 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.45 |
| HSL | 288.26º | 0.48% | 0.37% | - |
| HSV(B) | 288.26º | 0.65% | 0.55% | - |
| XYZ | 14.07 | 8.33 | 26.07 | - |
| YUV | 81.61 | 161.52 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 49 | 141 | 0.13 | 0.65 | 0 | 0.45 | 288.26 | 0.48 | 0.37 |
| Hex | 7B | 31 | 8D | D | 41 | 0 | 2D | 120 | 30 | 25 |
| Octal | 173 | 61 | 215 | 15 | 101 | 0 | 55 | 440 | 60 | 45 |
| Binary | 1111011 | 110001 | 10001101 | 1101 | 1000001 | 0 | 101101 | 100100000 | 110000 | 100101 |
Color Harmonies of #7B318D
Complementary color
Monochromatic Colors of #7B318D
Black with #7B318D
Text Example
Text Example
White with #7B318D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B318D; }
p { color: rgb(123,49,141); }
H1.HeaderClassName
{
color: #7B318D;
}
.AnyTagClassName
{
color: #7B318D;
}
</style>
background-color css
<style>
a { background-color: #7B318D; }
a { background-color: rgb(123,49,141); }
div.DivClassName
{
background-color: #7B318D;
}
.BgClassName
{
background-color: #7B318D;
}
</style>
border-color css
<style>
span { border-color: #7B318D; }
span { border-color: rgb(123,49,141); }
td.TdClassName
{
border-color: #7B318D;
}
.TagClassName
{
border-color: #7B318D;
}
</style>