Shades of Vivid Violet #7A288B
Tints of Vivid Violet #7A288B
RGB
CMYK
RGB Variations
Color information
#7A288B (or 0x7A288B) is known color: Vivid Violet. HEX triplet: 7A, 28 and 8B. RGB value is (122,40,139). Sum of RGB (Red+Green+Blue) = 122+40+139=301 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.53% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 139 (54.69% from 255 or 46.18% from 301); Max value from RGB is 139 - color contains mainly: blue. Hex color #7A288B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A288B is #85D774. Grayscale: #4B4B4B. Windows color (decimal): -8771445 or 9119866. OLE color: 9119866.
HSL color Cylindrical-coordinate representation of color #7A288B: hue angle of 289.7º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7A288B is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 40 | 139 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.45 |
| HSL | 289.7º | 0.55% | 0.35% | - |
| HSV(B) | 289.7º | 0.71% | 0.55% | - |
| XYZ | 13.45 | 7.52 | 25.17 | - |
| YUV | 75.8 | 163.67 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 40 | 139 | 0.12 | 0.71 | 0 | 0.45 | 289.7 | 0.55 | 0.35 |
| Hex | 7A | 28 | 8B | C | 47 | 0 | 2D | 122 | 37 | 23 |
| Octal | 172 | 50 | 213 | 14 | 107 | 0 | 55 | 442 | 67 | 43 |
| Binary | 1111010 | 101000 | 10001011 | 1100 | 1000111 | 0 | 101101 | 100100010 | 110111 | 100011 |
Color Harmonies of #7A288B
Complementary color
Monochromatic Colors of #7A288B
Black with #7A288B
Text Example
Text Example
White with #7A288B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A288B; }
p { color: rgb(122,40,139); }
H1.HeaderClassName
{
color: #7A288B;
}
.AnyTagClassName
{
color: #7A288B;
}
</style>
background-color css
<style>
a { background-color: #7A288B; }
a { background-color: rgb(122,40,139); }
div.DivClassName
{
background-color: #7A288B;
}
.BgClassName
{
background-color: #7A288B;
}
</style>
border-color css
<style>
span { border-color: #7A288B; }
span { border-color: rgb(122,40,139); }
td.TdClassName
{
border-color: #7A288B;
}
.TagClassName
{
border-color: #7A288B;
}
</style>