Shades of Vivid Violet #7D4499
Tints of Vivid Violet #7D4499
RGB
CMYK
RGB Variations
Color information
#7D4499 (or 0x7D4499) is known color: Vivid Violet. HEX triplet: 7D, 44 and 99. RGB value is (125,68,153). Sum of RGB (Red+Green+Blue) = 125+68+153=346 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.13% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 153 - color contains mainly: blue. Hex color #7D4499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D4499 is #82BB66. Grayscale: #5E5E5E. Windows color (decimal): -8567655 or 10044541. OLE color: 10044541.
HSL color Cylindrical-coordinate representation of color #7D4499: hue angle of 280.24º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D4499 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 125 | 68 | 153 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.4 |
| HSL | 280.24º | 0.38% | 0.43% | - |
| HSV(B) | 280.24º | 0.56% | 0.6% | - |
| XYZ | 16.27 | 10.79 | 31.36 | - |
| YUV | 94.73 | 160.88 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 68 | 153 | 0.18 | 0.56 | 0 | 0.4 | 280.24 | 0.38 | 0.43 |
| Hex | 7D | 44 | 99 | 12 | 38 | 0 | 28 | 118 | 26 | 2B |
| Octal | 175 | 104 | 231 | 22 | 70 | 0 | 50 | 430 | 46 | 53 |
| Binary | 1111101 | 1000100 | 10011001 | 10010 | 111000 | 0 | 101000 | 100011000 | 100110 | 101011 |
Color Harmonies of #7D4499
Complementary color
Monochromatic Colors of #7D4499
Black with #7D4499
Text Example
Text Example
White with #7D4499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4499; }
p { color: rgb(125,68,153); }
H1.HeaderClassName
{
color: #7D4499;
}
.AnyTagClassName
{
color: #7D4499;
}
</style>
background-color css
<style>
a { background-color: #7D4499; }
a { background-color: rgb(125,68,153); }
div.DivClassName
{
background-color: #7D4499;
}
.BgClassName
{
background-color: #7D4499;
}
</style>
border-color css
<style>
span { border-color: #7D4499; }
span { border-color: rgb(125,68,153); }
td.TdClassName
{
border-color: #7D4499;
}
.TagClassName
{
border-color: #7D4499;
}
</style>