Shades of Vivid Violet #7C258E
Tints of Vivid Violet #7C258E
RGB
CMYK
RGB Variations
Color information
#7C258E (or 0x7C258E) is known color: Vivid Violet. HEX triplet: 7C, 25 and 8E. RGB value is (124,37,142). Sum of RGB (Red+Green+Blue) = 124+37+142=303 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.92% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 142 (55.86% from 255 or 46.86% from 303); Max value from RGB is 142 - color contains mainly: blue. Hex color #7C258E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C258E is #83DA71. Grayscale: #4A4A4A. Windows color (decimal): -8641138 or 9315708. OLE color: 9315708.
HSL color Cylindrical-coordinate representation of color #7C258E: hue angle of 289.71º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7C258E is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 37 | 142 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.44 |
| HSL | 289.71º | 0.59% | 0.35% | - |
| HSV(B) | 289.71º | 0.74% | 0.56% | - |
| XYZ | 13.86 | 7.56 | 26.32 | - |
| YUV | 74.98 | 165.82 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 37 | 142 | 0.13 | 0.74 | 0 | 0.44 | 289.71 | 0.59 | 0.35 |
| Hex | 7C | 25 | 8E | D | 4A | 0 | 2C | 122 | 3B | 23 |
| Octal | 174 | 45 | 216 | 15 | 112 | 0 | 54 | 442 | 73 | 43 |
| Binary | 1111100 | 100101 | 10001110 | 1101 | 1001010 | 0 | 101100 | 100100010 | 111011 | 100011 |
Color Harmonies of #7C258E
Complementary color
Monochromatic Colors of #7C258E
Black with #7C258E
Text Example
Text Example
White with #7C258E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C258E; }
p { color: rgb(124,37,142); }
H1.HeaderClassName
{
color: #7C258E;
}
.AnyTagClassName
{
color: #7C258E;
}
</style>
background-color css
<style>
a { background-color: #7C258E; }
a { background-color: rgb(124,37,142); }
div.DivClassName
{
background-color: #7C258E;
}
.BgClassName
{
background-color: #7C258E;
}
</style>
border-color css
<style>
span { border-color: #7C258E; }
span { border-color: rgb(124,37,142); }
td.TdClassName
{
border-color: #7C258E;
}
.TagClassName
{
border-color: #7C258E;
}
</style>