Shades of Vivid Violet #763A93
Tints of Vivid Violet #763A93
RGB
CMYK
RGB Variations
Color information
#763A93 (or 0x763A93) is known color: Vivid Violet. HEX triplet: 76, 3A and 93. RGB value is (118,58,147). Sum of RGB (Red+Green+Blue) = 118+58+147=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 58 (23.05% from 255 or 17.96% from 323); Blue value is 147 (57.81% from 255 or 45.51% from 323); Max value from RGB is 147 - color contains mainly: blue. Hex color #763A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763A93 is #89C56C. Grayscale: #555555. Windows color (decimal): -9028973 or 9648758. OLE color: 9648758.
HSL color Cylindrical-coordinate representation of color #763A93: hue angle of 280.45º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #763A93 is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 58 | 147 | - |
| CMYK | 0.20 | 0.61 | 0 | 0.42 |
| HSL | 280.45º | 0.43% | 0.4% | - |
| HSV(B) | 280.45º | 0.61% | 0.58% | - |
| XYZ | 14.25 | 8.98 | 28.59 | - |
| YUV | 86.09 | 162.38 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 58 | 147 | 0.20 | 0.61 | 0 | 0.42 | 280.45 | 0.43 | 0.4 |
| Hex | 76 | 3A | 93 | 14 | 3D | 0 | 2A | 118 | 2B | 28 |
| Octal | 166 | 72 | 223 | 24 | 75 | 0 | 52 | 430 | 53 | 50 |
| Binary | 1110110 | 111010 | 10010011 | 10100 | 111101 | 0 | 101010 | 100011000 | 101011 | 101000 |
Color Harmonies of #763A93
Complementary color
Monochromatic Colors of #763A93
Black with #763A93
Text Example
Text Example
White with #763A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763A93; }
p { color: rgb(118,58,147); }
H1.HeaderClassName
{
color: #763A93;
}
.AnyTagClassName
{
color: #763A93;
}
</style>
background-color css
<style>
a { background-color: #763A93; }
a { background-color: rgb(118,58,147); }
div.DivClassName
{
background-color: #763A93;
}
.BgClassName
{
background-color: #763A93;
}
</style>
border-color css
<style>
span { border-color: #763A93; }
span { border-color: rgb(118,58,147); }
td.TdClassName
{
border-color: #763A93;
}
.TagClassName
{
border-color: #763A93;
}
</style>