Shades of Vivid Violet #74318D
Tints of Vivid Violet #74318D
RGB
CMYK
RGB Variations
Color information
#74318D (or 0x74318D) is known color: Vivid Violet. HEX triplet: 74, 31 and 8D. RGB value is (116,49,141). Sum of RGB (Red+Green+Blue) = 116+49+141=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 141 - color contains mainly: blue. Hex color #74318D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74318D is #8BCE72. Grayscale: #4F4F4F. Windows color (decimal): -9162355 or 9253236. OLE color: 9253236.
HSL color Cylindrical-coordinate representation of color #74318D: hue angle of 283.7º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #74318D is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 49 | 141 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.45 |
| HSL | 283.7º | 0.48% | 0.37% | - |
| HSV(B) | 283.7º | 0.65% | 0.55% | - |
| XYZ | 13.11 | 7.83 | 26.02 | - |
| YUV | 79.52 | 162.7 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 49 | 141 | 0.18 | 0.65 | 0 | 0.45 | 283.7 | 0.48 | 0.37 |
| Hex | 74 | 31 | 8D | 12 | 41 | 0 | 2D | 11C | 30 | 25 |
| Octal | 164 | 61 | 215 | 22 | 101 | 0 | 55 | 434 | 60 | 45 |
| Binary | 1110100 | 110001 | 10001101 | 10010 | 1000001 | 0 | 101101 | 100011100 | 110000 | 100101 |
Color Harmonies of #74318D
Complementary color
Monochromatic Colors of #74318D
Black with #74318D
Text Example
Text Example
White with #74318D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74318D; }
p { color: rgb(116,49,141); }
H1.HeaderClassName
{
color: #74318D;
}
.AnyTagClassName
{
color: #74318D;
}
</style>
background-color css
<style>
a { background-color: #74318D; }
a { background-color: rgb(116,49,141); }
div.DivClassName
{
background-color: #74318D;
}
.BgClassName
{
background-color: #74318D;
}
</style>
border-color css
<style>
span { border-color: #74318D; }
span { border-color: rgb(116,49,141); }
td.TdClassName
{
border-color: #74318D;
}
.TagClassName
{
border-color: #74318D;
}
</style>