Shades of Vivid Violet #761CA4
Tints of Vivid Violet #761CA4
RGB
CMYK
RGB Variations
Color information
#761CA4 (or 0x761CA4) is known color: Vivid Violet. HEX triplet: 76, 1C and A4. RGB value is (118,28,164). Sum of RGB (Red+Green+Blue) = 118+28+164=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 28 (11.33% from 255 or 9.03% from 310); Blue value is 164 (64.45% from 255 or 52.90% from 310); Max value from RGB is 164 - color contains mainly: blue. Hex color #761CA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #761CA4 is #89E35B. Grayscale: #454545. Windows color (decimal): -9036636 or 10755190. OLE color: 10755190.
HSL color Cylindrical-coordinate representation of color #761CA4: hue angle of 279.71º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #761CA4 is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 28 | 164 | - |
| CMYK | 0.28 | 0.83 | 0 | 0.36 |
| HSL | 279.71º | 0.71% | 0.38% | - |
| HSV(B) | 279.71º | 0.83% | 0.64% | - |
| XYZ | 14.59 | 7.36 | 35.77 | - |
| YUV | 70.41 | 180.82 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 28 | 164 | 0.28 | 0.83 | 0 | 0.36 | 279.71 | 0.71 | 0.38 |
| Hex | 76 | 1C | A4 | 1C | 53 | 0 | 24 | 118 | 47 | 26 |
| Octal | 166 | 34 | 244 | 34 | 123 | 0 | 44 | 430 | 107 | 46 |
| Binary | 1110110 | 11100 | 10100100 | 11100 | 1010011 | 0 | 100100 | 100011000 | 1000111 | 100110 |
Color Harmonies of #761CA4
Complementary color
Monochromatic Colors of #761CA4
Black with #761CA4
Text Example
Text Example
White with #761CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761CA4; }
p { color: rgb(118,28,164); }
H1.HeaderClassName
{
color: #761CA4;
}
.AnyTagClassName
{
color: #761CA4;
}
</style>
background-color css
<style>
a { background-color: #761CA4; }
a { background-color: rgb(118,28,164); }
div.DivClassName
{
background-color: #761CA4;
}
.BgClassName
{
background-color: #761CA4;
}
</style>
border-color css
<style>
span { border-color: #761CA4; }
span { border-color: rgb(118,28,164); }
td.TdClassName
{
border-color: #761CA4;
}
.TagClassName
{
border-color: #761CA4;
}
</style>