Shades of Vivid Violet #7D1DAB
Tints of Vivid Violet #7D1DAB
RGB
CMYK
RGB Variations
Color information
#7D1DAB (or 0x7D1DAB) is known color: Vivid Violet. HEX triplet: 7D, 1D and AB. RGB value is (125,29,171). Sum of RGB (Red+Green+Blue) = 125+29+171=325 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.46% from 325); Green value is 29 (11.72% from 255 or 8.92% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D1DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D1DAB is #82E254. Grayscale: #494949. Windows color (decimal): -8577621 or 11214205. OLE color: 11214205.
HSL color Cylindrical-coordinate representation of color #7D1DAB: hue angle of 280.56º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7D1DAB is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 29 | 171 | - |
| CMYK | 0.27 | 0.83 | 0 | 0.33 |
| HSL | 280.56º | 0.71% | 0.39% | - |
| HSV(B) | 280.56º | 0.83% | 0.67% | - |
| XYZ | 16.25 | 8.18 | 39.25 | - |
| YUV | 73.89 | 182.8 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 29 | 171 | 0.27 | 0.83 | 0 | 0.33 | 280.56 | 0.71 | 0.39 |
| Hex | 7D | 1D | AB | 1B | 53 | 0 | 21 | 119 | 47 | 27 |
| Octal | 175 | 35 | 253 | 33 | 123 | 0 | 41 | 431 | 107 | 47 |
| Binary | 1111101 | 11101 | 10101011 | 11011 | 1010011 | 0 | 100001 | 100011001 | 1000111 | 100111 |
Color Harmonies of #7D1DAB
Complementary color
Monochromatic Colors of #7D1DAB
Black with #7D1DAB
Text Example
Text Example
White with #7D1DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1DAB; }
p { color: rgb(125,29,171); }
H1.HeaderClassName
{
color: #7D1DAB;
}
.AnyTagClassName
{
color: #7D1DAB;
}
</style>
background-color css
<style>
a { background-color: #7D1DAB; }
a { background-color: rgb(125,29,171); }
div.DivClassName
{
background-color: #7D1DAB;
}
.BgClassName
{
background-color: #7D1DAB;
}
</style>
border-color css
<style>
span { border-color: #7D1DAB; }
span { border-color: rgb(125,29,171); }
td.TdClassName
{
border-color: #7D1DAB;
}
.TagClassName
{
border-color: #7D1DAB;
}
</style>