Shades of Vivid Violet #7D1DA5
Tints of Vivid Violet #7D1DA5
RGB
CMYK
RGB Variations
Color information
#7D1DA5 (or 0x7D1DA5) is known color: Vivid Violet. HEX triplet: 7D, 1D and A5. RGB value is (125,29,165). Sum of RGB (Red+Green+Blue) = 125+29+165=319 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.18% from 319); Green value is 29 (11.72% from 255 or 9.09% from 319); Blue value is 165 (64.84% from 255 or 51.72% from 319); Max value from RGB is 165 - color contains mainly: blue. Hex color #7D1DA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D1DA5 is #82E25A. Grayscale: #484848. Windows color (decimal): -8577627 or 10820989. OLE color: 10820989.
HSL color Cylindrical-coordinate representation of color #7D1DA5: hue angle of 282.35º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7D1DA5 is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 125 | 29 | 165 | - |
| CMYK | 0.24 | 0.82 | 0 | 0.35 |
| HSL | 282.35º | 0.7% | 0.38% | - |
| HSV(B) | 282.35º | 0.82% | 0.65% | - |
| XYZ | 15.69 | 7.96 | 36.31 | - |
| YUV | 73.21 | 179.8 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 29 | 165 | 0.24 | 0.82 | 0 | 0.35 | 282.35 | 0.7 | 0.38 |
| Hex | 7D | 1D | A5 | 18 | 52 | 0 | 23 | 11A | 46 | 26 |
| Octal | 175 | 35 | 245 | 30 | 122 | 0 | 43 | 432 | 106 | 46 |
| Binary | 1111101 | 11101 | 10100101 | 11000 | 1010010 | 0 | 100011 | 100011010 | 1000110 | 100110 |
Color Harmonies of #7D1DA5
Complementary color
Monochromatic Colors of #7D1DA5
Black with #7D1DA5
Text Example
Text Example
White with #7D1DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1DA5; }
p { color: rgb(125,29,165); }
H1.HeaderClassName
{
color: #7D1DA5;
}
.AnyTagClassName
{
color: #7D1DA5;
}
</style>
background-color css
<style>
a { background-color: #7D1DA5; }
a { background-color: rgb(125,29,165); }
div.DivClassName
{
background-color: #7D1DA5;
}
.BgClassName
{
background-color: #7D1DA5;
}
</style>
border-color css
<style>
span { border-color: #7D1DA5; }
span { border-color: rgb(125,29,165); }
td.TdClassName
{
border-color: #7D1DA5;
}
.TagClassName
{
border-color: #7D1DA5;
}
</style>