Shades of Vivid Violet #7D1BAB
Tints of Vivid Violet #7D1BAB
RGB
CMYK
RGB Variations
Color information
#7D1BAB (or 0x7D1BAB) is known color: Vivid Violet. HEX triplet: 7D, 1B and AB. RGB value is (125,27,171). Sum of RGB (Red+Green+Blue) = 125+27+171=323 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.70% from 323); Green value is 27 (10.94% from 255 or 8.36% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D1BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D1BAB is #82E454. Grayscale: #484848. Windows color (decimal): -8578133 or 11213693. OLE color: 11213693.
HSL color Cylindrical-coordinate representation of color #7D1BAB: hue angle of 280.83º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7D1BAB is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 27 | 171 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.33 |
| HSL | 280.83º | 0.73% | 0.39% | - |
| HSV(B) | 280.83º | 0.84% | 0.67% | - |
| XYZ | 16.2 | 8.08 | 39.23 | - |
| YUV | 72.72 | 183.47 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 27 | 171 | 0.27 | 0.84 | 0 | 0.33 | 280.83 | 0.73 | 0.39 |
| Hex | 7D | 1B | AB | 1B | 54 | 0 | 21 | 119 | 49 | 27 |
| Octal | 175 | 33 | 253 | 33 | 124 | 0 | 41 | 431 | 111 | 47 |
| Binary | 1111101 | 11011 | 10101011 | 11011 | 1010100 | 0 | 100001 | 100011001 | 1001001 | 100111 |
Color Harmonies of #7D1BAB
Complementary color
Monochromatic Colors of #7D1BAB
Black with #7D1BAB
Text Example
Text Example
White with #7D1BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1BAB; }
p { color: rgb(125,27,171); }
H1.HeaderClassName
{
color: #7D1BAB;
}
.AnyTagClassName
{
color: #7D1BAB;
}
</style>
background-color css
<style>
a { background-color: #7D1BAB; }
a { background-color: rgb(125,27,171); }
div.DivClassName
{
background-color: #7D1BAB;
}
.BgClassName
{
background-color: #7D1BAB;
}
</style>
border-color css
<style>
span { border-color: #7D1BAB; }
span { border-color: rgb(125,27,171); }
td.TdClassName
{
border-color: #7D1BAB;
}
.TagClassName
{
border-color: #7D1BAB;
}
</style>