Shades of Dark Violet #7507D9
Tints of Dark Violet #7507D9
RGB
CMYK
RGB Variations
Color information
#7507D9 (or 0x7507D9) is known color: Dark Violet. HEX triplet: 75, 07 and D9. RGB value is (117,7,217). Sum of RGB (Red+Green+Blue) = 117+7+217=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 7 (3.12% from 255 or 2.05% from 341); Blue value is 217 (85.16% from 255 or 63.64% from 341); Max value from RGB is 217 - color contains mainly: blue. Hex color #7507D9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7507D9 is #8AF826. Grayscale: #3F3F3F. Windows color (decimal): -9107495 or 14223221. OLE color: 14223221.
HSL color Cylindrical-coordinate representation of color #7507D9: hue angle of 271.43º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7507D9 is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 7 | 217 | - |
| CMYK | 0.46 | 0.97 | 0 | 0.15 |
| HSL | 271.43º | 0.94% | 0.44% | - |
| HSV(B) | 271.43º | 0.97% | 0.85% | - |
| XYZ | 19.94 | 8.94 | 66.32 | - |
| YUV | 63.83 | 214.44 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 7 | 217 | 0.46 | 0.97 | 0 | 0.15 | 271.43 | 0.94 | 0.44 |
| Hex | 75 | 7 | D9 | 2E | 61 | 0 | F | 10F | 5E | 2C |
| Octal | 165 | 7 | 331 | 56 | 141 | 0 | 17 | 417 | 136 | 54 |
| Binary | 1110101 | 111 | 11011001 | 101110 | 1100001 | 0 | 1111 | 100001111 | 1011110 | 101100 |
Color Harmonies of #7507D9
Complementary color
Monochromatic Colors of #7507D9
Black with #7507D9
Text Example
Text Example
White with #7507D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7507D9; }
p { color: rgb(117,7,217); }
H1.HeaderClassName
{
color: #7507D9;
}
.AnyTagClassName
{
color: #7507D9;
}
</style>
background-color css
<style>
a { background-color: #7507D9; }
a { background-color: rgb(117,7,217); }
div.DivClassName
{
background-color: #7507D9;
}
.BgClassName
{
background-color: #7507D9;
}
</style>
border-color css
<style>
span { border-color: #7507D9; }
span { border-color: rgb(117,7,217); }
td.TdClassName
{
border-color: #7507D9;
}
.TagClassName
{
border-color: #7507D9;
}
</style>