Shades of Dark Violet #750CCC
Tints of Dark Violet #750CCC
RGB
CMYK
RGB Variations
Color information
#750CCC (or 0x750CCC) is known color: Dark Violet. HEX triplet: 75, 0C and CC. RGB value is (117,12,204). Sum of RGB (Red+Green+Blue) = 117+12+204=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 12 (5.08% from 255 or 3.60% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #750CCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750CCC is #8AF333. Grayscale: #404040. Windows color (decimal): -9106228 or 13372533. OLE color: 13372533.
HSL color Cylindrical-coordinate representation of color #750CCC: hue angle of 272.81º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750CCC is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 117 | 12 | 204 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.2 |
| HSL | 272.81º | 0.89% | 0.42% | - |
| HSV(B) | 272.81º | 0.94% | 0.8% | - |
| XYZ | 18.37 | 8.4 | 57.78 | - |
| YUV | 65.28 | 206.29 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 12 | 204 | 0.43 | 0.94 | 0 | 0.2 | 272.81 | 0.89 | 0.42 |
| Hex | 75 | C | CC | 2B | 5E | 0 | 14 | 111 | 59 | 2A |
| Octal | 165 | 14 | 314 | 53 | 136 | 0 | 24 | 421 | 131 | 52 |
| Binary | 1110101 | 1100 | 11001100 | 101011 | 1011110 | 0 | 10100 | 100010001 | 1011001 | 101010 |
Color Harmonies of #750CCC
Complementary color
Monochromatic Colors of #750CCC
Black with #750CCC
Text Example
Text Example
White with #750CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750CCC; }
p { color: rgb(117,12,204); }
H1.HeaderClassName
{
color: #750CCC;
}
.AnyTagClassName
{
color: #750CCC;
}
</style>
background-color css
<style>
a { background-color: #750CCC; }
a { background-color: rgb(117,12,204); }
div.DivClassName
{
background-color: #750CCC;
}
.BgClassName
{
background-color: #750CCC;
}
</style>
border-color css
<style>
span { border-color: #750CCC; }
span { border-color: rgb(117,12,204); }
td.TdClassName
{
border-color: #750CCC;
}
.TagClassName
{
border-color: #750CCC;
}
</style>