Shades of Dark Violet #750DC3
Tints of Dark Violet #750DC3
RGB
CMYK
RGB Variations
Color information
#750DC3 (or 0x750DC3) is known color: Dark Violet. HEX triplet: 75, 0D and C3. RGB value is (117,13,195). Sum of RGB (Red+Green+Blue) = 117+13+195=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 13 (5.47% from 255 or 4% from 325); Blue value is 195 (76.56% from 255 or 60% from 325); Max value from RGB is 195 - color contains mainly: blue. Hex color #750DC3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750DC3 is #8AF23C. Grayscale: #404040. Windows color (decimal): -9105981 or 12782965. OLE color: 12782965.
HSL color Cylindrical-coordinate representation of color #750DC3: hue angle of 274.29º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #750DC3 is Cyan = 0.4, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 13 | 195 | - |
| CMYK | 0.4 | 0.93 | 0 | 0.24 |
| HSL | 274.29º | 0.88% | 0.41% | - |
| HSV(B) | 274.29º | 0.93% | 0.76% | - |
| XYZ | 17.33 | 8.01 | 52.26 | - |
| YUV | 64.84 | 201.46 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 13 | 195 | 0.4 | 0.93 | 0 | 0.24 | 274.29 | 0.88 | 0.41 |
| Hex | 75 | D | C3 | 28 | 5D | 0 | 18 | 112 | 58 | 29 |
| Octal | 165 | 15 | 303 | 50 | 135 | 0 | 30 | 422 | 130 | 51 |
| Binary | 1110101 | 1101 | 11000011 | 101000 | 1011101 | 0 | 11000 | 100010010 | 1011000 | 101001 |
Color Harmonies of #750DC3
Complementary color
Monochromatic Colors of #750DC3
Black with #750DC3
Text Example
Text Example
White with #750DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750DC3; }
p { color: rgb(117,13,195); }
H1.HeaderClassName
{
color: #750DC3;
}
.AnyTagClassName
{
color: #750DC3;
}
</style>
background-color css
<style>
a { background-color: #750DC3; }
a { background-color: rgb(117,13,195); }
div.DivClassName
{
background-color: #750DC3;
}
.BgClassName
{
background-color: #750DC3;
}
</style>
border-color css
<style>
span { border-color: #750DC3; }
span { border-color: rgb(117,13,195); }
td.TdClassName
{
border-color: #750DC3;
}
.TagClassName
{
border-color: #750DC3;
}
</style>