Shades of Vivid Violet #7D4592
Tints of Vivid Violet #7D4592
RGB
CMYK
RGB Variations
Color information
#7D4592 (or 0x7D4592) is known color: Vivid Violet. HEX triplet: 7D, 45 and 92. RGB value is (125,69,146). Sum of RGB (Red+Green+Blue) = 125+69+146=340 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.76% from 340); Green value is 69 (27.34% from 255 or 20.29% from 340); Blue value is 146 (57.42% from 255 or 42.94% from 340); Max value from RGB is 146 - color contains mainly: blue. Hex color #7D4592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D4592 is #82BA6D. Grayscale: #5E5E5E. Windows color (decimal): -8567406 or 9586045. OLE color: 9586045.
HSL color Cylindrical-coordinate representation of color #7D4592: hue angle of 283.64º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7D4592 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 125 | 69 | 146 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.43 |
| HSL | 283.64º | 0.36% | 0.42% | - |
| HSV(B) | 283.64º | 0.53% | 0.57% | - |
| XYZ | 15.77 | 10.69 | 28.43 | - |
| YUV | 94.52 | 157.05 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 69 | 146 | 0.14 | 0.53 | 0 | 0.43 | 283.64 | 0.36 | 0.42 |
| Hex | 7D | 45 | 92 | E | 35 | 0 | 2B | 11C | 24 | 2A |
| Octal | 175 | 105 | 222 | 16 | 65 | 0 | 53 | 434 | 44 | 52 |
| Binary | 1111101 | 1000101 | 10010010 | 1110 | 110101 | 0 | 101011 | 100011100 | 100100 | 101010 |
Color Harmonies of #7D4592
Complementary color
Monochromatic Colors of #7D4592
Black with #7D4592
Text Example
Text Example
White with #7D4592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4592; }
p { color: rgb(125,69,146); }
H1.HeaderClassName
{
color: #7D4592;
}
.AnyTagClassName
{
color: #7D4592;
}
</style>
background-color css
<style>
a { background-color: #7D4592; }
a { background-color: rgb(125,69,146); }
div.DivClassName
{
background-color: #7D4592;
}
.BgClassName
{
background-color: #7D4592;
}
</style>
border-color css
<style>
span { border-color: #7D4592; }
span { border-color: rgb(125,69,146); }
td.TdClassName
{
border-color: #7D4592;
}
.TagClassName
{
border-color: #7D4592;
}
</style>