Shades of Vivid Violet #7C3C89
Tints of Vivid Violet #7C3C89
RGB
CMYK
RGB Variations
Color information
#7C3C89 (or 0x7C3C89) is known color: Vivid Violet. HEX triplet: 7C, 3C and 89. RGB value is (124,60,137). Sum of RGB (Red+Green+Blue) = 124+60+137=321 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.63% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 137 (53.91% from 255 or 42.68% from 321); Max value from RGB is 137 - color contains mainly: blue. Hex color #7C3C89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C3C89 is #83C376. Grayscale: #575757. Windows color (decimal): -8635255 or 8993916. OLE color: 8993916.
HSL color Cylindrical-coordinate representation of color #7C3C89: hue angle of 289.87º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C3C89 is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 124 | 60 | 137 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.46 |
| HSL | 289.87º | 0.39% | 0.39% | - |
| HSV(B) | 289.87º | 0.56% | 0.54% | - |
| XYZ | 14.44 | 9.32 | 24.71 | - |
| YUV | 87.91 | 155.7 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 60 | 137 | 0.09 | 0.56 | 0 | 0.46 | 289.87 | 0.39 | 0.39 |
| Hex | 7C | 3C | 89 | 9 | 38 | 0 | 2E | 122 | 27 | 27 |
| Octal | 174 | 74 | 211 | 11 | 70 | 0 | 56 | 442 | 47 | 47 |
| Binary | 1111100 | 111100 | 10001001 | 1001 | 111000 | 0 | 101110 | 100100010 | 100111 | 100111 |
Color Harmonies of #7C3C89
Complementary color
Monochromatic Colors of #7C3C89
Black with #7C3C89
Text Example
Text Example
White with #7C3C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3C89; }
p { color: rgb(124,60,137); }
H1.HeaderClassName
{
color: #7C3C89;
}
.AnyTagClassName
{
color: #7C3C89;
}
</style>
background-color css
<style>
a { background-color: #7C3C89; }
a { background-color: rgb(124,60,137); }
div.DivClassName
{
background-color: #7C3C89;
}
.BgClassName
{
background-color: #7C3C89;
}
</style>
border-color css
<style>
span { border-color: #7C3C89; }
span { border-color: rgb(124,60,137); }
td.TdClassName
{
border-color: #7C3C89;
}
.TagClassName
{
border-color: #7C3C89;
}
</style>