Shades of Vivid Violet #7C359F
Tints of Vivid Violet #7C359F
RGB
CMYK
RGB Variations
Color information
#7C359F (or 0x7C359F) is known color: Vivid Violet. HEX triplet: 7C, 35 and 9F. RGB value is (124,53,159). Sum of RGB (Red+Green+Blue) = 124+53+159=336 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.90% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 159 (62.5% from 255 or 47.32% from 336); Max value from RGB is 159 - color contains mainly: blue. Hex color #7C359F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C359F is #83CA60. Grayscale: #555555. Windows color (decimal): -8637025 or 10433916. OLE color: 10433916.
HSL color Cylindrical-coordinate representation of color #7C359F: hue angle of 280.19º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7C359F is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 53 | 159 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.38 |
| HSL | 280.19º | 0.5% | 0.42% | - |
| HSV(B) | 280.19º | 0.67% | 0.62% | - |
| XYZ | 15.84 | 9.33 | 33.77 | - |
| YUV | 86.31 | 169.02 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 53 | 159 | 0.22 | 0.67 | 0 | 0.38 | 280.19 | 0.5 | 0.42 |
| Hex | 7C | 35 | 9F | 16 | 43 | 0 | 26 | 118 | 32 | 2A |
| Octal | 174 | 65 | 237 | 26 | 103 | 0 | 46 | 430 | 62 | 52 |
| Binary | 1111100 | 110101 | 10011111 | 10110 | 1000011 | 0 | 100110 | 100011000 | 110010 | 101010 |
Color Harmonies of #7C359F
Complementary color
Monochromatic Colors of #7C359F
Black with #7C359F
Text Example
Text Example
White with #7C359F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C359F; }
p { color: rgb(124,53,159); }
H1.HeaderClassName
{
color: #7C359F;
}
.AnyTagClassName
{
color: #7C359F;
}
</style>
background-color css
<style>
a { background-color: #7C359F; }
a { background-color: rgb(124,53,159); }
div.DivClassName
{
background-color: #7C359F;
}
.BgClassName
{
background-color: #7C359F;
}
</style>
border-color css
<style>
span { border-color: #7C359F; }
span { border-color: rgb(124,53,159); }
td.TdClassName
{
border-color: #7C359F;
}
.TagClassName
{
border-color: #7C359F;
}
</style>