Shades of Vivid Violet #742995
Tints of Vivid Violet #742995
RGB
CMYK
RGB Variations
Color information
#742995 (or 0x742995) is known color: Vivid Violet. HEX triplet: 74, 29 and 95. RGB value is (116,41,149). Sum of RGB (Red+Green+Blue) = 116+41+149=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 149 (58.59% from 255 or 48.69% from 306); Max value from RGB is 149 - color contains mainly: blue. Hex color #742995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742995 is #8BD66A. Grayscale: #4B4B4B. Windows color (decimal): -9164395 or 9775476. OLE color: 9775476.
HSL color Cylindrical-coordinate representation of color #742995: hue angle of 281.67º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #742995 is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 41 | 149 | - |
| CMYK | 0.22 | 0.72 | 0 | 0.42 |
| HSL | 281.67º | 0.57% | 0.37% | - |
| HSV(B) | 281.67º | 0.72% | 0.58% | - |
| XYZ | 13.42 | 7.47 | 29.17 | - |
| YUV | 75.74 | 169.35 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 41 | 149 | 0.22 | 0.72 | 0 | 0.42 | 281.67 | 0.57 | 0.37 |
| Hex | 74 | 29 | 95 | 16 | 48 | 0 | 2A | 11A | 39 | 25 |
| Octal | 164 | 51 | 225 | 26 | 110 | 0 | 52 | 432 | 71 | 45 |
| Binary | 1110100 | 101001 | 10010101 | 10110 | 1001000 | 0 | 101010 | 100011010 | 111001 | 100101 |
Color Harmonies of #742995
Complementary color
Monochromatic Colors of #742995
Black with #742995
Text Example
Text Example
White with #742995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742995; }
p { color: rgb(116,41,149); }
H1.HeaderClassName
{
color: #742995;
}
.AnyTagClassName
{
color: #742995;
}
</style>
background-color css
<style>
a { background-color: #742995; }
a { background-color: rgb(116,41,149); }
div.DivClassName
{
background-color: #742995;
}
.BgClassName
{
background-color: #742995;
}
</style>
border-color css
<style>
span { border-color: #742995; }
span { border-color: rgb(116,41,149); }
td.TdClassName
{
border-color: #742995;
}
.TagClassName
{
border-color: #742995;
}
</style>