Shades of Vivid Violet #7A3698
Tints of Vivid Violet #7A3698
RGB
CMYK
RGB Variations
Color information
#7A3698 (or 0x7A3698) is known color: Vivid Violet. HEX triplet: 7A, 36 and 98. RGB value is (122,54,152). Sum of RGB (Red+Green+Blue) = 122+54+152=328 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.20% from 328); Green value is 54 (21.48% from 255 or 16.46% from 328); Blue value is 152 (59.77% from 255 or 46.34% from 328); Max value from RGB is 152 - color contains mainly: blue. Hex color #7A3698 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A3698 is #85C967. Grayscale: #555555. Windows color (decimal): -8767848 or 9975418. OLE color: 9975418.
HSL color Cylindrical-coordinate representation of color #7A3698: hue angle of 281.63º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7A3698 is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 122 | 54 | 152 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.40 |
| HSL | 281.63º | 0.48% | 0.4% | - |
| HSV(B) | 281.63º | 0.64% | 0.6% | - |
| XYZ | 15.01 | 9.04 | 30.66 | - |
| YUV | 85.5 | 165.53 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 54 | 152 | 0.20 | 0.64 | 0 | 0.40 | 281.63 | 0.48 | 0.4 |
| Hex | 7A | 36 | 98 | 14 | 40 | 0 | 28 | 11A | 30 | 28 |
| Octal | 172 | 66 | 230 | 24 | 100 | 0 | 50 | 432 | 60 | 50 |
| Binary | 1111010 | 110110 | 10011000 | 10100 | 1000000 | 0 | 101000 | 100011010 | 110000 | 101000 |
Color Harmonies of #7A3698
Complementary color
Monochromatic Colors of #7A3698
Black with #7A3698
Text Example
Text Example
White with #7A3698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3698; }
p { color: rgb(122,54,152); }
H1.HeaderClassName
{
color: #7A3698;
}
.AnyTagClassName
{
color: #7A3698;
}
</style>
background-color css
<style>
a { background-color: #7A3698; }
a { background-color: rgb(122,54,152); }
div.DivClassName
{
background-color: #7A3698;
}
.BgClassName
{
background-color: #7A3698;
}
</style>
border-color css
<style>
span { border-color: #7A3698; }
span { border-color: rgb(122,54,152); }
td.TdClassName
{
border-color: #7A3698;
}
.TagClassName
{
border-color: #7A3698;
}
</style>