Shades of Vivid Violet #763188
Tints of Vivid Violet #763188
RGB
CMYK
RGB Variations
Color information
#763188 (or 0x763188) is known color: Vivid Violet. HEX triplet: 76, 31 and 88. RGB value is (118,49,136). Sum of RGB (Red+Green+Blue) = 118+49+136=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 136 (53.52% from 255 or 44.88% from 303); Max value from RGB is 136 - color contains mainly: blue. Hex color #763188 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763188 is #89CE77. Grayscale: #4F4F4F. Windows color (decimal): -9031288 or 8925558. OLE color: 8925558.
HSL color Cylindrical-coordinate representation of color #763188: hue angle of 287.59º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #763188 is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 49 | 136 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.47 |
| HSL | 287.59º | 0.47% | 0.36% | - |
| HSV(B) | 287.59º | 0.64% | 0.53% | - |
| XYZ | 13.01 | 7.83 | 24.12 | - |
| YUV | 79.55 | 159.86 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 49 | 136 | 0.13 | 0.64 | 0 | 0.47 | 287.59 | 0.47 | 0.36 |
| Hex | 76 | 31 | 88 | D | 40 | 0 | 2F | 120 | 2F | 24 |
| Octal | 166 | 61 | 210 | 15 | 100 | 0 | 57 | 440 | 57 | 44 |
| Binary | 1110110 | 110001 | 10001000 | 1101 | 1000000 | 0 | 101111 | 100100000 | 101111 | 100100 |
Color Harmonies of #763188
Complementary color
Monochromatic Colors of #763188
Black with #763188
Text Example
Text Example
White with #763188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763188; }
p { color: rgb(118,49,136); }
H1.HeaderClassName
{
color: #763188;
}
.AnyTagClassName
{
color: #763188;
}
</style>
background-color css
<style>
a { background-color: #763188; }
a { background-color: rgb(118,49,136); }
div.DivClassName
{
background-color: #763188;
}
.BgClassName
{
background-color: #763188;
}
</style>
border-color css
<style>
span { border-color: #763188; }
span { border-color: rgb(118,49,136); }
td.TdClassName
{
border-color: #763188;
}
.TagClassName
{
border-color: #763188;
}
</style>