Shades of Vivid Violet #7D1CAB
Tints of Vivid Violet #7D1CAB
RGB
CMYK
RGB Variations
Color information
#7D1CAB (or 0x7D1CAB) is known color: Vivid Violet. HEX triplet: 7D, 1C and AB. RGB value is (125,28,171). Sum of RGB (Red+Green+Blue) = 125+28+171=324 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.58% from 324); Green value is 28 (11.33% from 255 or 8.64% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D1CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D1CAB is #82E354. Grayscale: #484848. Windows color (decimal): -8577877 or 11213949. OLE color: 11213949.
HSL color Cylindrical-coordinate representation of color #7D1CAB: hue angle of 280.7º degrees, saturation: 0.72, 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 #7D1CAB is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 28 | 171 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.33 |
| HSL | 280.7º | 0.72% | 0.39% | - |
| HSV(B) | 280.7º | 0.84% | 0.67% | - |
| XYZ | 16.22 | 8.13 | 39.24 | - |
| YUV | 73.31 | 183.14 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 28 | 171 | 0.27 | 0.84 | 0 | 0.33 | 280.7 | 0.72 | 0.39 |
| Hex | 7D | 1C | AB | 1B | 54 | 0 | 21 | 119 | 48 | 27 |
| Octal | 175 | 34 | 253 | 33 | 124 | 0 | 41 | 431 | 110 | 47 |
| Binary | 1111101 | 11100 | 10101011 | 11011 | 1010100 | 0 | 100001 | 100011001 | 1001000 | 100111 |
Color Harmonies of #7D1CAB
Complementary color
Monochromatic Colors of #7D1CAB
Black with #7D1CAB
Text Example
Text Example
White with #7D1CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1CAB; }
p { color: rgb(125,28,171); }
H1.HeaderClassName
{
color: #7D1CAB;
}
.AnyTagClassName
{
color: #7D1CAB;
}
</style>
background-color css
<style>
a { background-color: #7D1CAB; }
a { background-color: rgb(125,28,171); }
div.DivClassName
{
background-color: #7D1CAB;
}
.BgClassName
{
background-color: #7D1CAB;
}
</style>
border-color css
<style>
span { border-color: #7D1CAB; }
span { border-color: rgb(125,28,171); }
td.TdClassName
{
border-color: #7D1CAB;
}
.TagClassName
{
border-color: #7D1CAB;
}
</style>