Shades of Vivid Violet #7A1895
Tints of Vivid Violet #7A1895
RGB
CMYK
RGB Variations
Color information
#7A1895 (or 0x7A1895) is known color: Vivid Violet. HEX triplet: 7A, 18 and 95. RGB value is (122,24,149). Sum of RGB (Red+Green+Blue) = 122+24+149=295 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.36% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 149 (58.59% from 255 or 50.51% from 295); Max value from RGB is 149 - color contains mainly: blue. Hex color #7A1895 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A1895 is #85E76A. Grayscale: #434343. Windows color (decimal): -8775531 or 9771130. OLE color: 9771130.
HSL color Cylindrical-coordinate representation of color #7A1895: hue angle of 287.04º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7A1895 is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 24 | 149 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.42 |
| HSL | 287.04º | 0.72% | 0.34% | - |
| HSV(B) | 287.04º | 0.84% | 0.58% | - |
| XYZ | 13.78 | 6.96 | 29.05 | - |
| YUV | 67.55 | 173.97 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 24 | 149 | 0.18 | 0.84 | 0 | 0.42 | 287.04 | 0.72 | 0.34 |
| Hex | 7A | 18 | 95 | 12 | 54 | 0 | 2A | 11F | 48 | 22 |
| Octal | 172 | 30 | 225 | 22 | 124 | 0 | 52 | 437 | 110 | 42 |
| Binary | 1111010 | 11000 | 10010101 | 10010 | 1010100 | 0 | 101010 | 100011111 | 1001000 | 100010 |
Color Harmonies of #7A1895
Complementary color
Monochromatic Colors of #7A1895
Black with #7A1895
Text Example
Text Example
White with #7A1895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1895; }
p { color: rgb(122,24,149); }
H1.HeaderClassName
{
color: #7A1895;
}
.AnyTagClassName
{
color: #7A1895;
}
</style>
background-color css
<style>
a { background-color: #7A1895; }
a { background-color: rgb(122,24,149); }
div.DivClassName
{
background-color: #7A1895;
}
.BgClassName
{
background-color: #7A1895;
}
</style>
border-color css
<style>
span { border-color: #7A1895; }
span { border-color: rgb(122,24,149); }
td.TdClassName
{
border-color: #7A1895;
}
.TagClassName
{
border-color: #7A1895;
}
</style>