Shades of Vivid Violet #7A238E
Tints of Vivid Violet #7A238E
RGB
CMYK
RGB Variations
Color information
#7A238E (or 0x7A238E) is known color: Vivid Violet. HEX triplet: 7A, 23 and 8E. RGB value is (122,35,142). Sum of RGB (Red+Green+Blue) = 122+35+142=299 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.80% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 142 (55.86% from 255 or 47.49% from 299); Max value from RGB is 142 - color contains mainly: blue. Hex color #7A238E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A238E is #85DC71. Grayscale: #484848. Windows color (decimal): -8772722 or 9315194. OLE color: 9315194.
HSL color Cylindrical-coordinate representation of color #7A238E: hue angle of 288.79º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7A238E is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 35 | 142 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.44 |
| HSL | 288.79º | 0.6% | 0.35% | - |
| HSV(B) | 288.79º | 0.75% | 0.56% | - |
| XYZ | 13.51 | 7.29 | 26.29 | - |
| YUV | 73.21 | 166.82 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 35 | 142 | 0.14 | 0.75 | 0 | 0.44 | 288.79 | 0.6 | 0.35 |
| Hex | 7A | 23 | 8E | E | 4B | 0 | 2C | 121 | 3C | 23 |
| Octal | 172 | 43 | 216 | 16 | 113 | 0 | 54 | 441 | 74 | 43 |
| Binary | 1111010 | 100011 | 10001110 | 1110 | 1001011 | 0 | 101100 | 100100001 | 111100 | 100011 |
Color Harmonies of #7A238E
Complementary color
Monochromatic Colors of #7A238E
Black with #7A238E
Text Example
Text Example
White with #7A238E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A238E; }
p { color: rgb(122,35,142); }
H1.HeaderClassName
{
color: #7A238E;
}
.AnyTagClassName
{
color: #7A238E;
}
</style>
background-color css
<style>
a { background-color: #7A238E; }
a { background-color: rgb(122,35,142); }
div.DivClassName
{
background-color: #7A238E;
}
.BgClassName
{
background-color: #7A238E;
}
</style>
border-color css
<style>
span { border-color: #7A238E; }
span { border-color: rgb(122,35,142); }
td.TdClassName
{
border-color: #7A238E;
}
.TagClassName
{
border-color: #7A238E;
}
</style>