Shades of Vivid Violet #7C2C89
Tints of Vivid Violet #7C2C89
RGB
CMYK
RGB Variations
Color information
#7C2C89 (or 0x7C2C89) is known color: Vivid Violet. HEX triplet: 7C, 2C and 89. RGB value is (124,44,137). Sum of RGB (Red+Green+Blue) = 124+44+137=305 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.66% from 305); Green value is 44 (17.58% from 255 or 14.43% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 137 - color contains mainly: blue. Hex color #7C2C89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2C89 is #83D376. Grayscale: #4E4E4E. Windows color (decimal): -8639351 or 8989820. OLE color: 8989820.
HSL color Cylindrical-coordinate representation of color #7C2C89: hue angle of 291.61º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7C2C89 is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 124 | 44 | 137 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.46 |
| HSL | 291.61º | 0.51% | 0.35% | - |
| HSV(B) | 291.61º | 0.68% | 0.54% | - |
| XYZ | 13.73 | 7.89 | 24.47 | - |
| YUV | 78.52 | 161 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 44 | 137 | 0.09 | 0.68 | 0 | 0.46 | 291.61 | 0.51 | 0.35 |
| Hex | 7C | 2C | 89 | 9 | 44 | 0 | 2E | 124 | 33 | 23 |
| Octal | 174 | 54 | 211 | 11 | 104 | 0 | 56 | 444 | 63 | 43 |
| Binary | 1111100 | 101100 | 10001001 | 1001 | 1000100 | 0 | 101110 | 100100100 | 110011 | 100011 |
Color Harmonies of #7C2C89
Complementary color
Monochromatic Colors of #7C2C89
Black with #7C2C89
Text Example
Text Example
White with #7C2C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2C89; }
p { color: rgb(124,44,137); }
H1.HeaderClassName
{
color: #7C2C89;
}
.AnyTagClassName
{
color: #7C2C89;
}
</style>
background-color css
<style>
a { background-color: #7C2C89; }
a { background-color: rgb(124,44,137); }
div.DivClassName
{
background-color: #7C2C89;
}
.BgClassName
{
background-color: #7C2C89;
}
</style>
border-color css
<style>
span { border-color: #7C2C89; }
span { border-color: rgb(124,44,137); }
td.TdClassName
{
border-color: #7C2C89;
}
.TagClassName
{
border-color: #7C2C89;
}
</style>