Shades of Vivid Violet #7D13AB
Tints of Vivid Violet #7D13AB
RGB
CMYK
RGB Variations
Color information
#7D13AB (or 0x7D13AB) is known color: Vivid Violet. HEX triplet: 7D, 13 and AB. RGB value is (125,19,171). Sum of RGB (Red+Green+Blue) = 125+19+171=315 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.68% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D13AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D13AB is #82EC54. Grayscale: #434343. Windows color (decimal): -8580181 or 11211645. OLE color: 11211645.
HSL color Cylindrical-coordinate representation of color #7D13AB: hue angle of 281.84º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7D13AB is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 19 | 171 | - |
| CMYK | 0.27 | 0.89 | 0 | 0.33 |
| HSL | 281.84º | 0.8% | 0.37% | - |
| HSV(B) | 281.84º | 0.89% | 0.67% | - |
| XYZ | 16.04 | 7.77 | 39.18 | - |
| YUV | 68.02 | 186.12 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 19 | 171 | 0.27 | 0.89 | 0 | 0.33 | 281.84 | 0.8 | 0.37 |
| Hex | 7D | 13 | AB | 1B | 59 | 0 | 21 | 11A | 50 | 25 |
| Octal | 175 | 23 | 253 | 33 | 131 | 0 | 41 | 432 | 120 | 45 |
| Binary | 1111101 | 10011 | 10101011 | 11011 | 1011001 | 0 | 100001 | 100011010 | 1010000 | 100101 |
Color Harmonies of #7D13AB
Complementary color
Monochromatic Colors of #7D13AB
Black with #7D13AB
Text Example
Text Example
White with #7D13AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D13AB; }
p { color: rgb(125,19,171); }
H1.HeaderClassName
{
color: #7D13AB;
}
.AnyTagClassName
{
color: #7D13AB;
}
</style>
background-color css
<style>
a { background-color: #7D13AB; }
a { background-color: rgb(125,19,171); }
div.DivClassName
{
background-color: #7D13AB;
}
.BgClassName
{
background-color: #7D13AB;
}
</style>
border-color css
<style>
span { border-color: #7D13AB; }
span { border-color: rgb(125,19,171); }
td.TdClassName
{
border-color: #7D13AB;
}
.TagClassName
{
border-color: #7D13AB;
}
</style>