Shades of Dark Violet #740CC6
Tints of Dark Violet #740CC6
RGB
CMYK
RGB Variations
Color information
#740CC6 (or 0x740CC6) is known color: Dark Violet. HEX triplet: 74, 0C and C6. RGB value is (116,12,198). Sum of RGB (Red+Green+Blue) = 116+12+198=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 12 (5.08% from 255 or 3.68% from 326); Blue value is 198 (77.73% from 255 or 60.74% from 326); Max value from RGB is 198 - color contains mainly: blue. Hex color #740CC6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740CC6 is #8BF339. Grayscale: #3F3F3F. Windows color (decimal): -9171770 or 12979316. OLE color: 12979316.
HSL color Cylindrical-coordinate representation of color #740CC6: hue angle of 273.55º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740CC6 is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 12 | 198 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.22 |
| HSL | 273.55º | 0.89% | 0.41% | - |
| HSV(B) | 273.55º | 0.94% | 0.78% | - |
| XYZ | 17.53 | 8.05 | 54.06 | - |
| YUV | 64.3 | 203.46 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 12 | 198 | 0.41 | 0.94 | 0 | 0.22 | 273.55 | 0.89 | 0.41 |
| Hex | 74 | C | C6 | 29 | 5E | 0 | 16 | 112 | 59 | 29 |
| Octal | 164 | 14 | 306 | 51 | 136 | 0 | 26 | 422 | 131 | 51 |
| Binary | 1110100 | 1100 | 11000110 | 101001 | 1011110 | 0 | 10110 | 100010010 | 1011001 | 101001 |
Color Harmonies of #740CC6
Complementary color
Monochromatic Colors of #740CC6
Black with #740CC6
Text Example
Text Example
White with #740CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740CC6; }
p { color: rgb(116,12,198); }
H1.HeaderClassName
{
color: #740CC6;
}
.AnyTagClassName
{
color: #740CC6;
}
</style>
background-color css
<style>
a { background-color: #740CC6; }
a { background-color: rgb(116,12,198); }
div.DivClassName
{
background-color: #740CC6;
}
.BgClassName
{
background-color: #740CC6;
}
</style>
border-color css
<style>
span { border-color: #740CC6; }
span { border-color: rgb(116,12,198); }
td.TdClassName
{
border-color: #740CC6;
}
.TagClassName
{
border-color: #740CC6;
}
</style>