Shades of Vivid Violet #7C3899
Tints of Vivid Violet #7C3899
RGB
CMYK
RGB Variations
Color information
#7C3899 (or 0x7C3899) is known color: Vivid Violet. HEX triplet: 7C, 38 and 99. RGB value is (124,56,153). Sum of RGB (Red+Green+Blue) = 124+56+153=333 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.24% from 333); Green value is 56 (22.27% from 255 or 16.82% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: blue. Hex color #7C3899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C3899 is #83C766. Grayscale: #575757. Windows color (decimal): -8636263 or 10041468. OLE color: 10041468.
HSL color Cylindrical-coordinate representation of color #7C3899: hue angle of 282.06º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7C3899 is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 124 | 56 | 153 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.4 |
| HSL | 282.06º | 0.46% | 0.41% | - |
| HSV(B) | 282.06º | 0.63% | 0.6% | - |
| XYZ | 15.48 | 9.41 | 31.14 | - |
| YUV | 87.39 | 165.03 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 56 | 153 | 0.19 | 0.63 | 0 | 0.4 | 282.06 | 0.46 | 0.41 |
| Hex | 7C | 38 | 99 | 13 | 3F | 0 | 28 | 11A | 2E | 29 |
| Octal | 174 | 70 | 231 | 23 | 77 | 0 | 50 | 432 | 56 | 51 |
| Binary | 1111100 | 111000 | 10011001 | 10011 | 111111 | 0 | 101000 | 100011010 | 101110 | 101001 |
Color Harmonies of #7C3899
Complementary color
Monochromatic Colors of #7C3899
Black with #7C3899
Text Example
Text Example
White with #7C3899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3899; }
p { color: rgb(124,56,153); }
H1.HeaderClassName
{
color: #7C3899;
}
.AnyTagClassName
{
color: #7C3899;
}
</style>
background-color css
<style>
a { background-color: #7C3899; }
a { background-color: rgb(124,56,153); }
div.DivClassName
{
background-color: #7C3899;
}
.BgClassName
{
background-color: #7C3899;
}
</style>
border-color css
<style>
span { border-color: #7C3899; }
span { border-color: rgb(124,56,153); }
td.TdClassName
{
border-color: #7C3899;
}
.TagClassName
{
border-color: #7C3899;
}
</style>