Shades of Vivid Violet #742984
Tints of Vivid Violet #742984
RGB
CMYK
RGB Variations
Color information
#742984 (or 0x742984) is known color: Vivid Violet. HEX triplet: 74, 29 and 84. RGB value is (116,41,132). Sum of RGB (Red+Green+Blue) = 116+41+132=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 132 (51.95% from 255 or 45.67% from 289); Max value from RGB is 132 - color contains mainly: blue. Hex color #742984 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742984 is #8BD67B. Grayscale: #494949. Windows color (decimal): -9164412 or 8661364. OLE color: 8661364.
HSL color Cylindrical-coordinate representation of color #742984: hue angle of 289.45º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #742984 is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 41 | 132 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.48 |
| HSL | 289.45º | 0.53% | 0.34% | - |
| HSV(B) | 289.45º | 0.69% | 0.52% | - |
| XYZ | 12.16 | 6.96 | 22.53 | - |
| YUV | 73.8 | 160.85 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 41 | 132 | 0.12 | 0.69 | 0 | 0.48 | 289.45 | 0.53 | 0.34 |
| Hex | 74 | 29 | 84 | C | 45 | 0 | 30 | 121 | 35 | 22 |
| Octal | 164 | 51 | 204 | 14 | 105 | 0 | 60 | 441 | 65 | 42 |
| Binary | 1110100 | 101001 | 10000100 | 1100 | 1000101 | 0 | 110000 | 100100001 | 110101 | 100010 |
Color Harmonies of #742984
Complementary color
Monochromatic Colors of #742984
Black with #742984
Text Example
Text Example
White with #742984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742984; }
p { color: rgb(116,41,132); }
H1.HeaderClassName
{
color: #742984;
}
.AnyTagClassName
{
color: #742984;
}
</style>
background-color css
<style>
a { background-color: #742984; }
a { background-color: rgb(116,41,132); }
div.DivClassName
{
background-color: #742984;
}
.BgClassName
{
background-color: #742984;
}
</style>
border-color css
<style>
span { border-color: #742984; }
span { border-color: rgb(116,41,132); }
td.TdClassName
{
border-color: #742984;
}
.TagClassName
{
border-color: #742984;
}
</style>