Shades of Blue Violet #7741FA
Tints of Blue Violet #7741FA
RGB
CMYK
RGB Variations
Color information
#7741FA (or 0x7741FA) is known color: Blue Violet. HEX triplet: 77, 41 and FA. RGB value is (119,65,250). Sum of RGB (Red+Green+Blue) = 119+65+250=434 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.42% from 434); Green value is 65 (25.78% from 255 or 14.98% from 434); Blue value is 250 (98.05% from 255 or 57.60% from 434); Max value from RGB is 250 - color contains mainly: blue. Hex color #7741FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7741FA is #88BE05. Grayscale: #656565. Windows color (decimal): -8961542 or 16400759. OLE color: 16400759.
HSL color Cylindrical-coordinate representation of color #7741FA: hue angle of 257.51º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7741FA is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 65 | 250 | - |
| CMYK | 0.52 | 0.74 | 0 | 0.02 |
| HSL | 257.51º | 0.95% | 0.62% | - |
| HSV(B) | 257.51º | 0.74% | 0.98% | - |
| XYZ | 26.75 | 14.6 | 91.85 | - |
| YUV | 102.24 | 211.39 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 65 | 250 | 0.52 | 0.74 | 0 | 0.02 | 257.51 | 0.95 | 0.62 |
| Hex | 77 | 41 | FA | 34 | 4A | 0 | 2 | 102 | 5F | 3E |
| Octal | 167 | 101 | 372 | 64 | 112 | 0 | 2 | 402 | 137 | 76 |
| Binary | 1110111 | 1000001 | 11111010 | 110100 | 1001010 | 0 | 10 | 100000010 | 1011111 | 111110 |
Color Harmonies of #7741FA
Complementary color
Monochromatic Colors of #7741FA
Black with #7741FA
Text Example
Text Example
White with #7741FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7741FA; }
p { color: rgb(119,65,250); }
H1.HeaderClassName
{
color: #7741FA;
}
.AnyTagClassName
{
color: #7741FA;
}
</style>
background-color css
<style>
a { background-color: #7741FA; }
a { background-color: rgb(119,65,250); }
div.DivClassName
{
background-color: #7741FA;
}
.BgClassName
{
background-color: #7741FA;
}
</style>
border-color css
<style>
span { border-color: #7741FA; }
span { border-color: rgb(119,65,250); }
td.TdClassName
{
border-color: #7741FA;
}
.TagClassName
{
border-color: #7741FA;
}
</style>