Shades of Vivid Violet #76328A
Tints of Vivid Violet #76328A
RGB
CMYK
RGB Variations
Color information
#76328A (or 0x76328A) is known color: Vivid Violet. HEX triplet: 76, 32 and 8A. RGB value is (118,50,138). Sum of RGB (Red+Green+Blue) = 118+50+138=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 138 (54.30% from 255 or 45.10% from 306); Max value from RGB is 138 - color contains mainly: blue. Hex color #76328A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76328A is #89CD75. Grayscale: #505050. Windows color (decimal): -9031030 or 9056886. OLE color: 9056886.
HSL color Cylindrical-coordinate representation of color #76328A: hue angle of 286.36º 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 #76328A is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 50 | 138 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.46 |
| HSL | 286.36º | 0.47% | 0.37% | - |
| HSV(B) | 286.36º | 0.64% | 0.54% | - |
| XYZ | 13.2 | 7.97 | 24.89 | - |
| YUV | 80.36 | 160.53 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 50 | 138 | 0.14 | 0.64 | 0 | 0.46 | 286.36 | 0.47 | 0.37 |
| Hex | 76 | 32 | 8A | E | 40 | 0 | 2E | 11E | 2F | 25 |
| Octal | 166 | 62 | 212 | 16 | 100 | 0 | 56 | 436 | 57 | 45 |
| Binary | 1110110 | 110010 | 10001010 | 1110 | 1000000 | 0 | 101110 | 100011110 | 101111 | 100101 |
Color Harmonies of #76328A
Complementary color
Monochromatic Colors of #76328A
Black with #76328A
Text Example
Text Example
White with #76328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76328A; }
p { color: rgb(118,50,138); }
H1.HeaderClassName
{
color: #76328A;
}
.AnyTagClassName
{
color: #76328A;
}
</style>
background-color css
<style>
a { background-color: #76328A; }
a { background-color: rgb(118,50,138); }
div.DivClassName
{
background-color: #76328A;
}
.BgClassName
{
background-color: #76328A;
}
</style>
border-color css
<style>
span { border-color: #76328A; }
span { border-color: rgb(118,50,138); }
td.TdClassName
{
border-color: #76328A;
}
.TagClassName
{
border-color: #76328A;
}
</style>