Shades of Dark Violet #7509DC
Tints of Dark Violet #7509DC
RGB
CMYK
RGB Variations
Color information
#7509DC (or 0x7509DC) is known color: Dark Violet. HEX triplet: 75, 09 and DC. RGB value is (117,9,220). Sum of RGB (Red+Green+Blue) = 117+9+220=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 9 (3.91% from 255 or 2.60% from 346); Blue value is 220 (86.33% from 255 or 63.58% from 346); Max value from RGB is 220 - color contains mainly: blue. Hex color #7509DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7509DC is #8AF623. Grayscale: #404040. Windows color (decimal): -9106980 or 14420341. OLE color: 14420341.
HSL color Cylindrical-coordinate representation of color #7509DC: hue angle of 270.71º 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 #7509DC is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 9 | 220 | - |
| CMYK | 0.47 | 0.96 | 0 | 0.14 |
| HSL | 270.71º | 0.92% | 0.45% | - |
| HSV(B) | 270.71º | 0.96% | 0.86% | - |
| XYZ | 20.35 | 9.14 | 68.4 | - |
| YUV | 65.35 | 215.28 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 9 | 220 | 0.47 | 0.96 | 0 | 0.14 | 270.71 | 0.92 | 0.45 |
| Hex | 75 | 9 | DC | 2F | 60 | 0 | E | 10F | 5C | 2D |
| Octal | 165 | 11 | 334 | 57 | 140 | 0 | 16 | 417 | 134 | 55 |
| Binary | 1110101 | 1001 | 11011100 | 101111 | 1100000 | 0 | 1110 | 100001111 | 1011100 | 101101 |
Color Harmonies of #7509DC
Complementary color
Monochromatic Colors of #7509DC
Black with #7509DC
Text Example
Text Example
White with #7509DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7509DC; }
p { color: rgb(117,9,220); }
H1.HeaderClassName
{
color: #7509DC;
}
.AnyTagClassName
{
color: #7509DC;
}
</style>
background-color css
<style>
a { background-color: #7509DC; }
a { background-color: rgb(117,9,220); }
div.DivClassName
{
background-color: #7509DC;
}
.BgClassName
{
background-color: #7509DC;
}
</style>
border-color css
<style>
span { border-color: #7509DC; }
span { border-color: rgb(117,9,220); }
td.TdClassName
{
border-color: #7509DC;
}
.TagClassName
{
border-color: #7509DC;
}
</style>