Shades of Vivid Violet #7C418B
Tints of Vivid Violet #7C418B
RGB
CMYK
RGB Variations
Color information
#7C418B (or 0x7C418B) is known color: Vivid Violet. HEX triplet: 7C, 41 and 8B. RGB value is (124,65,139). Sum of RGB (Red+Green+Blue) = 124+65+139=328 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.80% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 139 - color contains mainly: blue. Hex color #7C418B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C418B is #83BE74. Grayscale: #5A5A5A. Windows color (decimal): -8633973 or 9126268. OLE color: 9126268.
HSL color Cylindrical-coordinate representation of color #7C418B: hue angle of 287.84º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7C418B is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 65 | 139 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.45 |
| HSL | 287.84º | 0.36% | 0.4% | - |
| HSV(B) | 287.84º | 0.53% | 0.55% | - |
| XYZ | 14.86 | 9.93 | 25.56 | - |
| YUV | 91.08 | 155.05 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 65 | 139 | 0.11 | 0.53 | 0 | 0.45 | 287.84 | 0.36 | 0.4 |
| Hex | 7C | 41 | 8B | B | 35 | 0 | 2D | 120 | 24 | 28 |
| Octal | 174 | 101 | 213 | 13 | 65 | 0 | 55 | 440 | 44 | 50 |
| Binary | 1111100 | 1000001 | 10001011 | 1011 | 110101 | 0 | 101101 | 100100000 | 100100 | 101000 |
Color Harmonies of #7C418B
Complementary color
Monochromatic Colors of #7C418B
Black with #7C418B
Text Example
Text Example
White with #7C418B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C418B; }
p { color: rgb(124,65,139); }
H1.HeaderClassName
{
color: #7C418B;
}
.AnyTagClassName
{
color: #7C418B;
}
</style>
background-color css
<style>
a { background-color: #7C418B; }
a { background-color: rgb(124,65,139); }
div.DivClassName
{
background-color: #7C418B;
}
.BgClassName
{
background-color: #7C418B;
}
</style>
border-color css
<style>
span { border-color: #7C418B; }
span { border-color: rgb(124,65,139); }
td.TdClassName
{
border-color: #7C418B;
}
.TagClassName
{
border-color: #7C418B;
}
</style>