Shades of Vivid Violet #7A3798
Tints of Vivid Violet #7A3798
RGB
CMYK
RGB Variations
Color information
#7A3798 (or 0x7A3798) is known color: Vivid Violet. HEX triplet: 7A, 37 and 98. RGB value is (122,55,152). Sum of RGB (Red+Green+Blue) = 122+55+152=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 152 (59.77% from 255 or 46.20% from 329); Max value from RGB is 152 - color contains mainly: blue. Hex color #7A3798 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A3798 is #85C867. Grayscale: #555555. Windows color (decimal): -8767592 or 9975674. OLE color: 9975674.
HSL color Cylindrical-coordinate representation of color #7A3798: hue angle of 281.44º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7A3798 is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 122 | 55 | 152 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.40 |
| HSL | 281.44º | 0.47% | 0.41% | - |
| HSV(B) | 281.44º | 0.64% | 0.6% | - |
| XYZ | 15.06 | 9.14 | 30.68 | - |
| YUV | 86.09 | 165.2 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 55 | 152 | 0.20 | 0.64 | 0 | 0.40 | 281.44 | 0.47 | 0.41 |
| Hex | 7A | 37 | 98 | 14 | 40 | 0 | 28 | 119 | 2F | 29 |
| Octal | 172 | 67 | 230 | 24 | 100 | 0 | 50 | 431 | 57 | 51 |
| Binary | 1111010 | 110111 | 10011000 | 10100 | 1000000 | 0 | 101000 | 100011001 | 101111 | 101001 |
Color Harmonies of #7A3798
Complementary color
Monochromatic Colors of #7A3798
Black with #7A3798
Text Example
Text Example
White with #7A3798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3798; }
p { color: rgb(122,55,152); }
H1.HeaderClassName
{
color: #7A3798;
}
.AnyTagClassName
{
color: #7A3798;
}
</style>
background-color css
<style>
a { background-color: #7A3798; }
a { background-color: rgb(122,55,152); }
div.DivClassName
{
background-color: #7A3798;
}
.BgClassName
{
background-color: #7A3798;
}
</style>
border-color css
<style>
span { border-color: #7A3798; }
span { border-color: rgb(122,55,152); }
td.TdClassName
{
border-color: #7A3798;
}
.TagClassName
{
border-color: #7A3798;
}
</style>