Shades of Dark Violet #7605AD
Tints of Dark Violet #7605AD
RGB
CMYK
RGB Variations
Color information
#7605AD (or 0x7605AD) is known color: Dark Violet. HEX triplet: 76, 05 and AD. RGB value is (118,5,173). Sum of RGB (Red+Green+Blue) = 118+5+173=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 5 (2.34% from 255 or 1.69% from 296); Blue value is 173 (67.97% from 255 or 58.45% from 296); Max value from RGB is 173 - color contains mainly: blue. Hex color #7605AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7605AD is #89FA52. Grayscale: #393939. Windows color (decimal): -9042515 or 11339126. OLE color: 11339126.
HSL color Cylindrical-coordinate representation of color #7605AD: hue angle of 280.36º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7605AD is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 118 | 5 | 173 | - |
| CMYK | 0.32 | 0.97 | 0 | 0.32 |
| HSL | 280.36º | 0.94% | 0.35% | - |
| HSV(B) | 280.36º | 0.97% | 0.68% | - |
| XYZ | 15.07 | 6.98 | 40.09 | - |
| YUV | 57.94 | 192.94 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 5 | 173 | 0.32 | 0.97 | 0 | 0.32 | 280.36 | 0.94 | 0.35 |
| Hex | 76 | 5 | AD | 20 | 61 | 0 | 20 | 118 | 5E | 23 |
| Octal | 166 | 5 | 255 | 40 | 141 | 0 | 40 | 430 | 136 | 43 |
| Binary | 1110110 | 101 | 10101101 | 100000 | 1100001 | 0 | 100000 | 100011000 | 1011110 | 100011 |
Color Harmonies of #7605AD
Complementary color
Monochromatic Colors of #7605AD
Black with #7605AD
Text Example
Text Example
White with #7605AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7605AD; }
p { color: rgb(118,5,173); }
H1.HeaderClassName
{
color: #7605AD;
}
.AnyTagClassName
{
color: #7605AD;
}
</style>
background-color css
<style>
a { background-color: #7605AD; }
a { background-color: rgb(118,5,173); }
div.DivClassName
{
background-color: #7605AD;
}
.BgClassName
{
background-color: #7605AD;
}
</style>
border-color css
<style>
span { border-color: #7605AD; }
span { border-color: rgb(118,5,173); }
td.TdClassName
{
border-color: #7605AD;
}
.TagClassName
{
border-color: #7605AD;
}
</style>