Shades of Vivid Violet #7D14AB
Tints of Vivid Violet #7D14AB
RGB
CMYK
RGB Variations
Color information
#7D14AB (or 0x7D14AB) is known color: Vivid Violet. HEX triplet: 7D, 14 and AB. RGB value is (125,20,171). Sum of RGB (Red+Green+Blue) = 125+20+171=316 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.56% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D14AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D14AB is #82EB54. Grayscale: #444444. Windows color (decimal): -8579925 or 11211901. OLE color: 11211901.
HSL color Cylindrical-coordinate representation of color #7D14AB: hue angle of 281.72º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7D14AB is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 20 | 171 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.33 |
| HSL | 281.72º | 0.79% | 0.37% | - |
| HSV(B) | 281.72º | 0.88% | 0.67% | - |
| XYZ | 16.06 | 7.8 | 39.19 | - |
| YUV | 68.61 | 185.79 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 20 | 171 | 0.27 | 0.88 | 0 | 0.33 | 281.72 | 0.79 | 0.37 |
| Hex | 7D | 14 | AB | 1B | 58 | 0 | 21 | 11A | 4F | 25 |
| Octal | 175 | 24 | 253 | 33 | 130 | 0 | 41 | 432 | 117 | 45 |
| Binary | 1111101 | 10100 | 10101011 | 11011 | 1011000 | 0 | 100001 | 100011010 | 1001111 | 100101 |
Color Harmonies of #7D14AB
Complementary color
Monochromatic Colors of #7D14AB
Black with #7D14AB
Text Example
Text Example
White with #7D14AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D14AB; }
p { color: rgb(125,20,171); }
H1.HeaderClassName
{
color: #7D14AB;
}
.AnyTagClassName
{
color: #7D14AB;
}
</style>
background-color css
<style>
a { background-color: #7D14AB; }
a { background-color: rgb(125,20,171); }
div.DivClassName
{
background-color: #7D14AB;
}
.BgClassName
{
background-color: #7D14AB;
}
</style>
border-color css
<style>
span { border-color: #7D14AB; }
span { border-color: rgb(125,20,171); }
td.TdClassName
{
border-color: #7D14AB;
}
.TagClassName
{
border-color: #7D14AB;
}
</style>