Shades of Vivid Violet #7C4187
Tints of Vivid Violet #7C4187
RGB
CMYK
RGB Variations
Color information
#7C4187 (or 0x7C4187) is known color: Vivid Violet. HEX triplet: 7C, 41 and 87. RGB value is (124,65,135). Sum of RGB (Red+Green+Blue) = 124+65+135=324 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.27% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 135 (53.12% from 255 or 41.67% from 324); Max value from RGB is 135 - color contains mainly: blue. Hex color #7C4187 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C4187 is #83BE78. Grayscale: #5A5A5A. Windows color (decimal): -8633977 or 8864124. OLE color: 8864124.
HSL color Cylindrical-coordinate representation of color #7C4187: hue angle of 290.57º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7C4187 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 65 | 135 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.47 |
| HSL | 290.57º | 0.35% | 0.39% | - |
| HSV(B) | 290.57º | 0.52% | 0.53% | - |
| XYZ | 14.58 | 9.81 | 24.05 | - |
| YUV | 90.62 | 153.05 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 65 | 135 | 0.08 | 0.52 | 0 | 0.47 | 290.57 | 0.35 | 0.39 |
| Hex | 7C | 41 | 87 | 8 | 34 | 0 | 2F | 123 | 23 | 27 |
| Octal | 174 | 101 | 207 | 10 | 64 | 0 | 57 | 443 | 43 | 47 |
| Binary | 1111100 | 1000001 | 10000111 | 1000 | 110100 | 0 | 101111 | 100100011 | 100011 | 100111 |
Color Harmonies of #7C4187
Complementary color
Monochromatic Colors of #7C4187
Black with #7C4187
Text Example
Text Example
White with #7C4187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4187; }
p { color: rgb(124,65,135); }
H1.HeaderClassName
{
color: #7C4187;
}
.AnyTagClassName
{
color: #7C4187;
}
</style>
background-color css
<style>
a { background-color: #7C4187; }
a { background-color: rgb(124,65,135); }
div.DivClassName
{
background-color: #7C4187;
}
.BgClassName
{
background-color: #7C4187;
}
</style>
border-color css
<style>
span { border-color: #7C4187; }
span { border-color: rgb(124,65,135); }
td.TdClassName
{
border-color: #7C4187;
}
.TagClassName
{
border-color: #7C4187;
}
</style>