Shades of Vivid Violet #761C9D
Tints of Vivid Violet #761C9D
RGB
CMYK
RGB Variations
Color information
#761C9D (or 0x761C9D) is known color: Vivid Violet. HEX triplet: 76, 1C and 9D. RGB value is (118,28,157). Sum of RGB (Red+Green+Blue) = 118+28+157=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 28 (11.33% from 255 or 9.24% from 303); Blue value is 157 (61.72% from 255 or 51.82% from 303); Max value from RGB is 157 - color contains mainly: blue. Hex color #761C9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #761C9D is #89E362. Grayscale: #454545. Windows color (decimal): -9036643 or 10296438. OLE color: 10296438.
HSL color Cylindrical-coordinate representation of color #761C9D: hue angle of 281.86º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #761C9D is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 28 | 157 | - |
| CMYK | 0.25 | 0.82 | 0 | 0.38 |
| HSL | 281.86º | 0.7% | 0.36% | - |
| HSV(B) | 281.86º | 0.82% | 0.62% | - |
| XYZ | 13.97 | 7.12 | 32.54 | - |
| YUV | 69.62 | 177.32 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 28 | 157 | 0.25 | 0.82 | 0 | 0.38 | 281.86 | 0.7 | 0.36 |
| Hex | 76 | 1C | 9D | 19 | 52 | 0 | 26 | 11A | 46 | 24 |
| Octal | 166 | 34 | 235 | 31 | 122 | 0 | 46 | 432 | 106 | 44 |
| Binary | 1110110 | 11100 | 10011101 | 11001 | 1010010 | 0 | 100110 | 100011010 | 1000110 | 100100 |
Color Harmonies of #761C9D
Complementary color
Monochromatic Colors of #761C9D
Black with #761C9D
Text Example
Text Example
White with #761C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761C9D; }
p { color: rgb(118,28,157); }
H1.HeaderClassName
{
color: #761C9D;
}
.AnyTagClassName
{
color: #761C9D;
}
</style>
background-color css
<style>
a { background-color: #761C9D; }
a { background-color: rgb(118,28,157); }
div.DivClassName
{
background-color: #761C9D;
}
.BgClassName
{
background-color: #761C9D;
}
</style>
border-color css
<style>
span { border-color: #761C9D; }
span { border-color: rgb(118,28,157); }
td.TdClassName
{
border-color: #761C9D;
}
.TagClassName
{
border-color: #761C9D;
}
</style>