Shades of Vivid Violet #7D4587
Tints of Vivid Violet #7D4587
RGB
CMYK
RGB Variations
Color information
#7D4587 (or 0x7D4587) is known color: Vivid Violet. HEX triplet: 7D, 45 and 87. RGB value is (125,69,135). Sum of RGB (Red+Green+Blue) = 125+69+135=329 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.99% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 135 (53.12% from 255 or 41.03% from 329); Max value from RGB is 135 - color contains mainly: blue. Hex color #7D4587 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D4587 is #82BA78. Grayscale: #5D5D5D. Windows color (decimal): -8567417 or 8865149. OLE color: 8865149.
HSL color Cylindrical-coordinate representation of color #7D4587: hue angle of 290.91º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7D4587 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 69 | 135 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.47 |
| HSL | 290.91º | 0.32% | 0.4% | - |
| HSV(B) | 290.91º | 0.49% | 0.53% | - |
| XYZ | 14.96 | 10.37 | 24.13 | - |
| YUV | 93.27 | 151.55 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 69 | 135 | 0.07 | 0.49 | 0 | 0.47 | 290.91 | 0.32 | 0.4 |
| Hex | 7D | 45 | 87 | 7 | 31 | 0 | 2F | 123 | 20 | 28 |
| Octal | 175 | 105 | 207 | 7 | 61 | 0 | 57 | 443 | 40 | 50 |
| Binary | 1111101 | 1000101 | 10000111 | 111 | 110001 | 0 | 101111 | 100100011 | 100000 | 101000 |
Color Harmonies of #7D4587
Complementary color
Monochromatic Colors of #7D4587
Black with #7D4587
Text Example
Text Example
White with #7D4587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4587; }
p { color: rgb(125,69,135); }
H1.HeaderClassName
{
color: #7D4587;
}
.AnyTagClassName
{
color: #7D4587;
}
</style>
background-color css
<style>
a { background-color: #7D4587; }
a { background-color: rgb(125,69,135); }
div.DivClassName
{
background-color: #7D4587;
}
.BgClassName
{
background-color: #7D4587;
}
</style>
border-color css
<style>
span { border-color: #7D4587; }
span { border-color: rgb(125,69,135); }
td.TdClassName
{
border-color: #7D4587;
}
.TagClassName
{
border-color: #7D4587;
}
</style>