Shades of Vivid Violet #763884
Tints of Vivid Violet #763884
RGB
CMYK
RGB Variations
Color information
#763884 (or 0x763884) is known color: Vivid Violet. HEX triplet: 76, 38 and 84. RGB value is (118,56,132). Sum of RGB (Red+Green+Blue) = 118+56+132=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 56 (22.27% from 255 or 18.30% from 306); Blue value is 132 (51.95% from 255 or 43.14% from 306); Max value from RGB is 132 - color contains mainly: blue. Hex color #763884 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763884 is #89C77B. Grayscale: #525252. Windows color (decimal): -9029500 or 8665206. OLE color: 8665206.
HSL color Cylindrical-coordinate representation of color #763884: hue angle of 288.95º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #763884 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 56 | 132 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.48 |
| HSL | 288.95º | 0.4% | 0.37% | - |
| HSV(B) | 288.95º | 0.58% | 0.52% | - |
| XYZ | 13.05 | 8.35 | 22.75 | - |
| YUV | 83.2 | 155.54 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 56 | 132 | 0.11 | 0.58 | 0 | 0.48 | 288.95 | 0.4 | 0.37 |
| Hex | 76 | 38 | 84 | B | 3A | 0 | 30 | 121 | 28 | 25 |
| Octal | 166 | 70 | 204 | 13 | 72 | 0 | 60 | 441 | 50 | 45 |
| Binary | 1110110 | 111000 | 10000100 | 1011 | 111010 | 0 | 110000 | 100100001 | 101000 | 100101 |
Color Harmonies of #763884
Complementary color
Monochromatic Colors of #763884
Black with #763884
Text Example
Text Example
White with #763884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763884; }
p { color: rgb(118,56,132); }
H1.HeaderClassName
{
color: #763884;
}
.AnyTagClassName
{
color: #763884;
}
</style>
background-color css
<style>
a { background-color: #763884; }
a { background-color: rgb(118,56,132); }
div.DivClassName
{
background-color: #763884;
}
.BgClassName
{
background-color: #763884;
}
</style>
border-color css
<style>
span { border-color: #763884; }
span { border-color: rgb(118,56,132); }
td.TdClassName
{
border-color: #763884;
}
.TagClassName
{
border-color: #763884;
}
</style>