Shades of Vivid Violet #741A95
Tints of Vivid Violet #741A95
RGB
CMYK
RGB Variations
Color information
#741A95 (or 0x741A95) is known color: Vivid Violet. HEX triplet: 74, 1A and 95. RGB value is (116,26,149). Sum of RGB (Red+Green+Blue) = 116+26+149=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 26 (10.55% from 255 or 8.93% from 291); Blue value is 149 (58.59% from 255 or 51.20% from 291); Max value from RGB is 149 - color contains mainly: blue. Hex color #741A95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741A95 is #8BE56A. Grayscale: #424242. Windows color (decimal): -9168235 or 9771636. OLE color: 9771636.
HSL color Cylindrical-coordinate representation of color #741A95: hue angle of 283.9º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #741A95 is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 26 | 149 | - |
| CMYK | 0.22 | 0.83 | 0 | 0.42 |
| HSL | 283.9º | 0.7% | 0.34% | - |
| HSV(B) | 283.9º | 0.83% | 0.58% | - |
| XYZ | 13 | 6.62 | 29.03 | - |
| YUV | 66.93 | 174.32 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 26 | 149 | 0.22 | 0.83 | 0 | 0.42 | 283.9 | 0.7 | 0.34 |
| Hex | 74 | 1A | 95 | 16 | 53 | 0 | 2A | 11C | 46 | 22 |
| Octal | 164 | 32 | 225 | 26 | 123 | 0 | 52 | 434 | 106 | 42 |
| Binary | 1110100 | 11010 | 10010101 | 10110 | 1010011 | 0 | 101010 | 100011100 | 1000110 | 100010 |
Color Harmonies of #741A95
Complementary color
Monochromatic Colors of #741A95
Black with #741A95
Text Example
Text Example
White with #741A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741A95; }
p { color: rgb(116,26,149); }
H1.HeaderClassName
{
color: #741A95;
}
.AnyTagClassName
{
color: #741A95;
}
</style>
background-color css
<style>
a { background-color: #741A95; }
a { background-color: rgb(116,26,149); }
div.DivClassName
{
background-color: #741A95;
}
.BgClassName
{
background-color: #741A95;
}
</style>
border-color css
<style>
span { border-color: #741A95; }
span { border-color: rgb(116,26,149); }
td.TdClassName
{
border-color: #741A95;
}
.TagClassName
{
border-color: #741A95;
}
</style>