Shades of Vivid Violet #763A98
Tints of Vivid Violet #763A98
RGB
CMYK
RGB Variations
Color information
#763A98 (or 0x763A98) is known color: Vivid Violet. HEX triplet: 76, 3A and 98. RGB value is (118,58,152). Sum of RGB (Red+Green+Blue) = 118+58+152=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 152 (59.77% from 255 or 46.34% from 328); Max value from RGB is 152 - color contains mainly: blue. Hex color #763A98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763A98 is #89C567. Grayscale: #565656. Windows color (decimal): -9028968 or 9976438. OLE color: 9976438.
HSL color Cylindrical-coordinate representation of color #763A98: hue angle of 278.3º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #763A98 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 118 | 58 | 152 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.40 |
| HSL | 278.3º | 0.45% | 0.41% | - |
| HSV(B) | 278.3º | 0.62% | 0.6% | - |
| XYZ | 14.65 | 9.14 | 30.7 | - |
| YUV | 86.66 | 164.88 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 58 | 152 | 0.22 | 0.62 | 0 | 0.40 | 278.3 | 0.45 | 0.41 |
| Hex | 76 | 3A | 98 | 16 | 3E | 0 | 28 | 116 | 2D | 29 |
| Octal | 166 | 72 | 230 | 26 | 76 | 0 | 50 | 426 | 55 | 51 |
| Binary | 1110110 | 111010 | 10011000 | 10110 | 111110 | 0 | 101000 | 100010110 | 101101 | 101001 |
Color Harmonies of #763A98
Complementary color
Monochromatic Colors of #763A98
Black with #763A98
Text Example
Text Example
White with #763A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763A98; }
p { color: rgb(118,58,152); }
H1.HeaderClassName
{
color: #763A98;
}
.AnyTagClassName
{
color: #763A98;
}
</style>
background-color css
<style>
a { background-color: #763A98; }
a { background-color: rgb(118,58,152); }
div.DivClassName
{
background-color: #763A98;
}
.BgClassName
{
background-color: #763A98;
}
</style>
border-color css
<style>
span { border-color: #763A98; }
span { border-color: rgb(118,58,152); }
td.TdClassName
{
border-color: #763A98;
}
.TagClassName
{
border-color: #763A98;
}
</style>