Shades of Dark Violet #7507D1
Tints of Dark Violet #7507D1
RGB
CMYK
RGB Variations
Color information
#7507D1 (or 0x7507D1) is known color: Dark Violet. HEX triplet: 75, 07 and D1. RGB value is (117,7,209). Sum of RGB (Red+Green+Blue) = 117+7+209=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 7 (3.12% from 255 or 2.10% from 333); Blue value is 209 (82.03% from 255 or 62.76% from 333); Max value from RGB is 209 - color contains mainly: blue. Hex color #7507D1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7507D1 is #8AF82E. Grayscale: #3E3E3E. Windows color (decimal): -9107503 or 13698933. OLE color: 13698933.
HSL color Cylindrical-coordinate representation of color #7507D1: hue angle of 272.67º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7507D1 is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 117 | 7 | 209 | - |
| CMYK | 0.44 | 0.97 | 0 | 0.18 |
| HSL | 272.67º | 0.94% | 0.42% | - |
| HSV(B) | 272.67º | 0.97% | 0.82% | - |
| XYZ | 18.92 | 8.54 | 60.97 | - |
| YUV | 62.92 | 210.44 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 7 | 209 | 0.44 | 0.97 | 0 | 0.18 | 272.67 | 0.94 | 0.42 |
| Hex | 75 | 7 | D1 | 2C | 61 | 0 | 12 | 111 | 5E | 2A |
| Octal | 165 | 7 | 321 | 54 | 141 | 0 | 22 | 421 | 136 | 52 |
| Binary | 1110101 | 111 | 11010001 | 101100 | 1100001 | 0 | 10010 | 100010001 | 1011110 | 101010 |
Color Harmonies of #7507D1
Complementary color
Monochromatic Colors of #7507D1
Black with #7507D1
Text Example
Text Example
White with #7507D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7507D1; }
p { color: rgb(117,7,209); }
H1.HeaderClassName
{
color: #7507D1;
}
.AnyTagClassName
{
color: #7507D1;
}
</style>
background-color css
<style>
a { background-color: #7507D1; }
a { background-color: rgb(117,7,209); }
div.DivClassName
{
background-color: #7507D1;
}
.BgClassName
{
background-color: #7507D1;
}
</style>
border-color css
<style>
span { border-color: #7507D1; }
span { border-color: rgb(117,7,209); }
td.TdClassName
{
border-color: #7507D1;
}
.TagClassName
{
border-color: #7507D1;
}
</style>