Shades of Vivid Violet #7C4584
Tints of Vivid Violet #7C4584
RGB
CMYK
RGB Variations
Color information
#7C4584 (or 0x7C4584) is known color: Vivid Violet. HEX triplet: 7C, 45 and 84. RGB value is (124,69,132). Sum of RGB (Red+Green+Blue) = 124+69+132=325 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.15% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 132 - color contains mainly: blue. Hex color #7C4584 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C4584 is #83BA7B. Grayscale: #5C5C5C. Windows color (decimal): -8632956 or 8668540. OLE color: 8668540.
HSL color Cylindrical-coordinate representation of color #7C4584: hue angle of 292.38º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C4584 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 69 | 132 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.48 |
| HSL | 292.38º | 0.31% | 0.39% | - |
| HSV(B) | 292.38º | 0.48% | 0.52% | - |
| XYZ | 14.61 | 10.21 | 23.03 | - |
| YUV | 92.63 | 150.22 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 69 | 132 | 0.06 | 0.48 | 0 | 0.48 | 292.38 | 0.31 | 0.39 |
| Hex | 7C | 45 | 84 | 6 | 30 | 0 | 30 | 124 | 1F | 27 |
| Octal | 174 | 105 | 204 | 6 | 60 | 0 | 60 | 444 | 37 | 47 |
| Binary | 1111100 | 1000101 | 10000100 | 110 | 110000 | 0 | 110000 | 100100100 | 11111 | 100111 |
Color Harmonies of #7C4584
Complementary color
Monochromatic Colors of #7C4584
Black with #7C4584
Text Example
Text Example
White with #7C4584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4584; }
p { color: rgb(124,69,132); }
H1.HeaderClassName
{
color: #7C4584;
}
.AnyTagClassName
{
color: #7C4584;
}
</style>
background-color css
<style>
a { background-color: #7C4584; }
a { background-color: rgb(124,69,132); }
div.DivClassName
{
background-color: #7C4584;
}
.BgClassName
{
background-color: #7C4584;
}
</style>
border-color css
<style>
span { border-color: #7C4584; }
span { border-color: rgb(124,69,132); }
td.TdClassName
{
border-color: #7C4584;
}
.TagClassName
{
border-color: #7C4584;
}
</style>