Shades of Vivid Violet #742686
Tints of Vivid Violet #742686
RGB
CMYK
RGB Variations
Color information
#742686 (or 0x742686) is known color: Vivid Violet. HEX triplet: 74, 26 and 86. RGB value is (116,38,134). Sum of RGB (Red+Green+Blue) = 116+38+134=288 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.28% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 134 (52.73% from 255 or 46.53% from 288); Max value from RGB is 134 - color contains mainly: blue. Hex color #742686 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742686 is #8BD979. Grayscale: #474747. Windows color (decimal): -9165178 or 8791668. OLE color: 8791668.
HSL color Cylindrical-coordinate representation of color #742686: hue angle of 288.75º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #742686 is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 38 | 134 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.47 |
| HSL | 288.75º | 0.56% | 0.34% | - |
| HSV(B) | 288.75º | 0.72% | 0.53% | - |
| XYZ | 12.2 | 6.82 | 23.23 | - |
| YUV | 72.27 | 162.84 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 38 | 134 | 0.13 | 0.72 | 0 | 0.47 | 288.75 | 0.56 | 0.34 |
| Hex | 74 | 26 | 86 | D | 48 | 0 | 2F | 121 | 38 | 22 |
| Octal | 164 | 46 | 206 | 15 | 110 | 0 | 57 | 441 | 70 | 42 |
| Binary | 1110100 | 100110 | 10000110 | 1101 | 1001000 | 0 | 101111 | 100100001 | 111000 | 100010 |
Color Harmonies of #742686
Complementary color
Monochromatic Colors of #742686
Black with #742686
Text Example
Text Example
White with #742686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742686; }
p { color: rgb(116,38,134); }
H1.HeaderClassName
{
color: #742686;
}
.AnyTagClassName
{
color: #742686;
}
</style>
background-color css
<style>
a { background-color: #742686; }
a { background-color: rgb(116,38,134); }
div.DivClassName
{
background-color: #742686;
}
.BgClassName
{
background-color: #742686;
}
</style>
border-color css
<style>
span { border-color: #742686; }
span { border-color: rgb(116,38,134); }
td.TdClassName
{
border-color: #742686;
}
.TagClassName
{
border-color: #742686;
}
</style>