Shades of Vivid Violet #741690
Tints of Vivid Violet #741690
RGB
CMYK
RGB Variations
Color information
#741690 (or 0x741690) is known color: Vivid Violet. HEX triplet: 74, 16 and 90. RGB value is (116,22,144). Sum of RGB (Red+Green+Blue) = 116+22+144=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 144 (56.64% from 255 or 51.06% from 282); Max value from RGB is 144 - color contains mainly: blue. Hex color #741690 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741690 is #8BE96F. Grayscale: #3F3F3F. Windows color (decimal): -9169264 or 9442932. OLE color: 9442932.
HSL color Cylindrical-coordinate representation of color #741690: hue angle of 286.23º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #741690 is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 22 | 144 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.44 |
| HSL | 286.23º | 0.73% | 0.33% | - |
| HSV(B) | 286.23º | 0.85% | 0.56% | - |
| XYZ | 12.52 | 6.3 | 26.94 | - |
| YUV | 64.01 | 173.14 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 22 | 144 | 0.19 | 0.85 | 0 | 0.44 | 286.23 | 0.73 | 0.33 |
| Hex | 74 | 16 | 90 | 13 | 55 | 0 | 2C | 11E | 49 | 21 |
| Octal | 164 | 26 | 220 | 23 | 125 | 0 | 54 | 436 | 111 | 41 |
| Binary | 1110100 | 10110 | 10010000 | 10011 | 1010101 | 0 | 101100 | 100011110 | 1001001 | 100001 |
Color Harmonies of #741690
Complementary color
Monochromatic Colors of #741690
Black with #741690
Text Example
Text Example
White with #741690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741690; }
p { color: rgb(116,22,144); }
H1.HeaderClassName
{
color: #741690;
}
.AnyTagClassName
{
color: #741690;
}
</style>
background-color css
<style>
a { background-color: #741690; }
a { background-color: rgb(116,22,144); }
div.DivClassName
{
background-color: #741690;
}
.BgClassName
{
background-color: #741690;
}
</style>
border-color css
<style>
span { border-color: #741690; }
span { border-color: rgb(116,22,144); }
td.TdClassName
{
border-color: #741690;
}
.TagClassName
{
border-color: #741690;
}
</style>