Shades of Dark Violet #740AC5
Tints of Dark Violet #740AC5
RGB
CMYK
RGB Variations
Color information
#740AC5 (or 0x740AC5) is known color: Dark Violet. HEX triplet: 74, 0A and C5. RGB value is (116,10,197). Sum of RGB (Red+Green+Blue) = 116+10+197=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 10 (4.30% from 255 or 3.10% from 323); Blue value is 197 (77.34% from 255 or 60.99% from 323); Max value from RGB is 197 - color contains mainly: blue. Hex color #740AC5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740AC5 is #8BF53A. Grayscale: #3E3E3E. Windows color (decimal): -9172283 or 12913268. OLE color: 12913268.
HSL color Cylindrical-coordinate representation of color #740AC5: hue angle of 274.01º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #740AC5 is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 10 | 197 | - |
| CMYK | 0.41 | 0.95 | 0 | 0.23 |
| HSL | 274.01º | 0.9% | 0.41% | - |
| HSV(B) | 274.01º | 0.95% | 0.77% | - |
| XYZ | 17.39 | 7.96 | 53.44 | - |
| YUV | 63.01 | 203.62 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 10 | 197 | 0.41 | 0.95 | 0 | 0.23 | 274.01 | 0.9 | 0.41 |
| Hex | 74 | A | C5 | 29 | 5F | 0 | 17 | 112 | 5A | 29 |
| Octal | 164 | 12 | 305 | 51 | 137 | 0 | 27 | 422 | 132 | 51 |
| Binary | 1110100 | 1010 | 11000101 | 101001 | 1011111 | 0 | 10111 | 100010010 | 1011010 | 101001 |
Color Harmonies of #740AC5
Complementary color
Monochromatic Colors of #740AC5
Black with #740AC5
Text Example
Text Example
White with #740AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740AC5; }
p { color: rgb(116,10,197); }
H1.HeaderClassName
{
color: #740AC5;
}
.AnyTagClassName
{
color: #740AC5;
}
</style>
background-color css
<style>
a { background-color: #740AC5; }
a { background-color: rgb(116,10,197); }
div.DivClassName
{
background-color: #740AC5;
}
.BgClassName
{
background-color: #740AC5;
}
</style>
border-color css
<style>
span { border-color: #740AC5; }
span { border-color: rgb(116,10,197); }
td.TdClassName
{
border-color: #740AC5;
}
.TagClassName
{
border-color: #740AC5;
}
</style>