Shades of Vivid Violet #7C288D
Tints of Vivid Violet #7C288D
RGB
CMYK
RGB Variations
Color information
#7C288D (or 0x7C288D) is known color: Vivid Violet. HEX triplet: 7C, 28 and 8D. RGB value is (124,40,141). Sum of RGB (Red+Green+Blue) = 124+40+141=305 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.66% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 141 - color contains mainly: blue. Hex color #7C288D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C288D is #83D772. Grayscale: #4C4C4C. Windows color (decimal): -8640371 or 9250940. OLE color: 9250940.
HSL color Cylindrical-coordinate representation of color #7C288D: hue angle of 289.9º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7C288D is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 40 | 141 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.45 |
| HSL | 289.9º | 0.56% | 0.35% | - |
| HSV(B) | 289.9º | 0.72% | 0.55% | - |
| XYZ | 13.88 | 7.73 | 25.96 | - |
| YUV | 76.63 | 164.33 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 40 | 141 | 0.12 | 0.72 | 0 | 0.45 | 289.9 | 0.56 | 0.35 |
| Hex | 7C | 28 | 8D | C | 48 | 0 | 2D | 122 | 38 | 23 |
| Octal | 174 | 50 | 215 | 14 | 110 | 0 | 55 | 442 | 70 | 43 |
| Binary | 1111100 | 101000 | 10001101 | 1100 | 1001000 | 0 | 101101 | 100100010 | 111000 | 100011 |
Color Harmonies of #7C288D
Complementary color
Monochromatic Colors of #7C288D
Black with #7C288D
Text Example
Text Example
White with #7C288D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C288D; }
p { color: rgb(124,40,141); }
H1.HeaderClassName
{
color: #7C288D;
}
.AnyTagClassName
{
color: #7C288D;
}
</style>
background-color css
<style>
a { background-color: #7C288D; }
a { background-color: rgb(124,40,141); }
div.DivClassName
{
background-color: #7C288D;
}
.BgClassName
{
background-color: #7C288D;
}
</style>
border-color css
<style>
span { border-color: #7C288D; }
span { border-color: rgb(124,40,141); }
td.TdClassName
{
border-color: #7C288D;
}
.TagClassName
{
border-color: #7C288D;
}
</style>