Shades of Vivid Violet #7A448D
Tints of Vivid Violet #7A448D
RGB
CMYK
RGB Variations
Color information
#7A448D (or 0x7A448D) is known color: Vivid Violet. HEX triplet: 7A, 44 and 8D. RGB value is (122,68,141). Sum of RGB (Red+Green+Blue) = 122+68+141=331 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.86% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 141 - color contains mainly: blue. Hex color #7A448D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A448D is #85BB72. Grayscale: #5C5C5C. Windows color (decimal): -8764275 or 9258106. OLE color: 9258106.
HSL color Cylindrical-coordinate representation of color #7A448D: hue angle of 284.38º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A448D is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 68 | 141 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.45 |
| HSL | 284.38º | 0.35% | 0.41% | - |
| HSV(B) | 284.38º | 0.52% | 0.55% | - |
| XYZ | 14.9 | 10.19 | 26.38 | - |
| YUV | 92.47 | 155.39 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 68 | 141 | 0.13 | 0.52 | 0 | 0.45 | 284.38 | 0.35 | 0.41 |
| Hex | 7A | 44 | 8D | D | 34 | 0 | 2D | 11C | 23 | 29 |
| Octal | 172 | 104 | 215 | 15 | 64 | 0 | 55 | 434 | 43 | 51 |
| Binary | 1111010 | 1000100 | 10001101 | 1101 | 110100 | 0 | 101101 | 100011100 | 100011 | 101001 |
Color Harmonies of #7A448D
Complementary color
Monochromatic Colors of #7A448D
Black with #7A448D
Text Example
Text Example
White with #7A448D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A448D; }
p { color: rgb(122,68,141); }
H1.HeaderClassName
{
color: #7A448D;
}
.AnyTagClassName
{
color: #7A448D;
}
</style>
background-color css
<style>
a { background-color: #7A448D; }
a { background-color: rgb(122,68,141); }
div.DivClassName
{
background-color: #7A448D;
}
.BgClassName
{
background-color: #7A448D;
}
</style>
border-color css
<style>
span { border-color: #7A448D; }
span { border-color: rgb(122,68,141); }
td.TdClassName
{
border-color: #7A448D;
}
.TagClassName
{
border-color: #7A448D;
}
</style>