Shades of Vivid Violet #74149A
Tints of Vivid Violet #74149A
RGB
CMYK
RGB Variations
Color information
#74149A (or 0x74149A) is known color: Vivid Violet. HEX triplet: 74, 14 and 9A. RGB value is (116,20,154). Sum of RGB (Red+Green+Blue) = 116+20+154=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 154 (60.55% from 255 or 53.10% from 290); Max value from RGB is 154 - color contains mainly: blue. Hex color #74149A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74149A is #8BEB65. Grayscale: #3F3F3F. Windows color (decimal): -9169766 or 10097780. OLE color: 10097780.
HSL color Cylindrical-coordinate representation of color #74149A: hue angle of 282.99º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #74149A is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 116 | 20 | 154 | - |
| CMYK | 0.25 | 0.87 | 0 | 0.40 |
| HSL | 282.99º | 0.77% | 0.34% | - |
| HSV(B) | 282.99º | 0.87% | 0.6% | - |
| XYZ | 13.29 | 6.55 | 31.14 | - |
| YUV | 63.98 | 178.8 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 20 | 154 | 0.25 | 0.87 | 0 | 0.40 | 282.99 | 0.77 | 0.34 |
| Hex | 74 | 14 | 9A | 19 | 57 | 0 | 28 | 11B | 4D | 22 |
| Octal | 164 | 24 | 232 | 31 | 127 | 0 | 50 | 433 | 115 | 42 |
| Binary | 1110100 | 10100 | 10011010 | 11001 | 1010111 | 0 | 101000 | 100011011 | 1001101 | 100010 |
Color Harmonies of #74149A
Complementary color
Monochromatic Colors of #74149A
Black with #74149A
Text Example
Text Example
White with #74149A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74149A; }
p { color: rgb(116,20,154); }
H1.HeaderClassName
{
color: #74149A;
}
.AnyTagClassName
{
color: #74149A;
}
</style>
background-color css
<style>
a { background-color: #74149A; }
a { background-color: rgb(116,20,154); }
div.DivClassName
{
background-color: #74149A;
}
.BgClassName
{
background-color: #74149A;
}
</style>
border-color css
<style>
span { border-color: #74149A; }
span { border-color: rgb(116,20,154); }
td.TdClassName
{
border-color: #74149A;
}
.TagClassName
{
border-color: #74149A;
}
</style>