Shades of Blue Violet #7741EF
Tints of Blue Violet #7741EF
RGB
CMYK
RGB Variations
Color information
#7741EF (or 0x7741EF) is known color: Blue Violet. HEX triplet: 77, 41 and EF. RGB value is (119,65,239). Sum of RGB (Red+Green+Blue) = 119+65+239=423 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.13% from 423); Green value is 65 (25.78% from 255 or 15.37% from 423); Blue value is 239 (93.75% from 255 or 56.50% from 423); Max value from RGB is 239 - color contains mainly: blue. Hex color #7741EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7741EF is #88BE10. Grayscale: #646464. Windows color (decimal): -8961553 or 15679863. OLE color: 15679863.
HSL color Cylindrical-coordinate representation of color #7741EF: hue angle of 258.62º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7741EF is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 119 | 65 | 239 | - |
| CMYK | 0.50 | 0.73 | 0 | 0.06 |
| HSL | 258.62º | 0.84% | 0.6% | - |
| HSV(B) | 258.62º | 0.73% | 0.94% | - |
| XYZ | 25.08 | 13.93 | 83.03 | - |
| YUV | 100.98 | 205.89 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 65 | 239 | 0.50 | 0.73 | 0 | 0.06 | 258.62 | 0.84 | 0.6 |
| Hex | 77 | 41 | EF | 32 | 49 | 0 | 6 | 103 | 54 | 3C |
| Octal | 167 | 101 | 357 | 62 | 111 | 0 | 6 | 403 | 124 | 74 |
| Binary | 1110111 | 1000001 | 11101111 | 110010 | 1001001 | 0 | 110 | 100000011 | 1010100 | 111100 |
Color Harmonies of #7741EF
Complementary color
Monochromatic Colors of #7741EF
Black with #7741EF
Text Example
Text Example
White with #7741EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7741EF; }
p { color: rgb(119,65,239); }
H1.HeaderClassName
{
color: #7741EF;
}
.AnyTagClassName
{
color: #7741EF;
}
</style>
background-color css
<style>
a { background-color: #7741EF; }
a { background-color: rgb(119,65,239); }
div.DivClassName
{
background-color: #7741EF;
}
.BgClassName
{
background-color: #7741EF;
}
</style>
border-color css
<style>
span { border-color: #7741EF; }
span { border-color: rgb(119,65,239); }
td.TdClassName
{
border-color: #7741EF;
}
.TagClassName
{
border-color: #7741EF;
}
</style>