Shades of Vivid Violet #7617A0
Tints of Vivid Violet #7617A0
RGB
CMYK
RGB Variations
Color information
#7617A0 (or 0x7617A0) is known color: Vivid Violet. HEX triplet: 76, 17 and A0. RGB value is (118,23,160). Sum of RGB (Red+Green+Blue) = 118+23+160=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 23 (9.38% from 255 or 7.64% from 301); Blue value is 160 (62.89% from 255 or 53.16% from 301); Max value from RGB is 160 - color contains mainly: blue. Hex color #7617A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7617A0 is #89E85F. Grayscale: #424242. Windows color (decimal): -9037920 or 10491766. OLE color: 10491766.
HSL color Cylindrical-coordinate representation of color #7617A0: hue angle of 281.61º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7617A0 is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 118 | 23 | 160 | - |
| CMYK | 0.26 | 0.86 | 0 | 0.37 |
| HSL | 281.61º | 0.75% | 0.36% | - |
| HSV(B) | 281.61º | 0.86% | 0.63% | - |
| XYZ | 14.12 | 7 | 33.86 | - |
| YUV | 67.02 | 180.47 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 23 | 160 | 0.26 | 0.86 | 0 | 0.37 | 281.61 | 0.75 | 0.36 |
| Hex | 76 | 17 | A0 | 1A | 56 | 0 | 25 | 11A | 4B | 24 |
| Octal | 166 | 27 | 240 | 32 | 126 | 0 | 45 | 432 | 113 | 44 |
| Binary | 1110110 | 10111 | 10100000 | 11010 | 1010110 | 0 | 100101 | 100011010 | 1001011 | 100100 |
Color Harmonies of #7617A0
Complementary color
Monochromatic Colors of #7617A0
Black with #7617A0
Text Example
Text Example
White with #7617A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7617A0; }
p { color: rgb(118,23,160); }
H1.HeaderClassName
{
color: #7617A0;
}
.AnyTagClassName
{
color: #7617A0;
}
</style>
background-color css
<style>
a { background-color: #7617A0; }
a { background-color: rgb(118,23,160); }
div.DivClassName
{
background-color: #7617A0;
}
.BgClassName
{
background-color: #7617A0;
}
</style>
border-color css
<style>
span { border-color: #7617A0; }
span { border-color: rgb(118,23,160); }
td.TdClassName
{
border-color: #7617A0;
}
.TagClassName
{
border-color: #7617A0;
}
</style>