Shades of Dark Violet #7600AE
Tints of Dark Violet #7600AE
RGB
CMYK
RGB Variations
Color information
#7600AE (or 0x7600AE) is known color: Dark Violet. HEX triplet: 76, 00 and AE. RGB value is (118,0,174). Sum of RGB (Red+Green+Blue) = 118+0+174=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 174 (68.36% from 255 or 59.59% from 292); Max value from RGB is 174 - color contains mainly: blue. Hex color #7600AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7600AE is #89FF51. Grayscale: #363636. Windows color (decimal): -9043794 or 11403382. OLE color: 11403382.
HSL color Cylindrical-coordinate representation of color #7600AE: hue angle of 280.69º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7600AE is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 118 | 0 | 174 | - |
| CMYK | 0.32 | 1 | 0 | 0.32 |
| HSL | 280.69º | 1% | 0.34% | - |
| HSV(B) | 280.69º | 1% | 0.68% | - |
| XYZ | 15.11 | 6.91 | 40.58 | - |
| YUV | 55.12 | 195.09 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 0 | 174 | 0.32 | 1 | 0 | 0.32 | 280.69 | 1 | 0.34 |
| Hex | 76 | 0 | AE | 20 | 64 | 0 | 20 | 119 | 64 | 22 |
| Octal | 166 | 0 | 256 | 40 | 144 | 0 | 40 | 431 | 144 | 42 |
| Binary | 1110110 | 0 | 10101110 | 100000 | 1100100 | 0 | 100000 | 100011001 | 1100100 | 100010 |
Color Harmonies of #7600AE
Complementary color
Monochromatic Colors of #7600AE
Black with #7600AE
Text Example
Text Example
White with #7600AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7600AE; }
p { color: rgb(118,0,174); }
H1.HeaderClassName
{
color: #7600AE;
}
.AnyTagClassName
{
color: #7600AE;
}
</style>
background-color css
<style>
a { background-color: #7600AE; }
a { background-color: rgb(118,0,174); }
div.DivClassName
{
background-color: #7600AE;
}
.BgClassName
{
background-color: #7600AE;
}
</style>
border-color css
<style>
span { border-color: #7600AE; }
span { border-color: rgb(118,0,174); }
td.TdClassName
{
border-color: #7600AE;
}
.TagClassName
{
border-color: #7600AE;
}
</style>