Shades of Vivid Violet #74149C
Tints of Vivid Violet #74149C
RGB
CMYK
RGB Variations
Color information
#74149C (or 0x74149C) is known color: Vivid Violet. HEX triplet: 74, 14 and 9C. RGB value is (116,20,156). Sum of RGB (Red+Green+Blue) = 116+20+156=292 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.73% from 292); Green value is 20 (8.20% from 255 or 6.85% from 292); Blue value is 156 (61.33% from 255 or 53.42% from 292); Max value from RGB is 156 - color contains mainly: blue. Hex color #74149C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74149C is #8BEB63. Grayscale: #3F3F3F. Windows color (decimal): -9169764 or 10228852. OLE color: 10228852.
HSL color Cylindrical-coordinate representation of color #74149C: hue angle of 282.35º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #74149C is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 20 | 156 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.39 |
| HSL | 282.35º | 0.77% | 0.35% | - |
| HSV(B) | 282.35º | 0.87% | 0.61% | - |
| XYZ | 13.45 | 6.61 | 32.02 | - |
| YUV | 64.21 | 179.8 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 20 | 156 | 0.26 | 0.87 | 0 | 0.39 | 282.35 | 0.77 | 0.35 |
| Hex | 74 | 14 | 9C | 1A | 57 | 0 | 27 | 11A | 4D | 23 |
| Octal | 164 | 24 | 234 | 32 | 127 | 0 | 47 | 432 | 115 | 43 |
| Binary | 1110100 | 10100 | 10011100 | 11010 | 1010111 | 0 | 100111 | 100011010 | 1001101 | 100011 |
Color Harmonies of #74149C
Complementary color
Monochromatic Colors of #74149C
Black with #74149C
Text Example
Text Example
White with #74149C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74149C; }
p { color: rgb(116,20,156); }
H1.HeaderClassName
{
color: #74149C;
}
.AnyTagClassName
{
color: #74149C;
}
</style>
background-color css
<style>
a { background-color: #74149C; }
a { background-color: rgb(116,20,156); }
div.DivClassName
{
background-color: #74149C;
}
.BgClassName
{
background-color: #74149C;
}
</style>
border-color css
<style>
span { border-color: #74149C; }
span { border-color: rgb(116,20,156); }
td.TdClassName
{
border-color: #74149C;
}
.TagClassName
{
border-color: #74149C;
}
</style>