Shades of Vivid Violet #74199F
Tints of Vivid Violet #74199F
RGB
CMYK
RGB Variations
Color information
#74199F (or 0x74199F) is known color: Vivid Violet. HEX triplet: 74, 19 and 9F. RGB value is (116,25,159). Sum of RGB (Red+Green+Blue) = 116+25+159=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 159 (62.5% from 255 or 53% from 300); Max value from RGB is 159 - color contains mainly: blue. Hex color #74199F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74199F is #8BE660. Grayscale: #434343. Windows color (decimal): -9168481 or 10426740. OLE color: 10426740.
HSL color Cylindrical-coordinate representation of color #74199F: hue angle of 280.75º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #74199F is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 25 | 159 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.38 |
| HSL | 280.75º | 0.73% | 0.36% | - |
| HSV(B) | 280.75º | 0.84% | 0.62% | - |
| XYZ | 13.81 | 6.91 | 33.41 | - |
| YUV | 67.49 | 179.65 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 25 | 159 | 0.27 | 0.84 | 0 | 0.38 | 280.75 | 0.73 | 0.36 |
| Hex | 74 | 19 | 9F | 1B | 54 | 0 | 26 | 119 | 49 | 24 |
| Octal | 164 | 31 | 237 | 33 | 124 | 0 | 46 | 431 | 111 | 44 |
| Binary | 1110100 | 11001 | 10011111 | 11011 | 1010100 | 0 | 100110 | 100011001 | 1001001 | 100100 |
Color Harmonies of #74199F
Complementary color
Monochromatic Colors of #74199F
Black with #74199F
Text Example
Text Example
White with #74199F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74199F; }
p { color: rgb(116,25,159); }
H1.HeaderClassName
{
color: #74199F;
}
.AnyTagClassName
{
color: #74199F;
}
</style>
background-color css
<style>
a { background-color: #74199F; }
a { background-color: rgb(116,25,159); }
div.DivClassName
{
background-color: #74199F;
}
.BgClassName
{
background-color: #74199F;
}
</style>
border-color css
<style>
span { border-color: #74199F; }
span { border-color: rgb(116,25,159); }
td.TdClassName
{
border-color: #74199F;
}
.TagClassName
{
border-color: #74199F;
}
</style>