Shades of Blue Violet #761EF1
Tints of Blue Violet #761EF1
RGB
CMYK
RGB Variations
Color information
#761EF1 (or 0x761EF1) is known color: Blue Violet. HEX triplet: 76, 1E and F1. RGB value is (118,30,241). Sum of RGB (Red+Green+Blue) = 118+30+241=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 30 (12.11% from 255 or 7.71% from 389); Blue value is 241 (94.53% from 255 or 61.95% from 389); Max value from RGB is 241 - color contains mainly: blue. Hex color #761EF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #761EF1 is #89E10E. Grayscale: #4F4F4F. Windows color (decimal): -9036047 or 15801974. OLE color: 15801974.
HSL color Cylindrical-coordinate representation of color #761EF1: hue angle of 265.02º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #761EF1 is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 30 | 241 | - |
| CMYK | 0.51 | 0.88 | 0 | 0.05 |
| HSL | 265.02º | 0.88% | 0.53% | - |
| HSV(B) | 265.02º | 0.88% | 0.95% | - |
| XYZ | 23.81 | 11.13 | 84.11 | - |
| YUV | 80.37 | 218.65 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 30 | 241 | 0.51 | 0.88 | 0 | 0.05 | 265.02 | 0.88 | 0.53 |
| Hex | 76 | 1E | F1 | 33 | 58 | 0 | 5 | 109 | 58 | 35 |
| Octal | 166 | 36 | 361 | 63 | 130 | 0 | 5 | 411 | 130 | 65 |
| Binary | 1110110 | 11110 | 11110001 | 110011 | 1011000 | 0 | 101 | 100001001 | 1011000 | 110101 |
Color Harmonies of #761EF1
Complementary color
Monochromatic Colors of #761EF1
Black with #761EF1
Text Example
Text Example
White with #761EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761EF1; }
p { color: rgb(118,30,241); }
H1.HeaderClassName
{
color: #761EF1;
}
.AnyTagClassName
{
color: #761EF1;
}
</style>
background-color css
<style>
a { background-color: #761EF1; }
a { background-color: rgb(118,30,241); }
div.DivClassName
{
background-color: #761EF1;
}
.BgClassName
{
background-color: #761EF1;
}
</style>
border-color css
<style>
span { border-color: #761EF1; }
span { border-color: rgb(118,30,241); }
td.TdClassName
{
border-color: #761EF1;
}
.TagClassName
{
border-color: #761EF1;
}
</style>