Shades of Vivid Violet #74308D
Tints of Vivid Violet #74308D
RGB
CMYK
RGB Variations
Color information
#74308D (or 0x74308D) is known color: Vivid Violet. HEX triplet: 74, 30 and 8D. RGB value is (116,48,141). Sum of RGB (Red+Green+Blue) = 116+48+141=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 141 - color contains mainly: blue. Hex color #74308D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74308D is #8BCF72. Grayscale: #4E4E4E. Windows color (decimal): -9162611 or 9252980. OLE color: 9252980.
HSL color Cylindrical-coordinate representation of color #74308D: hue angle of 283.87º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #74308D is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 48 | 141 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.45 |
| HSL | 283.87º | 0.49% | 0.37% | - |
| HSV(B) | 283.87º | 0.66% | 0.55% | - |
| XYZ | 13.07 | 7.75 | 26.01 | - |
| YUV | 78.93 | 163.03 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 48 | 141 | 0.18 | 0.66 | 0 | 0.45 | 283.87 | 0.49 | 0.37 |
| Hex | 74 | 30 | 8D | 12 | 42 | 0 | 2D | 11C | 31 | 25 |
| Octal | 164 | 60 | 215 | 22 | 102 | 0 | 55 | 434 | 61 | 45 |
| Binary | 1110100 | 110000 | 10001101 | 10010 | 1000010 | 0 | 101101 | 100011100 | 110001 | 100101 |
Color Harmonies of #74308D
Complementary color
Monochromatic Colors of #74308D
Black with #74308D
Text Example
Text Example
White with #74308D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74308D; }
p { color: rgb(116,48,141); }
H1.HeaderClassName
{
color: #74308D;
}
.AnyTagClassName
{
color: #74308D;
}
</style>
background-color css
<style>
a { background-color: #74308D; }
a { background-color: rgb(116,48,141); }
div.DivClassName
{
background-color: #74308D;
}
.BgClassName
{
background-color: #74308D;
}
</style>
border-color css
<style>
span { border-color: #74308D; }
span { border-color: rgb(116,48,141); }
td.TdClassName
{
border-color: #74308D;
}
.TagClassName
{
border-color: #74308D;
}
</style>