Shades of Vivid Violet #7C3482
Tints of Vivid Violet #7C3482
RGB
CMYK
RGB Variations
Color information
#7C3482 (or 0x7C3482) is known color: Vivid Violet. HEX triplet: 7C, 34 and 82. RGB value is (124,52,130). Sum of RGB (Red+Green+Blue) = 124+52+130=306 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.52% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 130 (51.17% from 255 or 42.48% from 306); Max value from RGB is 130 - color contains mainly: blue. Hex color #7C3482 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C3482 is #83CB7D. Grayscale: #525252. Windows color (decimal): -8637310 or 8533116. OLE color: 8533116.
HSL color Cylindrical-coordinate representation of color #7C3482: hue angle of 295.38º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7C3482 is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 124 | 52 | 130 | - |
| CMYK | 0.05 | 0.60 | 0 | 0.49 |
| HSL | 295.38º | 0.43% | 0.36% | - |
| HSV(B) | 295.38º | 0.6% | 0.51% | - |
| XYZ | 13.57 | 8.35 | 22.02 | - |
| YUV | 82.42 | 154.85 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 52 | 130 | 0.05 | 0.60 | 0 | 0.49 | 295.38 | 0.43 | 0.36 |
| Hex | 7C | 34 | 82 | 5 | 3C | 0 | 31 | 127 | 2B | 24 |
| Octal | 174 | 64 | 202 | 5 | 74 | 0 | 61 | 447 | 53 | 44 |
| Binary | 1111100 | 110100 | 10000010 | 101 | 111100 | 0 | 110001 | 100100111 | 101011 | 100100 |
Color Harmonies of #7C3482
Complementary color
Monochromatic Colors of #7C3482
Black with #7C3482
Text Example
Text Example
White with #7C3482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3482; }
p { color: rgb(124,52,130); }
H1.HeaderClassName
{
color: #7C3482;
}
.AnyTagClassName
{
color: #7C3482;
}
</style>
background-color css
<style>
a { background-color: #7C3482; }
a { background-color: rgb(124,52,130); }
div.DivClassName
{
background-color: #7C3482;
}
.BgClassName
{
background-color: #7C3482;
}
</style>
border-color css
<style>
span { border-color: #7C3482; }
span { border-color: rgb(124,52,130); }
td.TdClassName
{
border-color: #7C3482;
}
.TagClassName
{
border-color: #7C3482;
}
</style>