Shades of Vivid Violet #7C2887
Tints of Vivid Violet #7C2887
RGB
CMYK
RGB Variations
Color information
#7C2887 (or 0x7C2887) is known color: Vivid Violet. HEX triplet: 7C, 28 and 87. RGB value is (124,40,135). Sum of RGB (Red+Green+Blue) = 124+40+135=299 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.47% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 135 (53.12% from 255 or 45.15% from 299); Max value from RGB is 135 - color contains mainly: blue. Hex color #7C2887 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2887 is #83D778. Grayscale: #4B4B4B. Windows color (decimal): -8640377 or 8857724. OLE color: 8857724.
HSL color Cylindrical-coordinate representation of color #7C2887: hue angle of 293.05º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7C2887 is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 40 | 135 | - |
| CMYK | 0.08 | 0.70 | 0 | 0.47 |
| HSL | 293.05º | 0.54% | 0.34% | - |
| HSV(B) | 293.05º | 0.7% | 0.53% | - |
| XYZ | 13.44 | 7.55 | 23.67 | - |
| YUV | 75.95 | 161.33 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 40 | 135 | 0.08 | 0.70 | 0 | 0.47 | 293.05 | 0.54 | 0.34 |
| Hex | 7C | 28 | 87 | 8 | 46 | 0 | 2F | 125 | 36 | 22 |
| Octal | 174 | 50 | 207 | 10 | 106 | 0 | 57 | 445 | 66 | 42 |
| Binary | 1111100 | 101000 | 10000111 | 1000 | 1000110 | 0 | 101111 | 100100101 | 110110 | 100010 |
Color Harmonies of #7C2887
Complementary color
Monochromatic Colors of #7C2887
Black with #7C2887
Text Example
Text Example
White with #7C2887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2887; }
p { color: rgb(124,40,135); }
H1.HeaderClassName
{
color: #7C2887;
}
.AnyTagClassName
{
color: #7C2887;
}
</style>
background-color css
<style>
a { background-color: #7C2887; }
a { background-color: rgb(124,40,135); }
div.DivClassName
{
background-color: #7C2887;
}
.BgClassName
{
background-color: #7C2887;
}
</style>
border-color css
<style>
span { border-color: #7C2887; }
span { border-color: rgb(124,40,135); }
td.TdClassName
{
border-color: #7C2887;
}
.TagClassName
{
border-color: #7C2887;
}
</style>