Shades of Blue Violet #761AF2
Tints of Blue Violet #761AF2
RGB
CMYK
RGB Variations
Color information
#761AF2 (or 0x761AF2) is known color: Blue Violet. HEX triplet: 76, 1A and F2. RGB value is (118,26,242). Sum of RGB (Red+Green+Blue) = 118+26+242=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 26 (10.55% from 255 or 6.74% from 386); Blue value is 242 (94.92% from 255 or 62.69% from 386); Max value from RGB is 242 - color contains mainly: blue. Hex color #761AF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #761AF2 is #89E50D. Grayscale: #4D4D4D. Windows color (decimal): -9037070 or 15866486. OLE color: 15866486.
HSL color Cylindrical-coordinate representation of color #761AF2: hue angle of 265.56º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #761AF2 is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 26 | 242 | - |
| CMYK | 0.51 | 0.89 | 0 | 0.05 |
| HSL | 265.56º | 0.89% | 0.53% | - |
| HSV(B) | 265.56º | 0.89% | 0.95% | - |
| XYZ | 23.87 | 11 | 84.87 | - |
| YUV | 78.13 | 220.48 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 26 | 242 | 0.51 | 0.89 | 0 | 0.05 | 265.56 | 0.89 | 0.53 |
| Hex | 76 | 1A | F2 | 33 | 59 | 0 | 5 | 10A | 59 | 35 |
| Octal | 166 | 32 | 362 | 63 | 131 | 0 | 5 | 412 | 131 | 65 |
| Binary | 1110110 | 11010 | 11110010 | 110011 | 1011001 | 0 | 101 | 100001010 | 1011001 | 110101 |
Color Harmonies of #761AF2
Complementary color
Monochromatic Colors of #761AF2
Black with #761AF2
Text Example
Text Example
White with #761AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761AF2; }
p { color: rgb(118,26,242); }
H1.HeaderClassName
{
color: #761AF2;
}
.AnyTagClassName
{
color: #761AF2;
}
</style>
background-color css
<style>
a { background-color: #761AF2; }
a { background-color: rgb(118,26,242); }
div.DivClassName
{
background-color: #761AF2;
}
.BgClassName
{
background-color: #761AF2;
}
</style>
border-color css
<style>
span { border-color: #761AF2; }
span { border-color: rgb(118,26,242); }
td.TdClassName
{
border-color: #761AF2;
}
.TagClassName
{
border-color: #761AF2;
}
</style>