Shades of Vivid Violet #7D14A3
Tints of Vivid Violet #7D14A3
RGB
CMYK
RGB Variations
Color information
#7D14A3 (or 0x7D14A3) is known color: Vivid Violet. HEX triplet: 7D, 14 and A3. RGB value is (125,20,163). Sum of RGB (Red+Green+Blue) = 125+20+163=308 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.58% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 163 (64.06% from 255 or 52.92% from 308); Max value from RGB is 163 - color contains mainly: blue. Hex color #7D14A3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D14A3 is #82EB5C. Grayscale: #434343. Windows color (decimal): -8579933 or 10687613. OLE color: 10687613.
HSL color Cylindrical-coordinate representation of color #7D14A3: hue angle of 284.06º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7D14A3 is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 125 | 20 | 163 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.36 |
| HSL | 284.06º | 0.78% | 0.36% | - |
| HSV(B) | 284.06º | 0.88% | 0.64% | - |
| XYZ | 15.32 | 7.5 | 35.29 | - |
| YUV | 67.7 | 181.79 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 20 | 163 | 0.23 | 0.88 | 0 | 0.36 | 284.06 | 0.78 | 0.36 |
| Hex | 7D | 14 | A3 | 17 | 58 | 0 | 24 | 11C | 4E | 24 |
| Octal | 175 | 24 | 243 | 27 | 130 | 0 | 44 | 434 | 116 | 44 |
| Binary | 1111101 | 10100 | 10100011 | 10111 | 1011000 | 0 | 100100 | 100011100 | 1001110 | 100100 |
Color Harmonies of #7D14A3
Complementary color
Monochromatic Colors of #7D14A3
Black with #7D14A3
Text Example
Text Example
White with #7D14A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D14A3; }
p { color: rgb(125,20,163); }
H1.HeaderClassName
{
color: #7D14A3;
}
.AnyTagClassName
{
color: #7D14A3;
}
</style>
background-color css
<style>
a { background-color: #7D14A3; }
a { background-color: rgb(125,20,163); }
div.DivClassName
{
background-color: #7D14A3;
}
.BgClassName
{
background-color: #7D14A3;
}
</style>
border-color css
<style>
span { border-color: #7D14A3; }
span { border-color: rgb(125,20,163); }
td.TdClassName
{
border-color: #7D14A3;
}
.TagClassName
{
border-color: #7D14A3;
}
</style>