Shades of Blue Violet #761FF2
Tints of Blue Violet #761FF2
RGB
CMYK
RGB Variations
Color information
#761FF2 (or 0x761FF2) is known color: Blue Violet. HEX triplet: 76, 1F and F2. RGB value is (118,31,242). Sum of RGB (Red+Green+Blue) = 118+31+242=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 31 (12.5% from 255 or 7.93% from 391); Blue value is 242 (94.92% from 255 or 61.89% from 391); Max value from RGB is 242 - color contains mainly: blue. Hex color #761FF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #761FF2 is #89E00D. Grayscale: #505050. Windows color (decimal): -9035790 or 15867766. OLE color: 15867766.
HSL color Cylindrical-coordinate representation of color #761FF2: hue angle of 264.74º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #761FF2 is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 31 | 242 | - |
| CMYK | 0.51 | 0.87 | 0 | 0.05 |
| HSL | 264.74º | 0.89% | 0.54% | - |
| HSV(B) | 264.74º | 0.87% | 0.95% | - |
| XYZ | 23.99 | 11.24 | 84.91 | - |
| YUV | 81.07 | 218.82 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 31 | 242 | 0.51 | 0.87 | 0 | 0.05 | 264.74 | 0.89 | 0.54 |
| Hex | 76 | 1F | F2 | 33 | 57 | 0 | 5 | 109 | 59 | 36 |
| Octal | 166 | 37 | 362 | 63 | 127 | 0 | 5 | 411 | 131 | 66 |
| Binary | 1110110 | 11111 | 11110010 | 110011 | 1010111 | 0 | 101 | 100001001 | 1011001 | 110110 |
Color Harmonies of #761FF2
Complementary color
Monochromatic Colors of #761FF2
Black with #761FF2
Text Example
Text Example
White with #761FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761FF2; }
p { color: rgb(118,31,242); }
H1.HeaderClassName
{
color: #761FF2;
}
.AnyTagClassName
{
color: #761FF2;
}
</style>
background-color css
<style>
a { background-color: #761FF2; }
a { background-color: rgb(118,31,242); }
div.DivClassName
{
background-color: #761FF2;
}
.BgClassName
{
background-color: #761FF2;
}
</style>
border-color css
<style>
span { border-color: #761FF2; }
span { border-color: rgb(118,31,242); }
td.TdClassName
{
border-color: #761FF2;
}
.TagClassName
{
border-color: #761FF2;
}
</style>