Shades of Dark Violet #7609DB
Tints of Dark Violet #7609DB
RGB
CMYK
RGB Variations
Color information
#7609DB (or 0x7609DB) is known color: Dark Violet. HEX triplet: 76, 09 and DB. RGB value is (118,9,219). Sum of RGB (Red+Green+Blue) = 118+9+219=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 9 (3.91% from 255 or 2.60% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #7609DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7609DB is #89F624. Grayscale: #404040. Windows color (decimal): -9041445 or 14354806. OLE color: 14354806.
HSL color Cylindrical-coordinate representation of color #7609DB: hue angle of 271.14º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7609DB is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 9 | 219 | - |
| CMYK | 0.46 | 0.96 | 0 | 0.14 |
| HSL | 271.14º | 0.92% | 0.45% | - |
| HSV(B) | 271.14º | 0.96% | 0.86% | - |
| XYZ | 20.36 | 9.16 | 67.71 | - |
| YUV | 65.53 | 214.61 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 9 | 219 | 0.46 | 0.96 | 0 | 0.14 | 271.14 | 0.92 | 0.45 |
| Hex | 76 | 9 | DB | 2E | 60 | 0 | E | 10F | 5C | 2D |
| Octal | 166 | 11 | 333 | 56 | 140 | 0 | 16 | 417 | 134 | 55 |
| Binary | 1110110 | 1001 | 11011011 | 101110 | 1100000 | 0 | 1110 | 100001111 | 1011100 | 101101 |
Color Harmonies of #7609DB
Complementary color
Monochromatic Colors of #7609DB
Black with #7609DB
Text Example
Text Example
White with #7609DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7609DB; }
p { color: rgb(118,9,219); }
H1.HeaderClassName
{
color: #7609DB;
}
.AnyTagClassName
{
color: #7609DB;
}
</style>
background-color css
<style>
a { background-color: #7609DB; }
a { background-color: rgb(118,9,219); }
div.DivClassName
{
background-color: #7609DB;
}
.BgClassName
{
background-color: #7609DB;
}
</style>
border-color css
<style>
span { border-color: #7609DB; }
span { border-color: rgb(118,9,219); }
td.TdClassName
{
border-color: #7609DB;
}
.TagClassName
{
border-color: #7609DB;
}
</style>