Shades of Dark Violet #750DC7
Tints of Dark Violet #750DC7
RGB
CMYK
RGB Variations
Color information
#750DC7 (or 0x750DC7) is known color: Dark Violet. HEX triplet: 75, 0D and C7. RGB value is (117,13,199). Sum of RGB (Red+Green+Blue) = 117+13+199=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 13 (5.47% from 255 or 3.95% from 329); Blue value is 199 (78.12% from 255 or 60.49% from 329); Max value from RGB is 199 - color contains mainly: blue. Hex color #750DC7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750DC7 is #8AF238. Grayscale: #404040. Windows color (decimal): -9105977 or 13045109. OLE color: 13045109.
HSL color Cylindrical-coordinate representation of color #750DC7: hue angle of 273.55º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #750DC7 is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 13 | 199 | - |
| CMYK | 0.41 | 0.93 | 0 | 0.22 |
| HSL | 273.55º | 0.88% | 0.42% | - |
| HSV(B) | 273.55º | 0.93% | 0.78% | - |
| XYZ | 17.79 | 8.19 | 54.68 | - |
| YUV | 65.3 | 203.46 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 13 | 199 | 0.41 | 0.93 | 0 | 0.22 | 273.55 | 0.88 | 0.42 |
| Hex | 75 | D | C7 | 29 | 5D | 0 | 16 | 112 | 58 | 2A |
| Octal | 165 | 15 | 307 | 51 | 135 | 0 | 26 | 422 | 130 | 52 |
| Binary | 1110101 | 1101 | 11000111 | 101001 | 1011101 | 0 | 10110 | 100010010 | 1011000 | 101010 |
Color Harmonies of #750DC7
Complementary color
Monochromatic Colors of #750DC7
Black with #750DC7
Text Example
Text Example
White with #750DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750DC7; }
p { color: rgb(117,13,199); }
H1.HeaderClassName
{
color: #750DC7;
}
.AnyTagClassName
{
color: #750DC7;
}
</style>
background-color css
<style>
a { background-color: #750DC7; }
a { background-color: rgb(117,13,199); }
div.DivClassName
{
background-color: #750DC7;
}
.BgClassName
{
background-color: #750DC7;
}
</style>
border-color css
<style>
span { border-color: #750DC7; }
span { border-color: rgb(117,13,199); }
td.TdClassName
{
border-color: #750DC7;
}
.TagClassName
{
border-color: #750DC7;
}
</style>