Shades of Vivid Violet #7A399B
Tints of Vivid Violet #7A399B
RGB
CMYK
RGB Variations
Color information
#7A399B (or 0x7A399B) is known color: Vivid Violet. HEX triplet: 7A, 39 and 9B. RGB value is (122,57,155). Sum of RGB (Red+Green+Blue) = 122+57+155=334 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.53% from 334); Green value is 57 (22.66% from 255 or 17.07% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 155 - color contains mainly: blue. Hex color #7A399B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A399B is #85C664. Grayscale: #575757. Windows color (decimal): -8767077 or 10172794. OLE color: 10172794.
HSL color Cylindrical-coordinate representation of color #7A399B: hue angle of 279.8º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7A399B is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 122 | 57 | 155 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.39 |
| HSL | 279.8º | 0.46% | 0.42% | - |
| HSV(B) | 279.8º | 0.63% | 0.61% | - |
| XYZ | 15.41 | 9.43 | 32.02 | - |
| YUV | 87.61 | 166.03 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 57 | 155 | 0.21 | 0.63 | 0 | 0.39 | 279.8 | 0.46 | 0.42 |
| Hex | 7A | 39 | 9B | 15 | 3F | 0 | 27 | 118 | 2E | 2A |
| Octal | 172 | 71 | 233 | 25 | 77 | 0 | 47 | 430 | 56 | 52 |
| Binary | 1111010 | 111001 | 10011011 | 10101 | 111111 | 0 | 100111 | 100011000 | 101110 | 101010 |
Color Harmonies of #7A399B
Complementary color
Monochromatic Colors of #7A399B
Black with #7A399B
Text Example
Text Example
White with #7A399B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A399B; }
p { color: rgb(122,57,155); }
H1.HeaderClassName
{
color: #7A399B;
}
.AnyTagClassName
{
color: #7A399B;
}
</style>
background-color css
<style>
a { background-color: #7A399B; }
a { background-color: rgb(122,57,155); }
div.DivClassName
{
background-color: #7A399B;
}
.BgClassName
{
background-color: #7A399B;
}
</style>
border-color css
<style>
span { border-color: #7A399B; }
span { border-color: rgb(122,57,155); }
td.TdClassName
{
border-color: #7A399B;
}
.TagClassName
{
border-color: #7A399B;
}
</style>