Shades of Dark Violet #750FD1
Tints of Dark Violet #750FD1
RGB
CMYK
RGB Variations
Color information
#750FD1 (or 0x750FD1) is known color: Dark Violet. HEX triplet: 75, 0F and D1. RGB value is (117,15,209). Sum of RGB (Red+Green+Blue) = 117+15+209=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 15 (6.25% from 255 or 4.40% from 341); Blue value is 209 (82.03% from 255 or 61.29% from 341); Max value from RGB is 209 - color contains mainly: blue. Hex color #750FD1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750FD1 is #8AF02E. Grayscale: #424242. Windows color (decimal): -9105455 or 13700981. OLE color: 13700981.
HSL color Cylindrical-coordinate representation of color #750FD1: hue angle of 271.55º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #750FD1 is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 117 | 15 | 209 | - |
| CMYK | 0.44 | 0.93 | 0 | 0.18 |
| HSL | 271.55º | 0.87% | 0.44% | - |
| HSV(B) | 271.55º | 0.93% | 0.82% | - |
| XYZ | 19.02 | 8.73 | 61 | - |
| YUV | 67.61 | 207.79 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 15 | 209 | 0.44 | 0.93 | 0 | 0.18 | 271.55 | 0.87 | 0.44 |
| Hex | 75 | F | D1 | 2C | 5D | 0 | 12 | 110 | 57 | 2C |
| Octal | 165 | 17 | 321 | 54 | 135 | 0 | 22 | 420 | 127 | 54 |
| Binary | 1110101 | 1111 | 11010001 | 101100 | 1011101 | 0 | 10010 | 100010000 | 1010111 | 101100 |
Color Harmonies of #750FD1
Complementary color
Monochromatic Colors of #750FD1
Black with #750FD1
Text Example
Text Example
White with #750FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750FD1; }
p { color: rgb(117,15,209); }
H1.HeaderClassName
{
color: #750FD1;
}
.AnyTagClassName
{
color: #750FD1;
}
</style>
background-color css
<style>
a { background-color: #750FD1; }
a { background-color: rgb(117,15,209); }
div.DivClassName
{
background-color: #750FD1;
}
.BgClassName
{
background-color: #750FD1;
}
</style>
border-color css
<style>
span { border-color: #750FD1; }
span { border-color: rgb(117,15,209); }
td.TdClassName
{
border-color: #750FD1;
}
.TagClassName
{
border-color: #750FD1;
}
</style>