Shades of Vivid Violet #741E9E
Tints of Vivid Violet #741E9E
RGB
CMYK
RGB Variations
Color information
#741E9E (or 0x741E9E) is known color: Vivid Violet. HEX triplet: 74, 1E and 9E. RGB value is (116,30,158). Sum of RGB (Red+Green+Blue) = 116+30+158=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 158 (62.11% from 255 or 51.97% from 304); Max value from RGB is 158 - color contains mainly: blue. Hex color #741E9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741E9E is #8BE161. Grayscale: #454545. Windows color (decimal): -9167202 or 10362484. OLE color: 10362484.
HSL color Cylindrical-coordinate representation of color #741E9E: hue angle of 280.31º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #741E9E is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 30 | 158 | - |
| CMYK | 0.27 | 0.81 | 0 | 0.38 |
| HSL | 280.31º | 0.68% | 0.37% | - |
| HSV(B) | 280.31º | 0.81% | 0.62% | - |
| XYZ | 13.84 | 7.11 | 32.99 | - |
| YUV | 70.31 | 177.49 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 30 | 158 | 0.27 | 0.81 | 0 | 0.38 | 280.31 | 0.68 | 0.37 |
| Hex | 74 | 1E | 9E | 1B | 51 | 0 | 26 | 118 | 44 | 25 |
| Octal | 164 | 36 | 236 | 33 | 121 | 0 | 46 | 430 | 104 | 45 |
| Binary | 1110100 | 11110 | 10011110 | 11011 | 1010001 | 0 | 100110 | 100011000 | 1000100 | 100101 |
Color Harmonies of #741E9E
Complementary color
Monochromatic Colors of #741E9E
Black with #741E9E
Text Example
Text Example
White with #741E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741E9E; }
p { color: rgb(116,30,158); }
H1.HeaderClassName
{
color: #741E9E;
}
.AnyTagClassName
{
color: #741E9E;
}
</style>
background-color css
<style>
a { background-color: #741E9E; }
a { background-color: rgb(116,30,158); }
div.DivClassName
{
background-color: #741E9E;
}
.BgClassName
{
background-color: #741E9E;
}
</style>
border-color css
<style>
span { border-color: #741E9E; }
span { border-color: rgb(116,30,158); }
td.TdClassName
{
border-color: #741E9E;
}
.TagClassName
{
border-color: #741E9E;
}
</style>