Shades of Blue Violet #761AF1
Tints of Blue Violet #761AF1
RGB
CMYK
RGB Variations
Color information
#761AF1 (or 0x761AF1) is known color: Blue Violet. HEX triplet: 76, 1A and F1. RGB value is (118,26,241). Sum of RGB (Red+Green+Blue) = 118+26+241=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 26 (10.55% from 255 or 6.75% from 385); Blue value is 241 (94.53% from 255 or 62.60% from 385); Max value from RGB is 241 - color contains mainly: blue. Hex color #761AF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #761AF1 is #89E50E. Grayscale: #4D4D4D. Windows color (decimal): -9037071 or 15800950. OLE color: 15800950.
HSL color Cylindrical-coordinate representation of color #761AF1: hue angle of 265.67º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #761AF1 is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 26 | 241 | - |
| CMYK | 0.51 | 0.89 | 0 | 0.05 |
| HSL | 265.67º | 0.88% | 0.52% | - |
| HSV(B) | 265.67º | 0.89% | 0.95% | - |
| XYZ | 23.72 | 10.94 | 84.08 | - |
| YUV | 78.02 | 219.98 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 26 | 241 | 0.51 | 0.89 | 0 | 0.05 | 265.67 | 0.88 | 0.52 |
| Hex | 76 | 1A | F1 | 33 | 59 | 0 | 5 | 10A | 58 | 34 |
| Octal | 166 | 32 | 361 | 63 | 131 | 0 | 5 | 412 | 130 | 64 |
| Binary | 1110110 | 11010 | 11110001 | 110011 | 1011001 | 0 | 101 | 100001010 | 1011000 | 110100 |
Color Harmonies of #761AF1
Complementary color
Monochromatic Colors of #761AF1
Black with #761AF1
Text Example
Text Example
White with #761AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761AF1; }
p { color: rgb(118,26,241); }
H1.HeaderClassName
{
color: #761AF1;
}
.AnyTagClassName
{
color: #761AF1;
}
</style>
background-color css
<style>
a { background-color: #761AF1; }
a { background-color: rgb(118,26,241); }
div.DivClassName
{
background-color: #761AF1;
}
.BgClassName
{
background-color: #761AF1;
}
</style>
border-color css
<style>
span { border-color: #761AF1; }
span { border-color: rgb(118,26,241); }
td.TdClassName
{
border-color: #761AF1;
}
.TagClassName
{
border-color: #761AF1;
}
</style>