Shades of Vivid Violet #7C239C
Tints of Vivid Violet #7C239C
RGB
CMYK
RGB Variations
Color information
#7C239C (or 0x7C239C) is known color: Vivid Violet. HEX triplet: 7C, 23 and 9C. RGB value is (124,35,156). Sum of RGB (Red+Green+Blue) = 124+35+156=315 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.37% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 156 (61.33% from 255 or 49.52% from 315); Max value from RGB is 156 - color contains mainly: blue. Hex color #7C239C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C239C is #83DC63. Grayscale: #4B4B4B. Windows color (decimal): -8641636 or 10232700. OLE color: 10232700.
HSL color Cylindrical-coordinate representation of color #7C239C: hue angle of 284.13º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7C239C is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 35 | 156 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.39 |
| HSL | 284.13º | 0.63% | 0.37% | - |
| HSV(B) | 284.13º | 0.78% | 0.61% | - |
| XYZ | 14.91 | 7.89 | 32.19 | - |
| YUV | 75.41 | 173.49 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 35 | 156 | 0.21 | 0.78 | 0 | 0.39 | 284.13 | 0.63 | 0.37 |
| Hex | 7C | 23 | 9C | 15 | 4E | 0 | 27 | 11C | 3F | 25 |
| Octal | 174 | 43 | 234 | 25 | 116 | 0 | 47 | 434 | 77 | 45 |
| Binary | 1111100 | 100011 | 10011100 | 10101 | 1001110 | 0 | 100111 | 100011100 | 111111 | 100101 |
Color Harmonies of #7C239C
Complementary color
Monochromatic Colors of #7C239C
Black with #7C239C
Text Example
Text Example
White with #7C239C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C239C; }
p { color: rgb(124,35,156); }
H1.HeaderClassName
{
color: #7C239C;
}
.AnyTagClassName
{
color: #7C239C;
}
</style>
background-color css
<style>
a { background-color: #7C239C; }
a { background-color: rgb(124,35,156); }
div.DivClassName
{
background-color: #7C239C;
}
.BgClassName
{
background-color: #7C239C;
}
</style>
border-color css
<style>
span { border-color: #7C239C; }
span { border-color: rgb(124,35,156); }
td.TdClassName
{
border-color: #7C239C;
}
.TagClassName
{
border-color: #7C239C;
}
</style>