Shades of Dark Violet #750DD5
Tints of Dark Violet #750DD5
RGB
CMYK
RGB Variations
Color information
#750DD5 (or 0x750DD5) is known color: Dark Violet. HEX triplet: 75, 0D and D5. RGB value is (117,13,213). Sum of RGB (Red+Green+Blue) = 117+13+213=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 13 (5.47% from 255 or 3.79% from 343); Blue value is 213 (83.59% from 255 or 62.10% from 343); Max value from RGB is 213 - color contains mainly: blue. Hex color #750DD5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750DD5 is #8AF22A. Grayscale: #424242. Windows color (decimal): -9105963 or 13962613. OLE color: 13962613.
HSL color Cylindrical-coordinate representation of color #750DD5: hue angle of 271.2º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750DD5 is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 13 | 213 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.16 |
| HSL | 271.2º | 0.88% | 0.44% | - |
| HSV(B) | 271.2º | 0.94% | 0.84% | - |
| XYZ | 19.49 | 8.87 | 63.64 | - |
| YUV | 66.9 | 210.46 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 13 | 213 | 0.45 | 0.94 | 0 | 0.16 | 271.2 | 0.88 | 0.44 |
| Hex | 75 | D | D5 | 2D | 5E | 0 | 10 | 10F | 58 | 2C |
| Octal | 165 | 15 | 325 | 55 | 136 | 0 | 20 | 417 | 130 | 54 |
| Binary | 1110101 | 1101 | 11010101 | 101101 | 1011110 | 0 | 10000 | 100001111 | 1011000 | 101100 |
Color Harmonies of #750DD5
Complementary color
Monochromatic Colors of #750DD5
Black with #750DD5
Text Example
Text Example
White with #750DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750DD5; }
p { color: rgb(117,13,213); }
H1.HeaderClassName
{
color: #750DD5;
}
.AnyTagClassName
{
color: #750DD5;
}
</style>
background-color css
<style>
a { background-color: #750DD5; }
a { background-color: rgb(117,13,213); }
div.DivClassName
{
background-color: #750DD5;
}
.BgClassName
{
background-color: #750DD5;
}
</style>
border-color css
<style>
span { border-color: #750DD5; }
span { border-color: rgb(117,13,213); }
td.TdClassName
{
border-color: #750DD5;
}
.TagClassName
{
border-color: #750DD5;
}
</style>