Shades of Vivid Violet #763384
Tints of Vivid Violet #763384
RGB
CMYK
RGB Variations
Color information
#763384 (or 0x763384) is known color: Vivid Violet. HEX triplet: 76, 33 and 84. RGB value is (118,51,132). Sum of RGB (Red+Green+Blue) = 118+51+132=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 132 (51.95% from 255 or 43.85% from 301); Max value from RGB is 132 - color contains mainly: blue. Hex color #763384 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763384 is #89CC7B. Grayscale: #505050. Windows color (decimal): -9030780 or 8663926. OLE color: 8663926.
HSL color Cylindrical-coordinate representation of color #763384: hue angle of 289.63º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #763384 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 51 | 132 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.48 |
| HSL | 289.63º | 0.44% | 0.36% | - |
| HSV(B) | 289.63º | 0.61% | 0.52% | - |
| XYZ | 12.82 | 7.89 | 22.68 | - |
| YUV | 80.27 | 157.2 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 51 | 132 | 0.11 | 0.61 | 0 | 0.48 | 289.63 | 0.44 | 0.36 |
| Hex | 76 | 33 | 84 | B | 3D | 0 | 30 | 122 | 2C | 24 |
| Octal | 166 | 63 | 204 | 13 | 75 | 0 | 60 | 442 | 54 | 44 |
| Binary | 1110110 | 110011 | 10000100 | 1011 | 111101 | 0 | 110000 | 100100010 | 101100 | 100100 |
Color Harmonies of #763384
Complementary color
Monochromatic Colors of #763384
Black with #763384
Text Example
Text Example
White with #763384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763384; }
p { color: rgb(118,51,132); }
H1.HeaderClassName
{
color: #763384;
}
.AnyTagClassName
{
color: #763384;
}
</style>
background-color css
<style>
a { background-color: #763384; }
a { background-color: rgb(118,51,132); }
div.DivClassName
{
background-color: #763384;
}
.BgClassName
{
background-color: #763384;
}
</style>
border-color css
<style>
span { border-color: #763384; }
span { border-color: rgb(118,51,132); }
td.TdClassName
{
border-color: #763384;
}
.TagClassName
{
border-color: #763384;
}
</style>