Shades of Vivid Violet #7C268E
Tints of Vivid Violet #7C268E
RGB
CMYK
RGB Variations
Color information
#7C268E (or 0x7C268E) is known color: Vivid Violet. HEX triplet: 7C, 26 and 8E. RGB value is (124,38,142). Sum of RGB (Red+Green+Blue) = 124+38+142=304 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.79% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 142 (55.86% from 255 or 46.71% from 304); Max value from RGB is 142 - color contains mainly: blue. Hex color #7C268E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C268E is #83D971. Grayscale: #4B4B4B. Windows color (decimal): -8640882 or 9315964. OLE color: 9315964.
HSL color Cylindrical-coordinate representation of color #7C268E: hue angle of 289.62º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7C268E is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 38 | 142 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.44 |
| HSL | 289.62º | 0.58% | 0.35% | - |
| HSV(B) | 289.62º | 0.73% | 0.56% | - |
| XYZ | 13.89 | 7.62 | 26.33 | - |
| YUV | 75.57 | 165.49 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 38 | 142 | 0.13 | 0.73 | 0 | 0.44 | 289.62 | 0.58 | 0.35 |
| Hex | 7C | 26 | 8E | D | 49 | 0 | 2C | 122 | 3A | 23 |
| Octal | 174 | 46 | 216 | 15 | 111 | 0 | 54 | 442 | 72 | 43 |
| Binary | 1111100 | 100110 | 10001110 | 1101 | 1001001 | 0 | 101100 | 100100010 | 111010 | 100011 |
Color Harmonies of #7C268E
Complementary color
Monochromatic Colors of #7C268E
Black with #7C268E
Text Example
Text Example
White with #7C268E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C268E; }
p { color: rgb(124,38,142); }
H1.HeaderClassName
{
color: #7C268E;
}
.AnyTagClassName
{
color: #7C268E;
}
</style>
background-color css
<style>
a { background-color: #7C268E; }
a { background-color: rgb(124,38,142); }
div.DivClassName
{
background-color: #7C268E;
}
.BgClassName
{
background-color: #7C268E;
}
</style>
border-color css
<style>
span { border-color: #7C268E; }
span { border-color: rgb(124,38,142); }
td.TdClassName
{
border-color: #7C268E;
}
.TagClassName
{
border-color: #7C268E;
}
</style>