Shades of Vivid Violet #7C358B
Tints of Vivid Violet #7C358B
RGB
CMYK
RGB Variations
Color information
#7C358B (or 0x7C358B) is known color: Vivid Violet. HEX triplet: 7C, 35 and 8B. RGB value is (124,53,139). Sum of RGB (Red+Green+Blue) = 124+53+139=316 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.24% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 139 - color contains mainly: blue. Hex color #7C358B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C358B is #83CA74. Grayscale: #535353. Windows color (decimal): -8637045 or 9123196. OLE color: 9123196.
HSL color Cylindrical-coordinate representation of color #7C358B: hue angle of 289.53º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7C358B is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 53 | 139 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.45 |
| HSL | 289.53º | 0.45% | 0.38% | - |
| HSV(B) | 289.53º | 0.62% | 0.55% | - |
| XYZ | 14.25 | 8.7 | 25.35 | - |
| YUV | 84.03 | 159.02 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 53 | 139 | 0.11 | 0.62 | 0 | 0.45 | 289.53 | 0.45 | 0.38 |
| Hex | 7C | 35 | 8B | B | 3E | 0 | 2D | 122 | 2D | 26 |
| Octal | 174 | 65 | 213 | 13 | 76 | 0 | 55 | 442 | 55 | 46 |
| Binary | 1111100 | 110101 | 10001011 | 1011 | 111110 | 0 | 101101 | 100100010 | 101101 | 100110 |
Color Harmonies of #7C358B
Complementary color
Monochromatic Colors of #7C358B
Black with #7C358B
Text Example
Text Example
White with #7C358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C358B; }
p { color: rgb(124,53,139); }
H1.HeaderClassName
{
color: #7C358B;
}
.AnyTagClassName
{
color: #7C358B;
}
</style>
background-color css
<style>
a { background-color: #7C358B; }
a { background-color: rgb(124,53,139); }
div.DivClassName
{
background-color: #7C358B;
}
.BgClassName
{
background-color: #7C358B;
}
</style>
border-color css
<style>
span { border-color: #7C358B; }
span { border-color: rgb(124,53,139); }
td.TdClassName
{
border-color: #7C358B;
}
.TagClassName
{
border-color: #7C358B;
}
</style>