Shades of Dark Violet #7505DC
Tints of Dark Violet #7505DC
RGB
CMYK
RGB Variations
Color information
#7505DC (or 0x7505DC) is known color: Dark Violet. HEX triplet: 75, 05 and DC. RGB value is (117,5,220). Sum of RGB (Red+Green+Blue) = 117+5+220=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 5 (2.34% from 255 or 1.46% from 342); Blue value is 220 (86.33% from 255 or 64.33% from 342); Max value from RGB is 220 - color contains mainly: blue. Hex color #7505DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7505DC is #8AFA23. Grayscale: #3E3E3E. Windows color (decimal): -9108004 or 14419317. OLE color: 14419317.
HSL color Cylindrical-coordinate representation of color #7505DC: hue angle of 271.26º 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 #7505DC is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 5 | 220 | - |
| CMYK | 0.47 | 0.98 | 0 | 0.14 |
| HSL | 271.26º | 0.96% | 0.44% | - |
| HSV(B) | 271.26º | 0.98% | 0.86% | - |
| XYZ | 20.31 | 9.06 | 68.39 | - |
| YUV | 63 | 216.61 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 5 | 220 | 0.47 | 0.98 | 0 | 0.14 | 271.26 | 0.96 | 0.44 |
| Hex | 75 | 5 | DC | 2F | 62 | 0 | E | 10F | 60 | 2C |
| Octal | 165 | 5 | 334 | 57 | 142 | 0 | 16 | 417 | 140 | 54 |
| Binary | 1110101 | 101 | 11011100 | 101111 | 1100010 | 0 | 1110 | 100001111 | 1100000 | 101100 |
Color Harmonies of #7505DC
Complementary color
Monochromatic Colors of #7505DC
Black with #7505DC
Text Example
Text Example
White with #7505DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7505DC; }
p { color: rgb(117,5,220); }
H1.HeaderClassName
{
color: #7505DC;
}
.AnyTagClassName
{
color: #7505DC;
}
</style>
background-color css
<style>
a { background-color: #7505DC; }
a { background-color: rgb(117,5,220); }
div.DivClassName
{
background-color: #7505DC;
}
.BgClassName
{
background-color: #7505DC;
}
</style>
border-color css
<style>
span { border-color: #7505DC; }
span { border-color: rgb(117,5,220); }
td.TdClassName
{
border-color: #7505DC;
}
.TagClassName
{
border-color: #7505DC;
}
</style>