Shades of Vivid Violet #7D14AD
Tints of Vivid Violet #7D14AD
RGB
CMYK
RGB Variations
Color information
#7D14AD (or 0x7D14AD) is known color: Vivid Violet. HEX triplet: 7D, 14 and AD. RGB value is (125,20,173). Sum of RGB (Red+Green+Blue) = 125+20+173=318 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.31% from 318); Green value is 20 (8.20% from 255 or 6.29% from 318); Blue value is 173 (67.97% from 255 or 54.40% from 318); Max value from RGB is 173 - color contains mainly: blue. Hex color #7D14AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D14AD is #82EB52. Grayscale: #444444. Windows color (decimal): -8579923 or 11342973. OLE color: 11342973.
HSL color Cylindrical-coordinate representation of color #7D14AD: hue angle of 281.18º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7D14AD is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 20 | 173 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.32 |
| HSL | 281.18º | 0.79% | 0.38% | - |
| HSV(B) | 281.18º | 0.88% | 0.68% | - |
| XYZ | 16.25 | 7.88 | 40.2 | - |
| YUV | 68.84 | 186.79 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 20 | 173 | 0.28 | 0.88 | 0 | 0.32 | 281.18 | 0.79 | 0.38 |
| Hex | 7D | 14 | AD | 1C | 58 | 0 | 20 | 119 | 4F | 26 |
| Octal | 175 | 24 | 255 | 34 | 130 | 0 | 40 | 431 | 117 | 46 |
| Binary | 1111101 | 10100 | 10101101 | 11100 | 1011000 | 0 | 100000 | 100011001 | 1001111 | 100110 |
Color Harmonies of #7D14AD
Complementary color
Monochromatic Colors of #7D14AD
Black with #7D14AD
Text Example
Text Example
White with #7D14AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D14AD; }
p { color: rgb(125,20,173); }
H1.HeaderClassName
{
color: #7D14AD;
}
.AnyTagClassName
{
color: #7D14AD;
}
</style>
background-color css
<style>
a { background-color: #7D14AD; }
a { background-color: rgb(125,20,173); }
div.DivClassName
{
background-color: #7D14AD;
}
.BgClassName
{
background-color: #7D14AD;
}
</style>
border-color css
<style>
span { border-color: #7D14AD; }
span { border-color: rgb(125,20,173); }
td.TdClassName
{
border-color: #7D14AD;
}
.TagClassName
{
border-color: #7D14AD;
}
</style>