Shades of Vivid Violet #763E8B
Tints of Vivid Violet #763E8B
RGB
CMYK
RGB Variations
Color information
#763E8B (or 0x763E8B) is known color: Vivid Violet. HEX triplet: 76, 3E and 8B. RGB value is (118,62,139). Sum of RGB (Red+Green+Blue) = 118+62+139=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #763E8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763E8B is #89C174. Grayscale: #575757. Windows color (decimal): -9027957 or 9125494. OLE color: 9125494.
HSL color Cylindrical-coordinate representation of color #763E8B: hue angle of 283.64º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #763E8B is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 62 | 139 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.45 |
| HSL | 283.64º | 0.38% | 0.39% | - |
| HSV(B) | 283.64º | 0.55% | 0.55% | - |
| XYZ | 13.85 | 9.16 | 25.46 | - |
| YUV | 87.52 | 157.05 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 62 | 139 | 0.15 | 0.55 | 0 | 0.45 | 283.64 | 0.38 | 0.39 |
| Hex | 76 | 3E | 8B | F | 37 | 0 | 2D | 11C | 26 | 27 |
| Octal | 166 | 76 | 213 | 17 | 67 | 0 | 55 | 434 | 46 | 47 |
| Binary | 1110110 | 111110 | 10001011 | 1111 | 110111 | 0 | 101101 | 100011100 | 100110 | 100111 |
Color Harmonies of #763E8B
Complementary color
Monochromatic Colors of #763E8B
Black with #763E8B
Text Example
Text Example
White with #763E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763E8B; }
p { color: rgb(118,62,139); }
H1.HeaderClassName
{
color: #763E8B;
}
.AnyTagClassName
{
color: #763E8B;
}
</style>
background-color css
<style>
a { background-color: #763E8B; }
a { background-color: rgb(118,62,139); }
div.DivClassName
{
background-color: #763E8B;
}
.BgClassName
{
background-color: #763E8B;
}
</style>
border-color css
<style>
span { border-color: #763E8B; }
span { border-color: rgb(118,62,139); }
td.TdClassName
{
border-color: #763E8B;
}
.TagClassName
{
border-color: #763E8B;
}
</style>