Shades of Vivid Violet #741695
Tints of Vivid Violet #741695
RGB
CMYK
RGB Variations
Color information
#741695 (or 0x741695) is known color: Vivid Violet. HEX triplet: 74, 16 and 95. RGB value is (116,22,149). Sum of RGB (Red+Green+Blue) = 116+22+149=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 149 (58.59% from 255 or 51.92% from 287); Max value from RGB is 149 - color contains mainly: blue. Hex color #741695 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741695 is #8BE96A. Grayscale: #404040. Windows color (decimal): -9169259 or 9770612. OLE color: 9770612.
HSL color Cylindrical-coordinate representation of color #741695: hue angle of 284.41º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #741695 is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 22 | 149 | - |
| CMYK | 0.22 | 0.85 | 0 | 0.42 |
| HSL | 284.41º | 0.74% | 0.34% | - |
| HSV(B) | 284.41º | 0.85% | 0.58% | - |
| XYZ | 12.91 | 6.46 | 29 | - |
| YUV | 64.58 | 175.64 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 22 | 149 | 0.22 | 0.85 | 0 | 0.42 | 284.41 | 0.74 | 0.34 |
| Hex | 74 | 16 | 95 | 16 | 55 | 0 | 2A | 11C | 4A | 22 |
| Octal | 164 | 26 | 225 | 26 | 125 | 0 | 52 | 434 | 112 | 42 |
| Binary | 1110100 | 10110 | 10010101 | 10110 | 1010101 | 0 | 101010 | 100011100 | 1001010 | 100010 |
Color Harmonies of #741695
Complementary color
Monochromatic Colors of #741695
Black with #741695
Text Example
Text Example
White with #741695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741695; }
p { color: rgb(116,22,149); }
H1.HeaderClassName
{
color: #741695;
}
.AnyTagClassName
{
color: #741695;
}
</style>
background-color css
<style>
a { background-color: #741695; }
a { background-color: rgb(116,22,149); }
div.DivClassName
{
background-color: #741695;
}
.BgClassName
{
background-color: #741695;
}
</style>
border-color css
<style>
span { border-color: #741695; }
span { border-color: rgb(116,22,149); }
td.TdClassName
{
border-color: #741695;
}
.TagClassName
{
border-color: #741695;
}
</style>