Shades of Vivid Violet #7D2087
Tints of Vivid Violet #7D2087
RGB
CMYK
RGB Variations
Color information
#7D2087 (or 0x7D2087) is known color: Vivid Violet. HEX triplet: 7D, 20 and 87. RGB value is (125,32,135). Sum of RGB (Red+Green+Blue) = 125+32+135=292 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.81% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 135 (53.12% from 255 or 46.23% from 292); Max value from RGB is 135 - color contains mainly: blue. Hex color #7D2087 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D2087 is #82DF78. Grayscale: #474747. Windows color (decimal): -8576889 or 8855677. OLE color: 8855677.
HSL color Cylindrical-coordinate representation of color #7D2087: hue angle of 294.17º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7D2087 is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 32 | 135 | - |
| CMYK | 0.07 | 0.76 | 0 | 0.47 |
| HSL | 294.17º | 0.62% | 0.33% | - |
| HSV(B) | 294.17º | 0.76% | 0.53% | - |
| XYZ | 13.35 | 7.14 | 23.6 | - |
| YUV | 71.55 | 163.81 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 32 | 135 | 0.07 | 0.76 | 0 | 0.47 | 294.17 | 0.62 | 0.33 |
| Hex | 7D | 20 | 87 | 7 | 4C | 0 | 2F | 126 | 3E | 21 |
| Octal | 175 | 40 | 207 | 7 | 114 | 0 | 57 | 446 | 76 | 41 |
| Binary | 1111101 | 100000 | 10000111 | 111 | 1001100 | 0 | 101111 | 100100110 | 111110 | 100001 |
Color Harmonies of #7D2087
Complementary color
Monochromatic Colors of #7D2087
Black with #7D2087
Text Example
Text Example
White with #7D2087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2087; }
p { color: rgb(125,32,135); }
H1.HeaderClassName
{
color: #7D2087;
}
.AnyTagClassName
{
color: #7D2087;
}
</style>
background-color css
<style>
a { background-color: #7D2087; }
a { background-color: rgb(125,32,135); }
div.DivClassName
{
background-color: #7D2087;
}
.BgClassName
{
background-color: #7D2087;
}
</style>
border-color css
<style>
span { border-color: #7D2087; }
span { border-color: rgb(125,32,135); }
td.TdClassName
{
border-color: #7D2087;
}
.TagClassName
{
border-color: #7D2087;
}
</style>