Shades of Vivid Violet #763B8B
Tints of Vivid Violet #763B8B
RGB
CMYK
RGB Variations
Color information
#763B8B (or 0x763B8B) is known color: Vivid Violet. HEX triplet: 76, 3B and 8B. RGB value is (118,59,139). Sum of RGB (Red+Green+Blue) = 118+59+139=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 59 (23.44% from 255 or 18.67% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 139 - color contains mainly: blue. Hex color #763B8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763B8B is #89C474. Grayscale: #555555. Windows color (decimal): -9028725 or 9124726. OLE color: 9124726.
HSL color Cylindrical-coordinate representation of color #763B8B: hue angle of 284.25º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #763B8B is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 59 | 139 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.45 |
| HSL | 284.25º | 0.4% | 0.39% | - |
| HSV(B) | 284.25º | 0.58% | 0.55% | - |
| XYZ | 13.7 | 8.84 | 25.41 | - |
| YUV | 85.76 | 158.05 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 59 | 139 | 0.15 | 0.58 | 0 | 0.45 | 284.25 | 0.4 | 0.39 |
| Hex | 76 | 3B | 8B | F | 3A | 0 | 2D | 11C | 28 | 27 |
| Octal | 166 | 73 | 213 | 17 | 72 | 0 | 55 | 434 | 50 | 47 |
| Binary | 1110110 | 111011 | 10001011 | 1111 | 111010 | 0 | 101101 | 100011100 | 101000 | 100111 |
Color Harmonies of #763B8B
Complementary color
Monochromatic Colors of #763B8B
Black with #763B8B
Text Example
Text Example
White with #763B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763B8B; }
p { color: rgb(118,59,139); }
H1.HeaderClassName
{
color: #763B8B;
}
.AnyTagClassName
{
color: #763B8B;
}
</style>
background-color css
<style>
a { background-color: #763B8B; }
a { background-color: rgb(118,59,139); }
div.DivClassName
{
background-color: #763B8B;
}
.BgClassName
{
background-color: #763B8B;
}
</style>
border-color css
<style>
span { border-color: #763B8B; }
span { border-color: rgb(118,59,139); }
td.TdClassName
{
border-color: #763B8B;
}
.TagClassName
{
border-color: #763B8B;
}
</style>