Shades of Vivid Violet #741495
Tints of Vivid Violet #741495
RGB
CMYK
RGB Variations
Color information
#741495 (or 0x741495) is known color: Vivid Violet. HEX triplet: 74, 14 and 95. RGB value is (116,20,149). Sum of RGB (Red+Green+Blue) = 116+20+149=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 149 (58.59% from 255 or 52.28% from 285); Max value from RGB is 149 - color contains mainly: blue. Hex color #741495 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741495 is #8BEB6A. Grayscale: #3E3E3E. Windows color (decimal): -9169771 or 9770100. OLE color: 9770100.
HSL color Cylindrical-coordinate representation of color #741495: hue angle of 284.65º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #741495 is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 20 | 149 | - |
| CMYK | 0.22 | 0.87 | 0 | 0.42 |
| HSL | 284.65º | 0.76% | 0.33% | - |
| HSV(B) | 284.65º | 0.87% | 0.58% | - |
| XYZ | 12.88 | 6.38 | 28.99 | - |
| YUV | 63.41 | 176.3 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 20 | 149 | 0.22 | 0.87 | 0 | 0.42 | 284.65 | 0.76 | 0.33 |
| Hex | 74 | 14 | 95 | 16 | 57 | 0 | 2A | 11D | 4C | 21 |
| Octal | 164 | 24 | 225 | 26 | 127 | 0 | 52 | 435 | 114 | 41 |
| Binary | 1110100 | 10100 | 10010101 | 10110 | 1010111 | 0 | 101010 | 100011101 | 1001100 | 100001 |
Color Harmonies of #741495
Complementary color
Monochromatic Colors of #741495
Black with #741495
Text Example
Text Example
White with #741495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741495; }
p { color: rgb(116,20,149); }
H1.HeaderClassName
{
color: #741495;
}
.AnyTagClassName
{
color: #741495;
}
</style>
background-color css
<style>
a { background-color: #741495; }
a { background-color: rgb(116,20,149); }
div.DivClassName
{
background-color: #741495;
}
.BgClassName
{
background-color: #741495;
}
</style>
border-color css
<style>
span { border-color: #741495; }
span { border-color: rgb(116,20,149); }
td.TdClassName
{
border-color: #741495;
}
.TagClassName
{
border-color: #741495;
}
</style>