Shades of Dark Violet #740BC6
Tints of Dark Violet #740BC6
RGB
CMYK
RGB Variations
Color information
#740BC6 (or 0x740BC6) is known color: Dark Violet. HEX triplet: 74, 0B and C6. RGB value is (116,11,198). Sum of RGB (Red+Green+Blue) = 116+11+198=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 11 (4.69% from 255 or 3.38% from 325); Blue value is 198 (77.73% from 255 or 60.92% from 325); Max value from RGB is 198 - color contains mainly: blue. Hex color #740BC6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740BC6 is #8BF439. Grayscale: #3F3F3F. Windows color (decimal): -9172026 or 12979060. OLE color: 12979060.
HSL color Cylindrical-coordinate representation of color #740BC6: hue angle of 273.69º 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 #740BC6 is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 11 | 198 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.22 |
| HSL | 273.69º | 0.89% | 0.41% | - |
| HSV(B) | 273.69º | 0.94% | 0.78% | - |
| XYZ | 17.52 | 8.03 | 54.05 | - |
| YUV | 63.71 | 203.79 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 11 | 198 | 0.41 | 0.94 | 0 | 0.22 | 273.69 | 0.89 | 0.41 |
| Hex | 74 | B | C6 | 29 | 5E | 0 | 16 | 112 | 59 | 29 |
| Octal | 164 | 13 | 306 | 51 | 136 | 0 | 26 | 422 | 131 | 51 |
| Binary | 1110100 | 1011 | 11000110 | 101001 | 1011110 | 0 | 10110 | 100010010 | 1011001 | 101001 |
Color Harmonies of #740BC6
Complementary color
Monochromatic Colors of #740BC6
Black with #740BC6
Text Example
Text Example
White with #740BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740BC6; }
p { color: rgb(116,11,198); }
H1.HeaderClassName
{
color: #740BC6;
}
.AnyTagClassName
{
color: #740BC6;
}
</style>
background-color css
<style>
a { background-color: #740BC6; }
a { background-color: rgb(116,11,198); }
div.DivClassName
{
background-color: #740BC6;
}
.BgClassName
{
background-color: #740BC6;
}
</style>
border-color css
<style>
span { border-color: #740BC6; }
span { border-color: rgb(116,11,198); }
td.TdClassName
{
border-color: #740BC6;
}
.TagClassName
{
border-color: #740BC6;
}
</style>