Shades of Dark Violet #750DD7
Tints of Dark Violet #750DD7
RGB
CMYK
RGB Variations
Color information
#750DD7 (or 0x750DD7) is known color: Dark Violet. HEX triplet: 75, 0D and D7. RGB value is (117,13,215). Sum of RGB (Red+Green+Blue) = 117+13+215=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 13 (5.47% from 255 or 3.77% from 345); Blue value is 215 (84.38% from 255 or 62.32% from 345); Max value from RGB is 215 - color contains mainly: blue. Hex color #750DD7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750DD7 is #8AF228. Grayscale: #424242. Windows color (decimal): -9105961 or 14093685. OLE color: 14093685.
HSL color Cylindrical-coordinate representation of color #750DD7: hue angle of 270.89º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750DD7 is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 13 | 215 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.16 |
| HSL | 270.89º | 0.89% | 0.45% | - |
| HSV(B) | 270.89º | 0.94% | 0.84% | - |
| XYZ | 19.75 | 8.98 | 64.98 | - |
| YUV | 67.12 | 211.46 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 13 | 215 | 0.46 | 0.94 | 0 | 0.16 | 270.89 | 0.89 | 0.45 |
| Hex | 75 | D | D7 | 2E | 5E | 0 | 10 | 10F | 59 | 2D |
| Octal | 165 | 15 | 327 | 56 | 136 | 0 | 20 | 417 | 131 | 55 |
| Binary | 1110101 | 1101 | 11010111 | 101110 | 1011110 | 0 | 10000 | 100001111 | 1011001 | 101101 |
Color Harmonies of #750DD7
Complementary color
Monochromatic Colors of #750DD7
Black with #750DD7
Text Example
Text Example
White with #750DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750DD7; }
p { color: rgb(117,13,215); }
H1.HeaderClassName
{
color: #750DD7;
}
.AnyTagClassName
{
color: #750DD7;
}
</style>
background-color css
<style>
a { background-color: #750DD7; }
a { background-color: rgb(117,13,215); }
div.DivClassName
{
background-color: #750DD7;
}
.BgClassName
{
background-color: #750DD7;
}
</style>
border-color css
<style>
span { border-color: #750DD7; }
span { border-color: rgb(117,13,215); }
td.TdClassName
{
border-color: #750DD7;
}
.TagClassName
{
border-color: #750DD7;
}
</style>