Shades of Vivid Violet #7D3AA2
Tints of Vivid Violet #7D3AA2
RGB
CMYK
RGB Variations
Color information
#7D3AA2 (or 0x7D3AA2) is known color: Vivid Violet. HEX triplet: 7D, 3A and A2. RGB value is (125,58,162). Sum of RGB (Red+Green+Blue) = 125+58+162=345 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.23% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 162 (63.67% from 255 or 46.96% from 345); Max value from RGB is 162 - color contains mainly: blue. Hex color #7D3AA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3AA2 is #82C55D. Grayscale: #595959. Windows color (decimal): -8570206 or 10631805. OLE color: 10631805.
HSL color Cylindrical-coordinate representation of color #7D3AA2: hue angle of 278.65º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7D3AA2 is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 125 | 58 | 162 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.36 |
| HSL | 278.65º | 0.47% | 0.43% | - |
| HSV(B) | 278.65º | 0.64% | 0.64% | - |
| XYZ | 16.49 | 9.99 | 35.24 | - |
| YUV | 89.89 | 168.7 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 58 | 162 | 0.23 | 0.64 | 0 | 0.36 | 278.65 | 0.47 | 0.43 |
| Hex | 7D | 3A | A2 | 17 | 40 | 0 | 24 | 117 | 2F | 2B |
| Octal | 175 | 72 | 242 | 27 | 100 | 0 | 44 | 427 | 57 | 53 |
| Binary | 1111101 | 111010 | 10100010 | 10111 | 1000000 | 0 | 100100 | 100010111 | 101111 | 101011 |
Color Harmonies of #7D3AA2
Complementary color
Monochromatic Colors of #7D3AA2
Black with #7D3AA2
Text Example
Text Example
White with #7D3AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3AA2; }
p { color: rgb(125,58,162); }
H1.HeaderClassName
{
color: #7D3AA2;
}
.AnyTagClassName
{
color: #7D3AA2;
}
</style>
background-color css
<style>
a { background-color: #7D3AA2; }
a { background-color: rgb(125,58,162); }
div.DivClassName
{
background-color: #7D3AA2;
}
.BgClassName
{
background-color: #7D3AA2;
}
</style>
border-color css
<style>
span { border-color: #7D3AA2; }
span { border-color: rgb(125,58,162); }
td.TdClassName
{
border-color: #7D3AA2;
}
.TagClassName
{
border-color: #7D3AA2;
}
</style>