Shades of Dark Violet #7505DA
Tints of Dark Violet #7505DA
RGB
CMYK
RGB Variations
Color information
#7505DA (or 0x7505DA) is known color: Dark Violet. HEX triplet: 75, 05 and DA. RGB value is (117,5,218). Sum of RGB (Red+Green+Blue) = 117+5+218=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 5 (2.34% from 255 or 1.47% from 340); Blue value is 218 (85.55% from 255 or 64.12% from 340); Max value from RGB is 218 - color contains mainly: blue. Hex color #7505DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7505DA is #8AFA25. Grayscale: #3E3E3E. Windows color (decimal): -9108006 or 14288245. OLE color: 14288245.
HSL color Cylindrical-coordinate representation of color #7505DA: hue angle of 271.55º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7505DA is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 5 | 218 | - |
| CMYK | 0.46 | 0.98 | 0 | 0.15 |
| HSL | 271.55º | 0.96% | 0.44% | - |
| HSV(B) | 271.55º | 0.98% | 0.85% | - |
| XYZ | 20.05 | 8.95 | 67 | - |
| YUV | 62.77 | 215.61 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 5 | 218 | 0.46 | 0.98 | 0 | 0.15 | 271.55 | 0.96 | 0.44 |
| Hex | 75 | 5 | DA | 2E | 62 | 0 | F | 110 | 60 | 2C |
| Octal | 165 | 5 | 332 | 56 | 142 | 0 | 17 | 420 | 140 | 54 |
| Binary | 1110101 | 101 | 11011010 | 101110 | 1100010 | 0 | 1111 | 100010000 | 1100000 | 101100 |
Color Harmonies of #7505DA
Complementary color
Monochromatic Colors of #7505DA
Black with #7505DA
Text Example
Text Example
White with #7505DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7505DA; }
p { color: rgb(117,5,218); }
H1.HeaderClassName
{
color: #7505DA;
}
.AnyTagClassName
{
color: #7505DA;
}
</style>
background-color css
<style>
a { background-color: #7505DA; }
a { background-color: rgb(117,5,218); }
div.DivClassName
{
background-color: #7505DA;
}
.BgClassName
{
background-color: #7505DA;
}
</style>
border-color css
<style>
span { border-color: #7505DA; }
span { border-color: rgb(117,5,218); }
td.TdClassName
{
border-color: #7505DA;
}
.TagClassName
{
border-color: #7505DA;
}
</style>