Shades of Vivid Violet #7C4289
Tints of Vivid Violet #7C4289
RGB
CMYK
RGB Variations
Color information
#7C4289 (or 0x7C4289) is known color: Vivid Violet. HEX triplet: 7C, 42 and 89. RGB value is (124,66,137). Sum of RGB (Red+Green+Blue) = 124+66+137=327 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.92% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 137 (53.91% from 255 or 41.90% from 327); Max value from RGB is 137 - color contains mainly: blue. Hex color #7C4289 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C4289 is #83BD76. Grayscale: #5B5B5B. Windows color (decimal): -8633719 or 8995452. OLE color: 8995452.
HSL color Cylindrical-coordinate representation of color #7C4289: hue angle of 289.01º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7C4289 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 124 | 66 | 137 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.46 |
| HSL | 289.01º | 0.35% | 0.4% | - |
| HSV(B) | 289.01º | 0.52% | 0.54% | - |
| XYZ | 14.78 | 9.99 | 24.82 | - |
| YUV | 91.44 | 153.72 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 66 | 137 | 0.09 | 0.52 | 0 | 0.46 | 289.01 | 0.35 | 0.4 |
| Hex | 7C | 42 | 89 | 9 | 34 | 0 | 2E | 121 | 23 | 28 |
| Octal | 174 | 102 | 211 | 11 | 64 | 0 | 56 | 441 | 43 | 50 |
| Binary | 1111100 | 1000010 | 10001001 | 1001 | 110100 | 0 | 101110 | 100100001 | 100011 | 101000 |
Color Harmonies of #7C4289
Complementary color
Monochromatic Colors of #7C4289
Black with #7C4289
Text Example
Text Example
White with #7C4289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4289; }
p { color: rgb(124,66,137); }
H1.HeaderClassName
{
color: #7C4289;
}
.AnyTagClassName
{
color: #7C4289;
}
</style>
background-color css
<style>
a { background-color: #7C4289; }
a { background-color: rgb(124,66,137); }
div.DivClassName
{
background-color: #7C4289;
}
.BgClassName
{
background-color: #7C4289;
}
</style>
border-color css
<style>
span { border-color: #7C4289; }
span { border-color: rgb(124,66,137); }
td.TdClassName
{
border-color: #7C4289;
}
.TagClassName
{
border-color: #7C4289;
}
</style>