Shades of Vivid Violet #7C328B
Tints of Vivid Violet #7C328B
RGB
CMYK
RGB Variations
Color information
#7C328B (or 0x7C328B) is known color: Vivid Violet. HEX triplet: 7C, 32 and 8B. RGB value is (124,50,139). Sum of RGB (Red+Green+Blue) = 124+50+139=313 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.62% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 139 - color contains mainly: blue. Hex color #7C328B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C328B is #83CD74. Grayscale: #515151. Windows color (decimal): -8637813 or 9122428. OLE color: 9122428.
HSL color Cylindrical-coordinate representation of color #7C328B: hue angle of 289.89º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7C328B is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 50 | 139 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.45 |
| HSL | 289.89º | 0.47% | 0.37% | - |
| HSV(B) | 289.89º | 0.64% | 0.55% | - |
| XYZ | 14.11 | 8.43 | 25.31 | - |
| YUV | 82.27 | 160.02 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 50 | 139 | 0.11 | 0.64 | 0 | 0.45 | 289.89 | 0.47 | 0.37 |
| Hex | 7C | 32 | 8B | B | 40 | 0 | 2D | 122 | 2F | 25 |
| Octal | 174 | 62 | 213 | 13 | 100 | 0 | 55 | 442 | 57 | 45 |
| Binary | 1111100 | 110010 | 10001011 | 1011 | 1000000 | 0 | 101101 | 100100010 | 101111 | 100101 |
Color Harmonies of #7C328B
Complementary color
Monochromatic Colors of #7C328B
Black with #7C328B
Text Example
Text Example
White with #7C328B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C328B; }
p { color: rgb(124,50,139); }
H1.HeaderClassName
{
color: #7C328B;
}
.AnyTagClassName
{
color: #7C328B;
}
</style>
background-color css
<style>
a { background-color: #7C328B; }
a { background-color: rgb(124,50,139); }
div.DivClassName
{
background-color: #7C328B;
}
.BgClassName
{
background-color: #7C328B;
}
</style>
border-color css
<style>
span { border-color: #7C328B; }
span { border-color: rgb(124,50,139); }
td.TdClassName
{
border-color: #7C328B;
}
.TagClassName
{
border-color: #7C328B;
}
</style>