Shades of Vivid Violet #7D2AAA
Tints of Vivid Violet #7D2AAA
RGB
CMYK
RGB Variations
Color information
#7D2AAA (or 0x7D2AAA) is known color: Vivid Violet. HEX triplet: 7D, 2A and AA. RGB value is (125,42,170). Sum of RGB (Red+Green+Blue) = 125+42+170=337 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.09% from 337); Green value is 42 (16.80% from 255 or 12.46% from 337); Blue value is 170 (66.80% from 255 or 50.45% from 337); Max value from RGB is 170 - color contains mainly: blue. Hex color #7D2AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D2AAA is #82D555. Grayscale: #505050. Windows color (decimal): -8574294 or 11151997. OLE color: 11151997.
HSL color Cylindrical-coordinate representation of color #7D2AAA: hue angle of 278.91º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7D2AAA is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 42 | 170 | - |
| CMYK | 0.26 | 0.75 | 0 | 0.33 |
| HSL | 278.91º | 0.6% | 0.42% | - |
| HSV(B) | 278.91º | 0.75% | 0.67% | - |
| XYZ | 16.54 | 8.92 | 38.88 | - |
| YUV | 81.41 | 178 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 42 | 170 | 0.26 | 0.75 | 0 | 0.33 | 278.91 | 0.6 | 0.42 |
| Hex | 7D | 2A | AA | 1A | 4B | 0 | 21 | 117 | 3C | 2A |
| Octal | 175 | 52 | 252 | 32 | 113 | 0 | 41 | 427 | 74 | 52 |
| Binary | 1111101 | 101010 | 10101010 | 11010 | 1001011 | 0 | 100001 | 100010111 | 111100 | 101010 |
Color Harmonies of #7D2AAA
Complementary color
Monochromatic Colors of #7D2AAA
Black with #7D2AAA
Text Example
Text Example
White with #7D2AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2AAA; }
p { color: rgb(125,42,170); }
H1.HeaderClassName
{
color: #7D2AAA;
}
.AnyTagClassName
{
color: #7D2AAA;
}
</style>
background-color css
<style>
a { background-color: #7D2AAA; }
a { background-color: rgb(125,42,170); }
div.DivClassName
{
background-color: #7D2AAA;
}
.BgClassName
{
background-color: #7D2AAA;
}
</style>
border-color css
<style>
span { border-color: #7D2AAA; }
span { border-color: rgb(125,42,170); }
td.TdClassName
{
border-color: #7D2AAA;
}
.TagClassName
{
border-color: #7D2AAA;
}
</style>