Shades of Vivid Violet #7D2690
Tints of Vivid Violet #7D2690
RGB
CMYK
RGB Variations
Color information
#7D2690 (or 0x7D2690) is known color: Vivid Violet. HEX triplet: 7D, 26 and 90. RGB value is (125,38,144). Sum of RGB (Red+Green+Blue) = 125+38+144=307 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.72% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 144 - color contains mainly: blue. Hex color #7D2690 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D2690 is #82D96F. Grayscale: #4B4B4B. Windows color (decimal): -8575344 or 9447037. OLE color: 9447037.
HSL color Cylindrical-coordinate representation of color #7D2690: hue angle of 289.25º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7D2690 is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 125 | 38 | 144 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.44 |
| HSL | 289.25º | 0.58% | 0.36% | - |
| HSV(B) | 289.25º | 0.74% | 0.56% | - |
| XYZ | 14.18 | 7.76 | 27.14 | - |
| YUV | 76.1 | 166.32 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 38 | 144 | 0.13 | 0.74 | 0 | 0.44 | 289.25 | 0.58 | 0.36 |
| Hex | 7D | 26 | 90 | D | 4A | 0 | 2C | 121 | 3A | 24 |
| Octal | 175 | 46 | 220 | 15 | 112 | 0 | 54 | 441 | 72 | 44 |
| Binary | 1111101 | 100110 | 10010000 | 1101 | 1001010 | 0 | 101100 | 100100001 | 111010 | 100100 |
Color Harmonies of #7D2690
Complementary color
Monochromatic Colors of #7D2690
Black with #7D2690
Text Example
Text Example
White with #7D2690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2690; }
p { color: rgb(125,38,144); }
H1.HeaderClassName
{
color: #7D2690;
}
.AnyTagClassName
{
color: #7D2690;
}
</style>
background-color css
<style>
a { background-color: #7D2690; }
a { background-color: rgb(125,38,144); }
div.DivClassName
{
background-color: #7D2690;
}
.BgClassName
{
background-color: #7D2690;
}
</style>
border-color css
<style>
span { border-color: #7D2690; }
span { border-color: rgb(125,38,144); }
td.TdClassName
{
border-color: #7D2690;
}
.TagClassName
{
border-color: #7D2690;
}
</style>