Shades of Dark Violet #750CCD
Tints of Dark Violet #750CCD
RGB
CMYK
RGB Variations
Color information
#750CCD (or 0x750CCD) is known color: Dark Violet. HEX triplet: 75, 0C and CD. RGB value is (117,12,205). Sum of RGB (Red+Green+Blue) = 117+12+205=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 12 (5.08% from 255 or 3.59% from 334); Blue value is 205 (80.47% from 255 or 61.38% from 334); Max value from RGB is 205 - color contains mainly: blue. Hex color #750CCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750CCD is #8AF332. Grayscale: #404040. Windows color (decimal): -9106227 or 13438069. OLE color: 13438069.
HSL color Cylindrical-coordinate representation of color #750CCD: hue angle of 272.64º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750CCD is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 12 | 205 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.20 |
| HSL | 272.64º | 0.89% | 0.43% | - |
| HSV(B) | 272.64º | 0.94% | 0.8% | - |
| XYZ | 18.49 | 8.45 | 58.41 | - |
| YUV | 65.4 | 206.79 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 12 | 205 | 0.43 | 0.94 | 0 | 0.20 | 272.64 | 0.89 | 0.43 |
| Hex | 75 | C | CD | 2B | 5E | 0 | 14 | 111 | 59 | 2B |
| Octal | 165 | 14 | 315 | 53 | 136 | 0 | 24 | 421 | 131 | 53 |
| Binary | 1110101 | 1100 | 11001101 | 101011 | 1011110 | 0 | 10100 | 100010001 | 1011001 | 101011 |
Color Harmonies of #750CCD
Complementary color
Monochromatic Colors of #750CCD
Black with #750CCD
Text Example
Text Example
White with #750CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750CCD; }
p { color: rgb(117,12,205); }
H1.HeaderClassName
{
color: #750CCD;
}
.AnyTagClassName
{
color: #750CCD;
}
</style>
background-color css
<style>
a { background-color: #750CCD; }
a { background-color: rgb(117,12,205); }
div.DivClassName
{
background-color: #750CCD;
}
.BgClassName
{
background-color: #750CCD;
}
</style>
border-color css
<style>
span { border-color: #750CCD; }
span { border-color: rgb(117,12,205); }
td.TdClassName
{
border-color: #750CCD;
}
.TagClassName
{
border-color: #750CCD;
}
</style>