Shades of Dark Violet #750FCD
Tints of Dark Violet #750FCD
RGB
CMYK
RGB Variations
Color information
#750FCD (or 0x750FCD) is known color: Dark Violet. HEX triplet: 75, 0F and CD. RGB value is (117,15,205). Sum of RGB (Red+Green+Blue) = 117+15+205=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 15 (6.25% from 255 or 4.45% from 337); Blue value is 205 (80.47% from 255 or 60.83% from 337); Max value from RGB is 205 - color contains mainly: blue. Hex color #750FCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750FCD is #8AF032. Grayscale: #424242. Windows color (decimal): -9105459 or 13438837. OLE color: 13438837.
HSL color Cylindrical-coordinate representation of color #750FCD: hue angle of 272.21º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #750FCD is Cyan = 0.43, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 15 | 205 | - |
| CMYK | 0.43 | 0.93 | 0 | 0.20 |
| HSL | 272.21º | 0.86% | 0.43% | - |
| HSV(B) | 272.21º | 0.93% | 0.8% | - |
| XYZ | 18.53 | 8.53 | 58.43 | - |
| YUV | 67.16 | 205.79 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 15 | 205 | 0.43 | 0.93 | 0 | 0.20 | 272.21 | 0.86 | 0.43 |
| Hex | 75 | F | CD | 2B | 5D | 0 | 14 | 110 | 56 | 2B |
| Octal | 165 | 17 | 315 | 53 | 135 | 0 | 24 | 420 | 126 | 53 |
| Binary | 1110101 | 1111 | 11001101 | 101011 | 1011101 | 0 | 10100 | 100010000 | 1010110 | 101011 |
Color Harmonies of #750FCD
Complementary color
Monochromatic Colors of #750FCD
Black with #750FCD
Text Example
Text Example
White with #750FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750FCD; }
p { color: rgb(117,15,205); }
H1.HeaderClassName
{
color: #750FCD;
}
.AnyTagClassName
{
color: #750FCD;
}
</style>
background-color css
<style>
a { background-color: #750FCD; }
a { background-color: rgb(117,15,205); }
div.DivClassName
{
background-color: #750FCD;
}
.BgClassName
{
background-color: #750FCD;
}
</style>
border-color css
<style>
span { border-color: #750FCD; }
span { border-color: rgb(117,15,205); }
td.TdClassName
{
border-color: #750FCD;
}
.TagClassName
{
border-color: #750FCD;
}
</style>