Shades of Dark Violet #7400AE
Tints of Dark Violet #7400AE
RGB
CMYK
RGB Variations
Color information
#7400AE (or 0x7400AE) is known color: Dark Violet. HEX triplet: 74, 00 and AE. RGB value is (116,0,174). Sum of RGB (Red+Green+Blue) = 116+0+174=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 174 (68.36% from 255 or 60% from 290); Max value from RGB is 174 - color contains mainly: blue. Hex color #7400AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7400AE is #8BFF51. Grayscale: #353535. Windows color (decimal): -9174866 or 11403380. OLE color: 11403380.
HSL color Cylindrical-coordinate representation of color #7400AE: hue angle of 280º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7400AE is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 116 | 0 | 174 | - |
| CMYK | 0.33 | 1 | 0 | 0.32 |
| HSL | 280º | 1% | 0.34% | - |
| HSV(B) | 280º | 1% | 0.68% | - |
| XYZ | 14.84 | 6.77 | 40.57 | - |
| YUV | 54.52 | 195.43 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 0 | 174 | 0.33 | 1 | 0 | 0.32 | 280 | 1 | 0.34 |
| Hex | 74 | 0 | AE | 21 | 64 | 0 | 20 | 118 | 64 | 22 |
| Octal | 164 | 0 | 256 | 41 | 144 | 0 | 40 | 430 | 144 | 42 |
| Binary | 1110100 | 0 | 10101110 | 100001 | 1100100 | 0 | 100000 | 100011000 | 1100100 | 100010 |
Color Harmonies of #7400AE
Complementary color
Monochromatic Colors of #7400AE
Black with #7400AE
Text Example
Text Example
White with #7400AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7400AE; }
p { color: rgb(116,0,174); }
H1.HeaderClassName
{
color: #7400AE;
}
.AnyTagClassName
{
color: #7400AE;
}
</style>
background-color css
<style>
a { background-color: #7400AE; }
a { background-color: rgb(116,0,174); }
div.DivClassName
{
background-color: #7400AE;
}
.BgClassName
{
background-color: #7400AE;
}
</style>
border-color css
<style>
span { border-color: #7400AE; }
span { border-color: rgb(116,0,174); }
td.TdClassName
{
border-color: #7400AE;
}
.TagClassName
{
border-color: #7400AE;
}
</style>