Shades of Vivid Violet #742D91
Tints of Vivid Violet #742D91
RGB
CMYK
RGB Variations
Color information
#742D91 (or 0x742D91) is known color: Vivid Violet. HEX triplet: 74, 2D and 91. RGB value is (116,45,145). Sum of RGB (Red+Green+Blue) = 116+45+145=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 45 (17.97% from 255 or 14.71% from 306); Blue value is 145 (57.03% from 255 or 47.39% from 306); Max value from RGB is 145 - color contains mainly: blue. Hex color #742D91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742D91 is #8BD26E. Grayscale: #4D4D4D. Windows color (decimal): -9163375 or 9514356. OLE color: 9514356.
HSL color Cylindrical-coordinate representation of color #742D91: hue angle of 282.6º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #742D91 is Cyan = 0.2, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 116 | 45 | 145 | - |
| CMYK | 0.2 | 0.69 | 0 | 0.43 |
| HSL | 282.6º | 0.53% | 0.37% | - |
| HSV(B) | 282.6º | 0.69% | 0.57% | - |
| XYZ | 13.25 | 7.63 | 27.56 | - |
| YUV | 77.63 | 166.02 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 45 | 145 | 0.2 | 0.69 | 0 | 0.43 | 282.6 | 0.53 | 0.37 |
| Hex | 74 | 2D | 91 | 14 | 45 | 0 | 2B | 11B | 35 | 25 |
| Octal | 164 | 55 | 221 | 24 | 105 | 0 | 53 | 433 | 65 | 45 |
| Binary | 1110100 | 101101 | 10010001 | 10100 | 1000101 | 0 | 101011 | 100011011 | 110101 | 100101 |
Color Harmonies of #742D91
Complementary color
Monochromatic Colors of #742D91
Black with #742D91
Text Example
Text Example
White with #742D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742D91; }
p { color: rgb(116,45,145); }
H1.HeaderClassName
{
color: #742D91;
}
.AnyTagClassName
{
color: #742D91;
}
</style>
background-color css
<style>
a { background-color: #742D91; }
a { background-color: rgb(116,45,145); }
div.DivClassName
{
background-color: #742D91;
}
.BgClassName
{
background-color: #742D91;
}
</style>
border-color css
<style>
span { border-color: #742D91; }
span { border-color: rgb(116,45,145); }
td.TdClassName
{
border-color: #742D91;
}
.TagClassName
{
border-color: #742D91;
}
</style>