Shades of Blue Violet #761CE9
Tints of Blue Violet #761CE9
RGB
CMYK
RGB Variations
Color information
#761CE9 (or 0x761CE9) is known color: Blue Violet. HEX triplet: 76, 1C and E9. RGB value is (118,28,233). Sum of RGB (Red+Green+Blue) = 118+28+233=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 28 (11.33% from 255 or 7.39% from 379); Blue value is 233 (91.41% from 255 or 61.48% from 379); Max value from RGB is 233 - color contains mainly: blue. Hex color #761CE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #761CE9 is #89E316. Grayscale: #4D4D4D. Windows color (decimal): -9036567 or 15277174. OLE color: 15277174.
HSL color Cylindrical-coordinate representation of color #761CE9: hue angle of 266.34º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #761CE9 is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 118 | 28 | 233 | - |
| CMYK | 0.49 | 0.88 | 0 | 0.09 |
| HSL | 266.34º | 0.82% | 0.51% | - |
| HSV(B) | 266.34º | 0.88% | 0.91% | - |
| XYZ | 22.59 | 10.57 | 77.94 | - |
| YUV | 78.28 | 215.32 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 28 | 233 | 0.49 | 0.88 | 0 | 0.09 | 266.34 | 0.82 | 0.51 |
| Hex | 76 | 1C | E9 | 31 | 58 | 0 | 9 | 10A | 52 | 33 |
| Octal | 166 | 34 | 351 | 61 | 130 | 0 | 11 | 412 | 122 | 63 |
| Binary | 1110110 | 11100 | 11101001 | 110001 | 1011000 | 0 | 1001 | 100001010 | 1010010 | 110011 |
Color Harmonies of #761CE9
Complementary color
Monochromatic Colors of #761CE9
Black with #761CE9
Text Example
Text Example
White with #761CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761CE9; }
p { color: rgb(118,28,233); }
H1.HeaderClassName
{
color: #761CE9;
}
.AnyTagClassName
{
color: #761CE9;
}
</style>
background-color css
<style>
a { background-color: #761CE9; }
a { background-color: rgb(118,28,233); }
div.DivClassName
{
background-color: #761CE9;
}
.BgClassName
{
background-color: #761CE9;
}
</style>
border-color css
<style>
span { border-color: #761CE9; }
span { border-color: rgb(118,28,233); }
td.TdClassName
{
border-color: #761CE9;
}
.TagClassName
{
border-color: #761CE9;
}
</style>