Shades of Vivid Violet #7C448D
Tints of Vivid Violet #7C448D
RGB
CMYK
RGB Variations
Color information
#7C448D (or 0x7C448D) is known color: Vivid Violet. HEX triplet: 7C, 44 and 8D. RGB value is (124,68,141). Sum of RGB (Red+Green+Blue) = 124+68+141=333 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.24% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 141 - color contains mainly: blue. Hex color #7C448D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C448D is #83BB72. Grayscale: #5C5C5C. Windows color (decimal): -8633203 or 9258108. OLE color: 9258108.
HSL color Cylindrical-coordinate representation of color #7C448D: hue angle of 286.03º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7C448D is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 68 | 141 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.45 |
| HSL | 286.03º | 0.35% | 0.41% | - |
| HSV(B) | 286.03º | 0.52% | 0.55% | - |
| XYZ | 15.19 | 10.34 | 26.4 | - |
| YUV | 93.07 | 155.05 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 68 | 141 | 0.12 | 0.52 | 0 | 0.45 | 286.03 | 0.35 | 0.41 |
| Hex | 7C | 44 | 8D | C | 34 | 0 | 2D | 11E | 23 | 29 |
| Octal | 174 | 104 | 215 | 14 | 64 | 0 | 55 | 436 | 43 | 51 |
| Binary | 1111100 | 1000100 | 10001101 | 1100 | 110100 | 0 | 101101 | 100011110 | 100011 | 101001 |
Color Harmonies of #7C448D
Complementary color
Monochromatic Colors of #7C448D
Black with #7C448D
Text Example
Text Example
White with #7C448D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C448D; }
p { color: rgb(124,68,141); }
H1.HeaderClassName
{
color: #7C448D;
}
.AnyTagClassName
{
color: #7C448D;
}
</style>
background-color css
<style>
a { background-color: #7C448D; }
a { background-color: rgb(124,68,141); }
div.DivClassName
{
background-color: #7C448D;
}
.BgClassName
{
background-color: #7C448D;
}
</style>
border-color css
<style>
span { border-color: #7C448D; }
span { border-color: rgb(124,68,141); }
td.TdClassName
{
border-color: #7C448D;
}
.TagClassName
{
border-color: #7C448D;
}
</style>