Shades of Vivid Violet #7C238E
Tints of Vivid Violet #7C238E
RGB
CMYK
RGB Variations
Color information
#7C238E (or 0x7C238E) is known color: Vivid Violet. HEX triplet: 7C, 23 and 8E. RGB value is (124,35,142). Sum of RGB (Red+Green+Blue) = 124+35+142=301 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.20% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 142 (55.86% from 255 or 47.18% from 301); Max value from RGB is 142 - color contains mainly: blue. Hex color #7C238E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C238E is #83DC71. Grayscale: #494949. Windows color (decimal): -8641650 or 9315196. OLE color: 9315196.
HSL color Cylindrical-coordinate representation of color #7C238E: hue angle of 289.91º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7C238E is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 35 | 142 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.44 |
| HSL | 289.91º | 0.6% | 0.35% | - |
| HSV(B) | 289.91º | 0.75% | 0.56% | - |
| XYZ | 13.8 | 7.44 | 26.3 | - |
| YUV | 73.81 | 166.49 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 35 | 142 | 0.13 | 0.75 | 0 | 0.44 | 289.91 | 0.6 | 0.35 |
| Hex | 7C | 23 | 8E | D | 4B | 0 | 2C | 122 | 3C | 23 |
| Octal | 174 | 43 | 216 | 15 | 113 | 0 | 54 | 442 | 74 | 43 |
| Binary | 1111100 | 100011 | 10001110 | 1101 | 1001011 | 0 | 101100 | 100100010 | 111100 | 100011 |
Color Harmonies of #7C238E
Complementary color
Monochromatic Colors of #7C238E
Black with #7C238E
Text Example
Text Example
White with #7C238E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C238E; }
p { color: rgb(124,35,142); }
H1.HeaderClassName
{
color: #7C238E;
}
.AnyTagClassName
{
color: #7C238E;
}
</style>
background-color css
<style>
a { background-color: #7C238E; }
a { background-color: rgb(124,35,142); }
div.DivClassName
{
background-color: #7C238E;
}
.BgClassName
{
background-color: #7C238E;
}
</style>
border-color css
<style>
span { border-color: #7C238E; }
span { border-color: rgb(124,35,142); }
td.TdClassName
{
border-color: #7C238E;
}
.TagClassName
{
border-color: #7C238E;
}
</style>