Shades of Vivid Violet #7D1EAB
Tints of Vivid Violet #7D1EAB
RGB
CMYK
RGB Variations
Color information
#7D1EAB (or 0x7D1EAB) is known color: Vivid Violet. HEX triplet: 7D, 1E and AB. RGB value is (125,30,171). Sum of RGB (Red+Green+Blue) = 125+30+171=326 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.34% from 326); Green value is 30 (12.11% from 255 or 9.20% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D1EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D1EAB is #82E154. Grayscale: #4A4A4A. Windows color (decimal): -8577365 or 11214461. OLE color: 11214461.
HSL color Cylindrical-coordinate representation of color #7D1EAB: hue angle of 280.43º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7D1EAB is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 30 | 171 | - |
| CMYK | 0.27 | 0.82 | 0 | 0.33 |
| HSL | 280.43º | 0.7% | 0.39% | - |
| HSV(B) | 280.43º | 0.82% | 0.67% | - |
| XYZ | 16.27 | 8.23 | 39.26 | - |
| YUV | 74.48 | 182.47 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 30 | 171 | 0.27 | 0.82 | 0 | 0.33 | 280.43 | 0.7 | 0.39 |
| Hex | 7D | 1E | AB | 1B | 52 | 0 | 21 | 118 | 46 | 27 |
| Octal | 175 | 36 | 253 | 33 | 122 | 0 | 41 | 430 | 106 | 47 |
| Binary | 1111101 | 11110 | 10101011 | 11011 | 1010010 | 0 | 100001 | 100011000 | 1000110 | 100111 |
Color Harmonies of #7D1EAB
Complementary color
Monochromatic Colors of #7D1EAB
Black with #7D1EAB
Text Example
Text Example
White with #7D1EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1EAB; }
p { color: rgb(125,30,171); }
H1.HeaderClassName
{
color: #7D1EAB;
}
.AnyTagClassName
{
color: #7D1EAB;
}
</style>
background-color css
<style>
a { background-color: #7D1EAB; }
a { background-color: rgb(125,30,171); }
div.DivClassName
{
background-color: #7D1EAB;
}
.BgClassName
{
background-color: #7D1EAB;
}
</style>
border-color css
<style>
span { border-color: #7D1EAB; }
span { border-color: rgb(125,30,171); }
td.TdClassName
{
border-color: #7D1EAB;
}
.TagClassName
{
border-color: #7D1EAB;
}
</style>