Shades of Vivid Violet #74328A
Tints of Vivid Violet #74328A
RGB
CMYK
RGB Variations
Color information
#74328A (or 0x74328A) is known color: Vivid Violet. HEX triplet: 74, 32 and 8A. RGB value is (116,50,138). Sum of RGB (Red+Green+Blue) = 116+50+138=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 138 (54.30% from 255 or 45.39% from 304); Max value from RGB is 138 - color contains mainly: blue. Hex color #74328A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74328A is #8BCD75. Grayscale: #4F4F4F. Windows color (decimal): -9162102 or 9056884. OLE color: 9056884.
HSL color Cylindrical-coordinate representation of color #74328A: hue angle of 285º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #74328A is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 50 | 138 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.46 |
| HSL | 285º | 0.47% | 0.37% | - |
| HSV(B) | 285º | 0.64% | 0.54% | - |
| XYZ | 12.93 | 7.83 | 24.87 | - |
| YUV | 79.77 | 160.87 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 50 | 138 | 0.16 | 0.64 | 0 | 0.46 | 285 | 0.47 | 0.37 |
| Hex | 74 | 32 | 8A | 10 | 40 | 0 | 2E | 11D | 2F | 25 |
| Octal | 164 | 62 | 212 | 20 | 100 | 0 | 56 | 435 | 57 | 45 |
| Binary | 1110100 | 110010 | 10001010 | 10000 | 1000000 | 0 | 101110 | 100011101 | 101111 | 100101 |
Color Harmonies of #74328A
Complementary color
Monochromatic Colors of #74328A
Black with #74328A
Text Example
Text Example
White with #74328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74328A; }
p { color: rgb(116,50,138); }
H1.HeaderClassName
{
color: #74328A;
}
.AnyTagClassName
{
color: #74328A;
}
</style>
background-color css
<style>
a { background-color: #74328A; }
a { background-color: rgb(116,50,138); }
div.DivClassName
{
background-color: #74328A;
}
.BgClassName
{
background-color: #74328A;
}
</style>
border-color css
<style>
span { border-color: #74328A; }
span { border-color: rgb(116,50,138); }
td.TdClassName
{
border-color: #74328A;
}
.TagClassName
{
border-color: #74328A;
}
</style>