Shades of Vivid Violet #74129F
Tints of Vivid Violet #74129F
RGB
CMYK
RGB Variations
Color information
#74129F (or 0x74129F) is known color: Vivid Violet. HEX triplet: 74, 12 and 9F. RGB value is (116,18,159). Sum of RGB (Red+Green+Blue) = 116+18+159=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 159 (62.5% from 255 or 54.27% from 293); Max value from RGB is 159 - color contains mainly: blue. Hex color #74129F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74129F is #8BED60. Grayscale: #3E3E3E. Windows color (decimal): -9170273 or 10424948. OLE color: 10424948.
HSL color Cylindrical-coordinate representation of color #74129F: hue angle of 281.7º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #74129F is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 18 | 159 | - |
| CMYK | 0.27 | 0.89 | 0 | 0.38 |
| HSL | 281.7º | 0.8% | 0.35% | - |
| HSV(B) | 281.7º | 0.89% | 0.62% | - |
| XYZ | 13.68 | 6.65 | 33.36 | - |
| YUV | 63.38 | 181.97 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 18 | 159 | 0.27 | 0.89 | 0 | 0.38 | 281.7 | 0.8 | 0.35 |
| Hex | 74 | 12 | 9F | 1B | 59 | 0 | 26 | 11A | 50 | 23 |
| Octal | 164 | 22 | 237 | 33 | 131 | 0 | 46 | 432 | 120 | 43 |
| Binary | 1110100 | 10010 | 10011111 | 11011 | 1011001 | 0 | 100110 | 100011010 | 1010000 | 100011 |
Color Harmonies of #74129F
Complementary color
Monochromatic Colors of #74129F
Black with #74129F
Text Example
Text Example
White with #74129F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74129F; }
p { color: rgb(116,18,159); }
H1.HeaderClassName
{
color: #74129F;
}
.AnyTagClassName
{
color: #74129F;
}
</style>
background-color css
<style>
a { background-color: #74129F; }
a { background-color: rgb(116,18,159); }
div.DivClassName
{
background-color: #74129F;
}
.BgClassName
{
background-color: #74129F;
}
</style>
border-color css
<style>
span { border-color: #74129F; }
span { border-color: rgb(116,18,159); }
td.TdClassName
{
border-color: #74129F;
}
.TagClassName
{
border-color: #74129F;
}
</style>