Shades of Vivid Violet #763184
Tints of Vivid Violet #763184
RGB
CMYK
RGB Variations
Color information
#763184 (or 0x763184) is known color: Vivid Violet. HEX triplet: 76, 31 and 84. RGB value is (118,49,132). Sum of RGB (Red+Green+Blue) = 118+49+132=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 132 (51.95% from 255 or 44.15% from 299); Max value from RGB is 132 - color contains mainly: blue. Hex color #763184 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763184 is #89CE7B. Grayscale: #4E4E4E. Windows color (decimal): -9031292 or 8663414. OLE color: 8663414.
HSL color Cylindrical-coordinate representation of color #763184: hue angle of 289.88º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #763184 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 49 | 132 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.48 |
| HSL | 289.88º | 0.46% | 0.35% | - |
| HSV(B) | 289.88º | 0.63% | 0.52% | - |
| XYZ | 12.73 | 7.71 | 22.65 | - |
| YUV | 79.09 | 157.86 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 49 | 132 | 0.11 | 0.63 | 0 | 0.48 | 289.88 | 0.46 | 0.35 |
| Hex | 76 | 31 | 84 | B | 3F | 0 | 30 | 122 | 2E | 23 |
| Octal | 166 | 61 | 204 | 13 | 77 | 0 | 60 | 442 | 56 | 43 |
| Binary | 1110110 | 110001 | 10000100 | 1011 | 111111 | 0 | 110000 | 100100010 | 101110 | 100011 |
Color Harmonies of #763184
Complementary color
Monochromatic Colors of #763184
Black with #763184
Text Example
Text Example
White with #763184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763184; }
p { color: rgb(118,49,132); }
H1.HeaderClassName
{
color: #763184;
}
.AnyTagClassName
{
color: #763184;
}
</style>
background-color css
<style>
a { background-color: #763184; }
a { background-color: rgb(118,49,132); }
div.DivClassName
{
background-color: #763184;
}
.BgClassName
{
background-color: #763184;
}
</style>
border-color css
<style>
span { border-color: #763184; }
span { border-color: rgb(118,49,132); }
td.TdClassName
{
border-color: #763184;
}
.TagClassName
{
border-color: #763184;
}
</style>