Shades of Vivid Violet #7A408F
Tints of Vivid Violet #7A408F
RGB
CMYK
RGB Variations
Color information
#7A408F (or 0x7A408F) is known color: Vivid Violet. HEX triplet: 7A, 40 and 8F. RGB value is (122,64,143). Sum of RGB (Red+Green+Blue) = 122+64+143=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 143 (56.25% from 255 or 43.47% from 329); Max value from RGB is 143 - color contains mainly: blue. Hex color #7A408F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A408F is #85BF70. Grayscale: #5A5A5A. Windows color (decimal): -8765297 or 9388154. OLE color: 9388154.
HSL color Cylindrical-coordinate representation of color #7A408F: hue angle of 284.05º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7A408F is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 64 | 143 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.44 |
| HSL | 284.05º | 0.38% | 0.41% | - |
| HSV(B) | 284.05º | 0.55% | 0.56% | - |
| XYZ | 14.82 | 9.79 | 27.09 | - |
| YUV | 90.35 | 157.72 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 64 | 143 | 0.15 | 0.55 | 0 | 0.44 | 284.05 | 0.38 | 0.41 |
| Hex | 7A | 40 | 8F | F | 37 | 0 | 2C | 11C | 26 | 29 |
| Octal | 172 | 100 | 217 | 17 | 67 | 0 | 54 | 434 | 46 | 51 |
| Binary | 1111010 | 1000000 | 10001111 | 1111 | 110111 | 0 | 101100 | 100011100 | 100110 | 101001 |
Color Harmonies of #7A408F
Complementary color
Monochromatic Colors of #7A408F
Black with #7A408F
Text Example
Text Example
White with #7A408F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A408F; }
p { color: rgb(122,64,143); }
H1.HeaderClassName
{
color: #7A408F;
}
.AnyTagClassName
{
color: #7A408F;
}
</style>
background-color css
<style>
a { background-color: #7A408F; }
a { background-color: rgb(122,64,143); }
div.DivClassName
{
background-color: #7A408F;
}
.BgClassName
{
background-color: #7A408F;
}
</style>
border-color css
<style>
span { border-color: #7A408F; }
span { border-color: rgb(122,64,143); }
td.TdClassName
{
border-color: #7A408F;
}
.TagClassName
{
border-color: #7A408F;
}
</style>