Shades of Vivid Violet #7A388C
Tints of Vivid Violet #7A388C
RGB
CMYK
RGB Variations
Color information
#7A388C (or 0x7A388C) is known color: Vivid Violet. HEX triplet: 7A, 38 and 8C. RGB value is (122,56,140). Sum of RGB (Red+Green+Blue) = 122+56+140=318 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.36% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 140 (55.08% from 255 or 44.03% from 318); Max value from RGB is 140 - color contains mainly: blue. Hex color #7A388C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A388C is #85C773. Grayscale: #555555. Windows color (decimal): -8767348 or 9189498. OLE color: 9189498.
HSL color Cylindrical-coordinate representation of color #7A388C: hue angle of 287.14º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7A388C is Cyan = 0.13, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 56 | 140 | - |
| CMYK | 0.13 | 0.6 | 0 | 0.45 |
| HSL | 287.14º | 0.43% | 0.38% | - |
| HSV(B) | 287.14º | 0.6% | 0.55% | - |
| XYZ | 14.17 | 8.86 | 25.77 | - |
| YUV | 85.31 | 158.87 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 56 | 140 | 0.13 | 0.6 | 0 | 0.45 | 287.14 | 0.43 | 0.38 |
| Hex | 7A | 38 | 8C | D | 3C | 0 | 2D | 11F | 2B | 26 |
| Octal | 172 | 70 | 214 | 15 | 74 | 0 | 55 | 437 | 53 | 46 |
| Binary | 1111010 | 111000 | 10001100 | 1101 | 111100 | 0 | 101101 | 100011111 | 101011 | 100110 |
Color Harmonies of #7A388C
Complementary color
Monochromatic Colors of #7A388C
Black with #7A388C
Text Example
Text Example
White with #7A388C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A388C; }
p { color: rgb(122,56,140); }
H1.HeaderClassName
{
color: #7A388C;
}
.AnyTagClassName
{
color: #7A388C;
}
</style>
background-color css
<style>
a { background-color: #7A388C; }
a { background-color: rgb(122,56,140); }
div.DivClassName
{
background-color: #7A388C;
}
.BgClassName
{
background-color: #7A388C;
}
</style>
border-color css
<style>
span { border-color: #7A388C; }
span { border-color: rgb(122,56,140); }
td.TdClassName
{
border-color: #7A388C;
}
.TagClassName
{
border-color: #7A388C;
}
</style>