Shades of Vivid Violet #74129D
Tints of Vivid Violet #74129D
RGB
CMYK
RGB Variations
Color information
#74129D (or 0x74129D) is known color: Vivid Violet. HEX triplet: 74, 12 and 9D. RGB value is (116,18,157). Sum of RGB (Red+Green+Blue) = 116+18+157=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 157 (61.72% from 255 or 53.95% from 291); Max value from RGB is 157 - color contains mainly: blue. Hex color #74129D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74129D is #8BED62. Grayscale: #3E3E3E. Windows color (decimal): -9170275 or 10293876. OLE color: 10293876.
HSL color Cylindrical-coordinate representation of color #74129D: hue angle of 282.3º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #74129D is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 18 | 157 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.38 |
| HSL | 282.3º | 0.79% | 0.34% | - |
| HSV(B) | 282.3º | 0.89% | 0.62% | - |
| XYZ | 13.5 | 6.58 | 32.46 | - |
| YUV | 63.15 | 180.97 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 18 | 157 | 0.26 | 0.89 | 0 | 0.38 | 282.3 | 0.79 | 0.34 |
| Hex | 74 | 12 | 9D | 1A | 59 | 0 | 26 | 11A | 4F | 22 |
| Octal | 164 | 22 | 235 | 32 | 131 | 0 | 46 | 432 | 117 | 42 |
| Binary | 1110100 | 10010 | 10011101 | 11010 | 1011001 | 0 | 100110 | 100011010 | 1001111 | 100010 |
Color Harmonies of #74129D
Complementary color
Monochromatic Colors of #74129D
Black with #74129D
Text Example
Text Example
White with #74129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74129D; }
p { color: rgb(116,18,157); }
H1.HeaderClassName
{
color: #74129D;
}
.AnyTagClassName
{
color: #74129D;
}
</style>
background-color css
<style>
a { background-color: #74129D; }
a { background-color: rgb(116,18,157); }
div.DivClassName
{
background-color: #74129D;
}
.BgClassName
{
background-color: #74129D;
}
</style>
border-color css
<style>
span { border-color: #74129D; }
span { border-color: rgb(116,18,157); }
td.TdClassName
{
border-color: #74129D;
}
.TagClassName
{
border-color: #74129D;
}
</style>