Shades of Blue Violet #7743F1
Tints of Blue Violet #7743F1
RGB
CMYK
RGB Variations
Color information
#7743F1 (or 0x7743F1) is known color: Blue Violet. HEX triplet: 77, 43 and F1. RGB value is (119,67,241). Sum of RGB (Red+Green+Blue) = 119+67+241=427 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.87% from 427); Green value is 67 (26.56% from 255 or 15.69% from 427); Blue value is 241 (94.53% from 255 or 56.44% from 427); Max value from RGB is 241 - color contains mainly: blue. Hex color #7743F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7743F1 is #88BC0E. Grayscale: #656565. Windows color (decimal): -8961039 or 15811447. OLE color: 15811447.
HSL color Cylindrical-coordinate representation of color #7743F1: hue angle of 257.93º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7743F1 is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 119 | 67 | 241 | - |
| CMYK | 0.51 | 0.72 | 0 | 0.05 |
| HSL | 257.93º | 0.86% | 0.6% | - |
| HSV(B) | 257.93º | 0.72% | 0.95% | - |
| XYZ | 25.49 | 14.29 | 84.63 | - |
| YUV | 102.38 | 206.23 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 67 | 241 | 0.51 | 0.72 | 0 | 0.05 | 257.93 | 0.86 | 0.6 |
| Hex | 77 | 43 | F1 | 33 | 48 | 0 | 5 | 102 | 56 | 3C |
| Octal | 167 | 103 | 361 | 63 | 110 | 0 | 5 | 402 | 126 | 74 |
| Binary | 1110111 | 1000011 | 11110001 | 110011 | 1001000 | 0 | 101 | 100000010 | 1010110 | 111100 |
Color Harmonies of #7743F1
Complementary color
Monochromatic Colors of #7743F1
Black with #7743F1
Text Example
Text Example
White with #7743F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7743F1; }
p { color: rgb(119,67,241); }
H1.HeaderClassName
{
color: #7743F1;
}
.AnyTagClassName
{
color: #7743F1;
}
</style>
background-color css
<style>
a { background-color: #7743F1; }
a { background-color: rgb(119,67,241); }
div.DivClassName
{
background-color: #7743F1;
}
.BgClassName
{
background-color: #7743F1;
}
</style>
border-color css
<style>
span { border-color: #7743F1; }
span { border-color: rgb(119,67,241); }
td.TdClassName
{
border-color: #7743F1;
}
.TagClassName
{
border-color: #7743F1;
}
</style>