Shades of Vivid Violet #742C89
Tints of Vivid Violet #742C89
RGB
CMYK
RGB Variations
Color information
#742C89 (or 0x742C89) is known color: Vivid Violet. HEX triplet: 74, 2C and 89. RGB value is (116,44,137). Sum of RGB (Red+Green+Blue) = 116+44+137=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 44 (17.58% from 255 or 14.81% from 297); Blue value is 137 (53.91% from 255 or 46.13% from 297); Max value from RGB is 137 - color contains mainly: blue. Hex color #742C89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742C89 is #8BD376. Grayscale: #4B4B4B. Windows color (decimal): -9163639 or 8989812. OLE color: 8989812.
HSL color Cylindrical-coordinate representation of color #742C89: hue angle of 286.45º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #742C89 is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 44 | 137 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.46 |
| HSL | 286.45º | 0.51% | 0.35% | - |
| HSV(B) | 286.45º | 0.68% | 0.54% | - |
| XYZ | 12.62 | 7.32 | 24.41 | - |
| YUV | 76.13 | 162.35 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 44 | 137 | 0.15 | 0.68 | 0 | 0.46 | 286.45 | 0.51 | 0.35 |
| Hex | 74 | 2C | 89 | F | 44 | 0 | 2E | 11E | 33 | 23 |
| Octal | 164 | 54 | 211 | 17 | 104 | 0 | 56 | 436 | 63 | 43 |
| Binary | 1110100 | 101100 | 10001001 | 1111 | 1000100 | 0 | 101110 | 100011110 | 110011 | 100011 |
Color Harmonies of #742C89
Complementary color
Monochromatic Colors of #742C89
Black with #742C89
Text Example
Text Example
White with #742C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742C89; }
p { color: rgb(116,44,137); }
H1.HeaderClassName
{
color: #742C89;
}
.AnyTagClassName
{
color: #742C89;
}
</style>
background-color css
<style>
a { background-color: #742C89; }
a { background-color: rgb(116,44,137); }
div.DivClassName
{
background-color: #742C89;
}
.BgClassName
{
background-color: #742C89;
}
</style>
border-color css
<style>
span { border-color: #742C89; }
span { border-color: rgb(116,44,137); }
td.TdClassName
{
border-color: #742C89;
}
.TagClassName
{
border-color: #742C89;
}
</style>