Shades of Vivid Violet #7A389B
Tints of Vivid Violet #7A389B
RGB
CMYK
RGB Variations
Color information
#7A389B (or 0x7A389B) is known color: Vivid Violet. HEX triplet: 7A, 38 and 9B. RGB value is (122,56,155). Sum of RGB (Red+Green+Blue) = 122+56+155=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 56 (22.27% from 255 or 16.82% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 155 - color contains mainly: blue. Hex color #7A389B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A389B is #85C764. Grayscale: #565656. Windows color (decimal): -8767333 or 10172538. OLE color: 10172538.
HSL color Cylindrical-coordinate representation of color #7A389B: hue angle of 280º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7A389B is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 122 | 56 | 155 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.39 |
| HSL | 280º | 0.47% | 0.41% | - |
| HSV(B) | 280º | 0.64% | 0.61% | - |
| XYZ | 15.36 | 9.33 | 32 | - |
| YUV | 87.02 | 166.37 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 56 | 155 | 0.21 | 0.64 | 0 | 0.39 | 280 | 0.47 | 0.41 |
| Hex | 7A | 38 | 9B | 15 | 40 | 0 | 27 | 118 | 2F | 29 |
| Octal | 172 | 70 | 233 | 25 | 100 | 0 | 47 | 430 | 57 | 51 |
| Binary | 1111010 | 111000 | 10011011 | 10101 | 1000000 | 0 | 100111 | 100011000 | 101111 | 101001 |
Color Harmonies of #7A389B
Complementary color
Monochromatic Colors of #7A389B
Black with #7A389B
Text Example
Text Example
White with #7A389B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A389B; }
p { color: rgb(122,56,155); }
H1.HeaderClassName
{
color: #7A389B;
}
.AnyTagClassName
{
color: #7A389B;
}
</style>
background-color css
<style>
a { background-color: #7A389B; }
a { background-color: rgb(122,56,155); }
div.DivClassName
{
background-color: #7A389B;
}
.BgClassName
{
background-color: #7A389B;
}
</style>
border-color css
<style>
span { border-color: #7A389B; }
span { border-color: rgb(122,56,155); }
td.TdClassName
{
border-color: #7A389B;
}
.TagClassName
{
border-color: #7A389B;
}
</style>