Shades of Vivid Violet #7C3590
Tints of Vivid Violet #7C3590
RGB
CMYK
RGB Variations
Color information
#7C3590 (or 0x7C3590) is known color: Vivid Violet. HEX triplet: 7C, 35 and 90. RGB value is (124,53,144). Sum of RGB (Red+Green+Blue) = 124+53+144=321 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.63% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 144 - color contains mainly: blue. Hex color #7C3590 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C3590 is #83CA6F. Grayscale: #545454. Windows color (decimal): -8637040 or 9450876. OLE color: 9450876.
HSL color Cylindrical-coordinate representation of color #7C3590: hue angle of 286.81º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7C3590 is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 53 | 144 | - |
| CMYK | 0.14 | 0.63 | 0 | 0.44 |
| HSL | 286.81º | 0.46% | 0.39% | - |
| HSV(B) | 286.81º | 0.63% | 0.56% | - |
| XYZ | 14.62 | 8.84 | 27.32 | - |
| YUV | 84.6 | 161.52 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 53 | 144 | 0.14 | 0.63 | 0 | 0.44 | 286.81 | 0.46 | 0.39 |
| Hex | 7C | 35 | 90 | E | 3F | 0 | 2C | 11F | 2E | 27 |
| Octal | 174 | 65 | 220 | 16 | 77 | 0 | 54 | 437 | 56 | 47 |
| Binary | 1111100 | 110101 | 10010000 | 1110 | 111111 | 0 | 101100 | 100011111 | 101110 | 100111 |
Color Harmonies of #7C3590
Complementary color
Monochromatic Colors of #7C3590
Black with #7C3590
Text Example
Text Example
White with #7C3590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3590; }
p { color: rgb(124,53,144); }
H1.HeaderClassName
{
color: #7C3590;
}
.AnyTagClassName
{
color: #7C3590;
}
</style>
background-color css
<style>
a { background-color: #7C3590; }
a { background-color: rgb(124,53,144); }
div.DivClassName
{
background-color: #7C3590;
}
.BgClassName
{
background-color: #7C3590;
}
</style>
border-color css
<style>
span { border-color: #7C3590; }
span { border-color: rgb(124,53,144); }
td.TdClassName
{
border-color: #7C3590;
}
.TagClassName
{
border-color: #7C3590;
}
</style>