Shades of Dark Violet #740BC4
Tints of Dark Violet #740BC4
RGB
CMYK
RGB Variations
Color information
#740BC4 (or 0x740BC4) is known color: Dark Violet. HEX triplet: 74, 0B and C4. RGB value is (116,11,196). Sum of RGB (Red+Green+Blue) = 116+11+196=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 11 (4.69% from 255 or 3.41% from 323); Blue value is 196 (76.95% from 255 or 60.68% from 323); Max value from RGB is 196 - color contains mainly: blue. Hex color #740BC4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740BC4 is #8BF43B. Grayscale: #3E3E3E. Windows color (decimal): -9172028 or 12847988. OLE color: 12847988.
HSL color Cylindrical-coordinate representation of color #740BC4: hue angle of 274.05º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740BC4 is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 11 | 196 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.23 |
| HSL | 274.05º | 0.89% | 0.41% | - |
| HSV(B) | 274.05º | 0.94% | 0.77% | - |
| XYZ | 17.29 | 7.94 | 52.85 | - |
| YUV | 63.49 | 202.79 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 11 | 196 | 0.41 | 0.94 | 0 | 0.23 | 274.05 | 0.89 | 0.41 |
| Hex | 74 | B | C4 | 29 | 5E | 0 | 17 | 112 | 59 | 29 |
| Octal | 164 | 13 | 304 | 51 | 136 | 0 | 27 | 422 | 131 | 51 |
| Binary | 1110100 | 1011 | 11000100 | 101001 | 1011110 | 0 | 10111 | 100010010 | 1011001 | 101001 |
Color Harmonies of #740BC4
Complementary color
Monochromatic Colors of #740BC4
Black with #740BC4
Text Example
Text Example
White with #740BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740BC4; }
p { color: rgb(116,11,196); }
H1.HeaderClassName
{
color: #740BC4;
}
.AnyTagClassName
{
color: #740BC4;
}
</style>
background-color css
<style>
a { background-color: #740BC4; }
a { background-color: rgb(116,11,196); }
div.DivClassName
{
background-color: #740BC4;
}
.BgClassName
{
background-color: #740BC4;
}
</style>
border-color css
<style>
span { border-color: #740BC4; }
span { border-color: rgb(116,11,196); }
td.TdClassName
{
border-color: #740BC4;
}
.TagClassName
{
border-color: #740BC4;
}
</style>