Shades of Vivid Violet #741890
Tints of Vivid Violet #741890
RGB
CMYK
RGB Variations
Color information
#741890 (or 0x741890) is known color: Vivid Violet. HEX triplet: 74, 18 and 90. RGB value is (116,24,144). Sum of RGB (Red+Green+Blue) = 116+24+144=284 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.85% from 284); Green value is 24 (9.77% from 255 or 8.45% from 284); Blue value is 144 (56.64% from 255 or 50.70% from 284); Max value from RGB is 144 - color contains mainly: blue. Hex color #741890 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741890 is #8BE76F. Grayscale: #404040. Windows color (decimal): -9168752 or 9443444. OLE color: 9443444.
HSL color Cylindrical-coordinate representation of color #741890: hue angle of 286º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #741890 is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 24 | 144 | - |
| CMYK | 0.19 | 0.83 | 0 | 0.44 |
| HSL | 286º | 0.71% | 0.33% | - |
| HSV(B) | 286º | 0.83% | 0.56% | - |
| XYZ | 12.56 | 6.38 | 26.95 | - |
| YUV | 65.19 | 172.48 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 24 | 144 | 0.19 | 0.83 | 0 | 0.44 | 286 | 0.71 | 0.33 |
| Hex | 74 | 18 | 90 | 13 | 53 | 0 | 2C | 11E | 47 | 21 |
| Octal | 164 | 30 | 220 | 23 | 123 | 0 | 54 | 436 | 107 | 41 |
| Binary | 1110100 | 11000 | 10010000 | 10011 | 1010011 | 0 | 101100 | 100011110 | 1000111 | 100001 |
Color Harmonies of #741890
Complementary color
Monochromatic Colors of #741890
Black with #741890
Text Example
Text Example
White with #741890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741890; }
p { color: rgb(116,24,144); }
H1.HeaderClassName
{
color: #741890;
}
.AnyTagClassName
{
color: #741890;
}
</style>
background-color css
<style>
a { background-color: #741890; }
a { background-color: rgb(116,24,144); }
div.DivClassName
{
background-color: #741890;
}
.BgClassName
{
background-color: #741890;
}
</style>
border-color css
<style>
span { border-color: #741890; }
span { border-color: rgb(116,24,144); }
td.TdClassName
{
border-color: #741890;
}
.TagClassName
{
border-color: #741890;
}
</style>