Shades of Vivid Violet #7516A7
Tints of Vivid Violet #7516A7
RGB
CMYK
RGB Variations
Color information
#7516A7 (or 0x7516A7) is known color: Vivid Violet. HEX triplet: 75, 16 and A7. RGB value is (117,22,167). Sum of RGB (Red+Green+Blue) = 117+22+167=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 22 (8.98% from 255 or 7.19% from 306); Blue value is 167 (65.62% from 255 or 54.58% from 306); Max value from RGB is 167 - color contains mainly: blue. Hex color #7516A7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7516A7 is #8AE958. Grayscale: #424242. Windows color (decimal): -9103705 or 10950261. OLE color: 10950261.
HSL color Cylindrical-coordinate representation of color #7516A7: hue angle of 279.31º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7516A7 is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 117 | 22 | 167 | - |
| CMYK | 0.30 | 0.87 | 0 | 0.35 |
| HSL | 279.31º | 0.77% | 0.37% | - |
| HSV(B) | 279.31º | 0.87% | 0.65% | - |
| XYZ | 14.6 | 7.15 | 37.17 | - |
| YUV | 66.94 | 184.47 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 22 | 167 | 0.30 | 0.87 | 0 | 0.35 | 279.31 | 0.77 | 0.37 |
| Hex | 75 | 16 | A7 | 1E | 57 | 0 | 23 | 117 | 4D | 25 |
| Octal | 165 | 26 | 247 | 36 | 127 | 0 | 43 | 427 | 115 | 45 |
| Binary | 1110101 | 10110 | 10100111 | 11110 | 1010111 | 0 | 100011 | 100010111 | 1001101 | 100101 |
Color Harmonies of #7516A7
Complementary color
Monochromatic Colors of #7516A7
Black with #7516A7
Text Example
Text Example
White with #7516A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7516A7; }
p { color: rgb(117,22,167); }
H1.HeaderClassName
{
color: #7516A7;
}
.AnyTagClassName
{
color: #7516A7;
}
</style>
background-color css
<style>
a { background-color: #7516A7; }
a { background-color: rgb(117,22,167); }
div.DivClassName
{
background-color: #7516A7;
}
.BgClassName
{
background-color: #7516A7;
}
</style>
border-color css
<style>
span { border-color: #7516A7; }
span { border-color: rgb(117,22,167); }
td.TdClassName
{
border-color: #7516A7;
}
.TagClassName
{
border-color: #7516A7;
}
</style>