Shades of Dark Violet #7609AD
Tints of Dark Violet #7609AD
RGB
CMYK
RGB Variations
Color information
#7609AD (or 0x7609AD) is known color: Dark Violet. HEX triplet: 76, 09 and AD. RGB value is (118,9,173). Sum of RGB (Red+Green+Blue) = 118+9+173=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 173 (67.97% from 255 or 57.67% from 300); Max value from RGB is 173 - color contains mainly: blue. Hex color #7609AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7609AD is #89F652. Grayscale: #3B3B3B. Windows color (decimal): -9041491 or 11340150. OLE color: 11340150.
HSL color Cylindrical-coordinate representation of color #7609AD: hue angle of 279.88º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7609AD is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 118 | 9 | 173 | - |
| CMYK | 0.32 | 0.95 | 0 | 0.32 |
| HSL | 279.88º | 0.9% | 0.36% | - |
| HSV(B) | 279.88º | 0.95% | 0.68% | - |
| XYZ | 15.11 | 7.06 | 40.1 | - |
| YUV | 60.29 | 191.61 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 9 | 173 | 0.32 | 0.95 | 0 | 0.32 | 279.88 | 0.9 | 0.36 |
| Hex | 76 | 9 | AD | 20 | 5F | 0 | 20 | 118 | 5A | 24 |
| Octal | 166 | 11 | 255 | 40 | 137 | 0 | 40 | 430 | 132 | 44 |
| Binary | 1110110 | 1001 | 10101101 | 100000 | 1011111 | 0 | 100000 | 100011000 | 1011010 | 100100 |
Color Harmonies of #7609AD
Complementary color
Monochromatic Colors of #7609AD
Black with #7609AD
Text Example
Text Example
White with #7609AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7609AD; }
p { color: rgb(118,9,173); }
H1.HeaderClassName
{
color: #7609AD;
}
.AnyTagClassName
{
color: #7609AD;
}
</style>
background-color css
<style>
a { background-color: #7609AD; }
a { background-color: rgb(118,9,173); }
div.DivClassName
{
background-color: #7609AD;
}
.BgClassName
{
background-color: #7609AD;
}
</style>
border-color css
<style>
span { border-color: #7609AD; }
span { border-color: rgb(118,9,173); }
td.TdClassName
{
border-color: #7609AD;
}
.TagClassName
{
border-color: #7609AD;
}
</style>