Shades of Blue Violet #7742F3
Tints of Blue Violet #7742F3
RGB
CMYK
RGB Variations
Color information
#7742F3 (or 0x7742F3) is known color: Blue Violet. HEX triplet: 77, 42 and F3. RGB value is (119,66,243). Sum of RGB (Red+Green+Blue) = 119+66+243=428 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.80% from 428); Green value is 66 (26.17% from 255 or 15.42% from 428); Blue value is 243 (95.31% from 255 or 56.78% from 428); Max value from RGB is 243 - color contains mainly: blue. Hex color #7742F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7742F3 is #88BD0C. Grayscale: #656565. Windows color (decimal): -8961293 or 15942263. OLE color: 15942263.
HSL color Cylindrical-coordinate representation of color #7742F3: hue angle of 257.97º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7742F3 is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 119 | 66 | 243 | - |
| CMYK | 0.51 | 0.73 | 0 | 0.05 |
| HSL | 257.97º | 0.88% | 0.61% | - |
| HSV(B) | 257.97º | 0.73% | 0.95% | - |
| XYZ | 25.73 | 14.29 | 86.2 | - |
| YUV | 102.03 | 207.56 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 66 | 243 | 0.51 | 0.73 | 0 | 0.05 | 257.97 | 0.88 | 0.61 |
| Hex | 77 | 42 | F3 | 33 | 49 | 0 | 5 | 102 | 58 | 3D |
| Octal | 167 | 102 | 363 | 63 | 111 | 0 | 5 | 402 | 130 | 75 |
| Binary | 1110111 | 1000010 | 11110011 | 110011 | 1001001 | 0 | 101 | 100000010 | 1011000 | 111101 |
Color Harmonies of #7742F3
Complementary color
Monochromatic Colors of #7742F3
Black with #7742F3
Text Example
Text Example
White with #7742F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7742F3; }
p { color: rgb(119,66,243); }
H1.HeaderClassName
{
color: #7742F3;
}
.AnyTagClassName
{
color: #7742F3;
}
</style>
background-color css
<style>
a { background-color: #7742F3; }
a { background-color: rgb(119,66,243); }
div.DivClassName
{
background-color: #7742F3;
}
.BgClassName
{
background-color: #7742F3;
}
</style>
border-color css
<style>
span { border-color: #7742F3; }
span { border-color: rgb(119,66,243); }
td.TdClassName
{
border-color: #7742F3;
}
.TagClassName
{
border-color: #7742F3;
}
</style>