Shades of Vivid Violet #7A438D
Tints of Vivid Violet #7A438D
RGB
CMYK
RGB Variations
Color information
#7A438D (or 0x7A438D) is known color: Vivid Violet. HEX triplet: 7A, 43 and 8D. RGB value is (122,67,141). Sum of RGB (Red+Green+Blue) = 122+67+141=330 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.97% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 141 - color contains mainly: blue. Hex color #7A438D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A438D is #85BC72. Grayscale: #5B5B5B. Windows color (decimal): -8764531 or 9257850. OLE color: 9257850.
HSL color Cylindrical-coordinate representation of color #7A438D: hue angle of 284.59º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A438D is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 67 | 141 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.45 |
| HSL | 284.59º | 0.36% | 0.41% | - |
| HSV(B) | 284.59º | 0.52% | 0.55% | - |
| XYZ | 14.84 | 10.07 | 26.36 | - |
| YUV | 91.88 | 155.72 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 67 | 141 | 0.13 | 0.52 | 0 | 0.45 | 284.59 | 0.36 | 0.41 |
| Hex | 7A | 43 | 8D | D | 34 | 0 | 2D | 11D | 24 | 29 |
| Octal | 172 | 103 | 215 | 15 | 64 | 0 | 55 | 435 | 44 | 51 |
| Binary | 1111010 | 1000011 | 10001101 | 1101 | 110100 | 0 | 101101 | 100011101 | 100100 | 101001 |
Color Harmonies of #7A438D
Complementary color
Monochromatic Colors of #7A438D
Black with #7A438D
Text Example
Text Example
White with #7A438D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A438D; }
p { color: rgb(122,67,141); }
H1.HeaderClassName
{
color: #7A438D;
}
.AnyTagClassName
{
color: #7A438D;
}
</style>
background-color css
<style>
a { background-color: #7A438D; }
a { background-color: rgb(122,67,141); }
div.DivClassName
{
background-color: #7A438D;
}
.BgClassName
{
background-color: #7A438D;
}
</style>
border-color css
<style>
span { border-color: #7A438D; }
span { border-color: rgb(122,67,141); }
td.TdClassName
{
border-color: #7A438D;
}
.TagClassName
{
border-color: #7A438D;
}
</style>