Shades of Vivid Violet #7A368B
Tints of Vivid Violet #7A368B
RGB
CMYK
RGB Variations
Color information
#7A368B (or 0x7A368B) is known color: Vivid Violet. HEX triplet: 7A, 36 and 8B. RGB value is (122,54,139). Sum of RGB (Red+Green+Blue) = 122+54+139=315 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.73% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 139 - color contains mainly: blue. Hex color #7A368B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A368B is #85C974. Grayscale: #535353. Windows color (decimal): -8767861 or 9123450. OLE color: 9123450.
HSL color Cylindrical-coordinate representation of color #7A368B: hue angle of 288º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7A368B is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 54 | 139 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.45 |
| HSL | 288º | 0.44% | 0.38% | - |
| HSV(B) | 288º | 0.61% | 0.55% | - |
| XYZ | 14.01 | 8.64 | 25.36 | - |
| YUV | 84.02 | 159.03 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 54 | 139 | 0.12 | 0.61 | 0 | 0.45 | 288 | 0.44 | 0.38 |
| Hex | 7A | 36 | 8B | C | 3D | 0 | 2D | 120 | 2C | 26 |
| Octal | 172 | 66 | 213 | 14 | 75 | 0 | 55 | 440 | 54 | 46 |
| Binary | 1111010 | 110110 | 10001011 | 1100 | 111101 | 0 | 101101 | 100100000 | 101100 | 100110 |
Color Harmonies of #7A368B
Complementary color
Monochromatic Colors of #7A368B
Black with #7A368B
Text Example
Text Example
White with #7A368B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A368B; }
p { color: rgb(122,54,139); }
H1.HeaderClassName
{
color: #7A368B;
}
.AnyTagClassName
{
color: #7A368B;
}
</style>
background-color css
<style>
a { background-color: #7A368B; }
a { background-color: rgb(122,54,139); }
div.DivClassName
{
background-color: #7A368B;
}
.BgClassName
{
background-color: #7A368B;
}
</style>
border-color css
<style>
span { border-color: #7A368B; }
span { border-color: rgb(122,54,139); }
td.TdClassName
{
border-color: #7A368B;
}
.TagClassName
{
border-color: #7A368B;
}
</style>