Shades of Vivid Violet #7A3F93
Tints of Vivid Violet #7A3F93
RGB
CMYK
RGB Variations
Color information
#7A3F93 (or 0x7A3F93) is known color: Vivid Violet. HEX triplet: 7A, 3F and 93. RGB value is (122,63,147). Sum of RGB (Red+Green+Blue) = 122+63+147=332 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.75% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 147 - color contains mainly: blue. Hex color #7A3F93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A3F93 is #85C06C. Grayscale: #595959. Windows color (decimal): -8765549 or 9650042. OLE color: 9650042.
HSL color Cylindrical-coordinate representation of color #7A3F93: hue angle of 282.14º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A3F93 is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 63 | 147 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.42 |
| HSL | 282.14º | 0.4% | 0.41% | - |
| HSV(B) | 282.14º | 0.57% | 0.58% | - |
| XYZ | 15.07 | 9.8 | 28.7 | - |
| YUV | 90.22 | 160.05 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 63 | 147 | 0.17 | 0.57 | 0 | 0.42 | 282.14 | 0.4 | 0.41 |
| Hex | 7A | 3F | 93 | 11 | 39 | 0 | 2A | 11A | 28 | 29 |
| Octal | 172 | 77 | 223 | 21 | 71 | 0 | 52 | 432 | 50 | 51 |
| Binary | 1111010 | 111111 | 10010011 | 10001 | 111001 | 0 | 101010 | 100011010 | 101000 | 101001 |
Color Harmonies of #7A3F93
Complementary color
Monochromatic Colors of #7A3F93
Black with #7A3F93
Text Example
Text Example
White with #7A3F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3F93; }
p { color: rgb(122,63,147); }
H1.HeaderClassName
{
color: #7A3F93;
}
.AnyTagClassName
{
color: #7A3F93;
}
</style>
background-color css
<style>
a { background-color: #7A3F93; }
a { background-color: rgb(122,63,147); }
div.DivClassName
{
background-color: #7A3F93;
}
.BgClassName
{
background-color: #7A3F93;
}
</style>
border-color css
<style>
span { border-color: #7A3F93; }
span { border-color: rgb(122,63,147); }
td.TdClassName
{
border-color: #7A3F93;
}
.TagClassName
{
border-color: #7A3F93;
}
</style>