Shades of Vivid Violet #74149F
Tints of Vivid Violet #74149F
RGB
CMYK
RGB Variations
Color information
#74149F (or 0x74149F) is known color: Vivid Violet. HEX triplet: 74, 14 and 9F. RGB value is (116,20,159). Sum of RGB (Red+Green+Blue) = 116+20+159=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #74149F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74149F is #8BEB60. Grayscale: #404040. Windows color (decimal): -9169761 or 10425460. OLE color: 10425460.
HSL color Cylindrical-coordinate representation of color #74149F: hue angle of 281.44º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #74149F is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 20 | 159 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.38 |
| HSL | 281.44º | 0.78% | 0.35% | - |
| HSV(B) | 281.44º | 0.87% | 0.62% | - |
| XYZ | 13.71 | 6.72 | 33.37 | - |
| YUV | 64.55 | 181.3 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 20 | 159 | 0.27 | 0.87 | 0 | 0.38 | 281.44 | 0.78 | 0.35 |
| Hex | 74 | 14 | 9F | 1B | 57 | 0 | 26 | 119 | 4E | 23 |
| Octal | 164 | 24 | 237 | 33 | 127 | 0 | 46 | 431 | 116 | 43 |
| Binary | 1110100 | 10100 | 10011111 | 11011 | 1010111 | 0 | 100110 | 100011001 | 1001110 | 100011 |
Color Harmonies of #74149F
Complementary color
Monochromatic Colors of #74149F
Black with #74149F
Text Example
Text Example
White with #74149F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74149F; }
p { color: rgb(116,20,159); }
H1.HeaderClassName
{
color: #74149F;
}
.AnyTagClassName
{
color: #74149F;
}
</style>
background-color css
<style>
a { background-color: #74149F; }
a { background-color: rgb(116,20,159); }
div.DivClassName
{
background-color: #74149F;
}
.BgClassName
{
background-color: #74149F;
}
</style>
border-color css
<style>
span { border-color: #74149F; }
span { border-color: rgb(116,20,159); }
td.TdClassName
{
border-color: #74149F;
}
.TagClassName
{
border-color: #74149F;
}
</style>