Shades of Dark Violet #7507DB
Tints of Dark Violet #7507DB
RGB
CMYK
RGB Variations
Color information
#7507DB (or 0x7507DB) is known color: Dark Violet. HEX triplet: 75, 07 and DB. RGB value is (117,7,219). Sum of RGB (Red+Green+Blue) = 117+7+219=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 7 (3.12% from 255 or 2.04% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #7507DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7507DB is #8AF824. Grayscale: #3F3F3F. Windows color (decimal): -9107493 or 14354293. OLE color: 14354293.
HSL color Cylindrical-coordinate representation of color #7507DB: hue angle of 271.13º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7507DB is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 7 | 219 | - |
| CMYK | 0.47 | 0.97 | 0 | 0.14 |
| HSL | 271.13º | 0.94% | 0.44% | - |
| HSV(B) | 271.13º | 0.97% | 0.86% | - |
| XYZ | 20.2 | 9.05 | 67.7 | - |
| YUV | 64.06 | 215.44 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 7 | 219 | 0.47 | 0.97 | 0 | 0.14 | 271.13 | 0.94 | 0.44 |
| Hex | 75 | 7 | DB | 2F | 61 | 0 | E | 10F | 5E | 2C |
| Octal | 165 | 7 | 333 | 57 | 141 | 0 | 16 | 417 | 136 | 54 |
| Binary | 1110101 | 111 | 11011011 | 101111 | 1100001 | 0 | 1110 | 100001111 | 1011110 | 101100 |
Color Harmonies of #7507DB
Complementary color
Monochromatic Colors of #7507DB
Black with #7507DB
Text Example
Text Example
White with #7507DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7507DB; }
p { color: rgb(117,7,219); }
H1.HeaderClassName
{
color: #7507DB;
}
.AnyTagClassName
{
color: #7507DB;
}
</style>
background-color css
<style>
a { background-color: #7507DB; }
a { background-color: rgb(117,7,219); }
div.DivClassName
{
background-color: #7507DB;
}
.BgClassName
{
background-color: #7507DB;
}
</style>
border-color css
<style>
span { border-color: #7507DB; }
span { border-color: rgb(117,7,219); }
td.TdClassName
{
border-color: #7507DB;
}
.TagClassName
{
border-color: #7507DB;
}
</style>