Shades of Vivid Violet #7A3899
Tints of Vivid Violet #7A3899
RGB
CMYK
RGB Variations
Color information
#7A3899 (or 0x7A3899) is known color: Vivid Violet. HEX triplet: 7A, 38 and 99. RGB value is (122,56,153). Sum of RGB (Red+Green+Blue) = 122+56+153=331 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.86% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 153 (60.16% from 255 or 46.22% from 331); Max value from RGB is 153 - color contains mainly: blue. Hex color #7A3899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A3899 is #85C766. Grayscale: #565656. Windows color (decimal): -8767335 or 10041466. OLE color: 10041466.
HSL color Cylindrical-coordinate representation of color #7A3899: hue angle of 280.82º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7A3899 is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 122 | 56 | 153 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.4 |
| HSL | 280.82º | 0.46% | 0.41% | - |
| HSV(B) | 280.82º | 0.63% | 0.6% | - |
| XYZ | 15.19 | 9.27 | 31.12 | - |
| YUV | 86.79 | 165.37 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 56 | 153 | 0.20 | 0.63 | 0 | 0.4 | 280.82 | 0.46 | 0.41 |
| Hex | 7A | 38 | 99 | 14 | 3F | 0 | 28 | 119 | 2E | 29 |
| Octal | 172 | 70 | 231 | 24 | 77 | 0 | 50 | 431 | 56 | 51 |
| Binary | 1111010 | 111000 | 10011001 | 10100 | 111111 | 0 | 101000 | 100011001 | 101110 | 101001 |
Color Harmonies of #7A3899
Complementary color
Monochromatic Colors of #7A3899
Black with #7A3899
Text Example
Text Example
White with #7A3899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3899; }
p { color: rgb(122,56,153); }
H1.HeaderClassName
{
color: #7A3899;
}
.AnyTagClassName
{
color: #7A3899;
}
</style>
background-color css
<style>
a { background-color: #7A3899; }
a { background-color: rgb(122,56,153); }
div.DivClassName
{
background-color: #7A3899;
}
.BgClassName
{
background-color: #7A3899;
}
</style>
border-color css
<style>
span { border-color: #7A3899; }
span { border-color: rgb(122,56,153); }
td.TdClassName
{
border-color: #7A3899;
}
.TagClassName
{
border-color: #7A3899;
}
</style>