Shades of Dark Violet #740AC4
Tints of Dark Violet #740AC4
RGB
CMYK
RGB Variations
Color information
#740AC4 (or 0x740AC4) is known color: Dark Violet. HEX triplet: 74, 0A and C4. RGB value is (116,10,196). Sum of RGB (Red+Green+Blue) = 116+10+196=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 10 (4.30% from 255 or 3.11% from 322); Blue value is 196 (76.95% from 255 or 60.87% from 322); Max value from RGB is 196 - color contains mainly: blue. Hex color #740AC4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740AC4 is #8BF53B. Grayscale: #3E3E3E. Windows color (decimal): -9172284 or 12847732. OLE color: 12847732.
HSL color Cylindrical-coordinate representation of color #740AC4: hue angle of 274.19º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #740AC4 is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 10 | 196 | - |
| CMYK | 0.41 | 0.95 | 0 | 0.23 |
| HSL | 274.19º | 0.9% | 0.4% | - |
| HSV(B) | 274.19º | 0.95% | 0.77% | - |
| XYZ | 17.27 | 7.92 | 52.84 | - |
| YUV | 62.9 | 203.12 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 10 | 196 | 0.41 | 0.95 | 0 | 0.23 | 274.19 | 0.9 | 0.4 |
| Hex | 74 | A | C4 | 29 | 5F | 0 | 17 | 112 | 5A | 28 |
| Octal | 164 | 12 | 304 | 51 | 137 | 0 | 27 | 422 | 132 | 50 |
| Binary | 1110100 | 1010 | 11000100 | 101001 | 1011111 | 0 | 10111 | 100010010 | 1011010 | 101000 |
Color Harmonies of #740AC4
Complementary color
Monochromatic Colors of #740AC4
Black with #740AC4
Text Example
Text Example
White with #740AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740AC4; }
p { color: rgb(116,10,196); }
H1.HeaderClassName
{
color: #740AC4;
}
.AnyTagClassName
{
color: #740AC4;
}
</style>
background-color css
<style>
a { background-color: #740AC4; }
a { background-color: rgb(116,10,196); }
div.DivClassName
{
background-color: #740AC4;
}
.BgClassName
{
background-color: #740AC4;
}
</style>
border-color css
<style>
span { border-color: #740AC4; }
span { border-color: rgb(116,10,196); }
td.TdClassName
{
border-color: #740AC4;
}
.TagClassName
{
border-color: #740AC4;
}
</style>