Shades of Dark Violet #7605DB
Tints of Dark Violet #7605DB
RGB
CMYK
RGB Variations
Color information
#7605DB (or 0x7605DB) is known color: Dark Violet. HEX triplet: 76, 05 and DB. RGB value is (118,5,219). Sum of RGB (Red+Green+Blue) = 118+5+219=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 5 (2.34% from 255 or 1.46% from 342); Blue value is 219 (85.94% from 255 or 64.04% from 342); Max value from RGB is 219 - color contains mainly: blue. Hex color #7605DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7605DB is #89FA24. Grayscale: #3E3E3E. Windows color (decimal): -9042469 or 14353782. OLE color: 14353782.
HSL color Cylindrical-coordinate representation of color #7605DB: hue angle of 271.68º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7605DB is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 5 | 219 | - |
| CMYK | 0.46 | 0.98 | 0 | 0.14 |
| HSL | 271.68º | 0.96% | 0.44% | - |
| HSV(B) | 271.68º | 0.98% | 0.86% | - |
| XYZ | 20.31 | 9.07 | 67.7 | - |
| YUV | 63.18 | 215.94 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 5 | 219 | 0.46 | 0.98 | 0 | 0.14 | 271.68 | 0.96 | 0.44 |
| Hex | 76 | 5 | DB | 2E | 62 | 0 | E | 110 | 60 | 2C |
| Octal | 166 | 5 | 333 | 56 | 142 | 0 | 16 | 420 | 140 | 54 |
| Binary | 1110110 | 101 | 11011011 | 101110 | 1100010 | 0 | 1110 | 100010000 | 1100000 | 101100 |
Color Harmonies of #7605DB
Complementary color
Monochromatic Colors of #7605DB
Black with #7605DB
Text Example
Text Example
White with #7605DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7605DB; }
p { color: rgb(118,5,219); }
H1.HeaderClassName
{
color: #7605DB;
}
.AnyTagClassName
{
color: #7605DB;
}
</style>
background-color css
<style>
a { background-color: #7605DB; }
a { background-color: rgb(118,5,219); }
div.DivClassName
{
background-color: #7605DB;
}
.BgClassName
{
background-color: #7605DB;
}
</style>
border-color css
<style>
span { border-color: #7605DB; }
span { border-color: rgb(118,5,219); }
td.TdClassName
{
border-color: #7605DB;
}
.TagClassName
{
border-color: #7605DB;
}
</style>