Shades of Vivid Violet #7D4582
Tints of Vivid Violet #7D4582
RGB
CMYK
RGB Variations
Color information
#7D4582 (or 0x7D4582) is known color: Vivid Violet. HEX triplet: 7D, 45 and 82. RGB value is (125,69,130). Sum of RGB (Red+Green+Blue) = 125+69+130=324 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.58% from 324); Green value is 69 (27.34% from 255 or 21.30% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 130 - color contains mainly: blue. Hex color #7D4582 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D4582 is #82BA7D. Grayscale: #5C5C5C. Windows color (decimal): -8567422 or 8537469. OLE color: 8537469.
HSL color Cylindrical-coordinate representation of color #7D4582: hue angle of 295.08º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D4582 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 125 | 69 | 130 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.49 |
| HSL | 295.08º | 0.31% | 0.39% | - |
| HSV(B) | 295.08º | 0.47% | 0.51% | - |
| XYZ | 14.61 | 10.23 | 22.32 | - |
| YUV | 92.7 | 149.05 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 69 | 130 | 0.04 | 0.47 | 0 | 0.49 | 295.08 | 0.31 | 0.39 |
| Hex | 7D | 45 | 82 | 4 | 2F | 0 | 31 | 127 | 1F | 27 |
| Octal | 175 | 105 | 202 | 4 | 57 | 0 | 61 | 447 | 37 | 47 |
| Binary | 1111101 | 1000101 | 10000010 | 100 | 101111 | 0 | 110001 | 100100111 | 11111 | 100111 |
Color Harmonies of #7D4582
Complementary color
Monochromatic Colors of #7D4582
Black with #7D4582
Text Example
Text Example
White with #7D4582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4582; }
p { color: rgb(125,69,130); }
H1.HeaderClassName
{
color: #7D4582;
}
.AnyTagClassName
{
color: #7D4582;
}
</style>
background-color css
<style>
a { background-color: #7D4582; }
a { background-color: rgb(125,69,130); }
div.DivClassName
{
background-color: #7D4582;
}
.BgClassName
{
background-color: #7D4582;
}
</style>
border-color css
<style>
span { border-color: #7D4582; }
span { border-color: rgb(125,69,130); }
td.TdClassName
{
border-color: #7D4582;
}
.TagClassName
{
border-color: #7D4582;
}
</style>