Shades of Vivid Violet #7A338C
Tints of Vivid Violet #7A338C
RGB
CMYK
RGB Variations
Color information
#7A338C (or 0x7A338C) is known color: Vivid Violet. HEX triplet: 7A, 33 and 8C. RGB value is (122,51,140). Sum of RGB (Red+Green+Blue) = 122+51+140=313 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.98% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 140 (55.08% from 255 or 44.73% from 313); Max value from RGB is 140 - color contains mainly: blue. Hex color #7A338C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A338C is #85CC73. Grayscale: #525252. Windows color (decimal): -8768628 or 9188218. OLE color: 9188218.
HSL color Cylindrical-coordinate representation of color #7A338C: hue angle of 287.87º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7A338C is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 51 | 140 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.45 |
| HSL | 287.87º | 0.47% | 0.37% | - |
| HSV(B) | 287.87º | 0.64% | 0.55% | - |
| XYZ | 13.94 | 8.4 | 25.7 | - |
| YUV | 82.38 | 160.52 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 51 | 140 | 0.13 | 0.64 | 0 | 0.45 | 287.87 | 0.47 | 0.37 |
| Hex | 7A | 33 | 8C | D | 40 | 0 | 2D | 120 | 2F | 25 |
| Octal | 172 | 63 | 214 | 15 | 100 | 0 | 55 | 440 | 57 | 45 |
| Binary | 1111010 | 110011 | 10001100 | 1101 | 1000000 | 0 | 101101 | 100100000 | 101111 | 100101 |
Color Harmonies of #7A338C
Complementary color
Monochromatic Colors of #7A338C
Black with #7A338C
Text Example
Text Example
White with #7A338C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A338C; }
p { color: rgb(122,51,140); }
H1.HeaderClassName
{
color: #7A338C;
}
.AnyTagClassName
{
color: #7A338C;
}
</style>
background-color css
<style>
a { background-color: #7A338C; }
a { background-color: rgb(122,51,140); }
div.DivClassName
{
background-color: #7A338C;
}
.BgClassName
{
background-color: #7A338C;
}
</style>
border-color css
<style>
span { border-color: #7A338C; }
span { border-color: rgb(122,51,140); }
td.TdClassName
{
border-color: #7A338C;
}
.TagClassName
{
border-color: #7A338C;
}
</style>