Shades of Blue Violet #7742EF
Tints of Blue Violet #7742EF
RGB
CMYK
RGB Variations
Color information
#7742EF (or 0x7742EF) is known color: Blue Violet. HEX triplet: 77, 42 and EF. RGB value is (119,66,239). Sum of RGB (Red+Green+Blue) = 119+66+239=424 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.07% from 424); Green value is 66 (26.17% from 255 or 15.57% from 424); Blue value is 239 (93.75% from 255 or 56.37% from 424); Max value from RGB is 239 - color contains mainly: blue. Hex color #7742EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7742EF is #88BD10. Grayscale: #646464. Windows color (decimal): -8961297 or 15680119. OLE color: 15680119.
HSL color Cylindrical-coordinate representation of color #7742EF: hue angle of 258.38º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7742EF is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 119 | 66 | 239 | - |
| CMYK | 0.50 | 0.72 | 0 | 0.06 |
| HSL | 258.38º | 0.84% | 0.6% | - |
| HSV(B) | 258.38º | 0.72% | 0.94% | - |
| XYZ | 25.14 | 14.05 | 83.05 | - |
| YUV | 101.57 | 205.56 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 66 | 239 | 0.50 | 0.72 | 0 | 0.06 | 258.38 | 0.84 | 0.6 |
| Hex | 77 | 42 | EF | 32 | 48 | 0 | 6 | 102 | 54 | 3C |
| Octal | 167 | 102 | 357 | 62 | 110 | 0 | 6 | 402 | 124 | 74 |
| Binary | 1110111 | 1000010 | 11101111 | 110010 | 1001000 | 0 | 110 | 100000010 | 1010100 | 111100 |
Color Harmonies of #7742EF
Complementary color
Monochromatic Colors of #7742EF
Black with #7742EF
Text Example
Text Example
White with #7742EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7742EF; }
p { color: rgb(119,66,239); }
H1.HeaderClassName
{
color: #7742EF;
}
.AnyTagClassName
{
color: #7742EF;
}
</style>
background-color css
<style>
a { background-color: #7742EF; }
a { background-color: rgb(119,66,239); }
div.DivClassName
{
background-color: #7742EF;
}
.BgClassName
{
background-color: #7742EF;
}
</style>
border-color css
<style>
span { border-color: #7742EF; }
span { border-color: rgb(119,66,239); }
td.TdClassName
{
border-color: #7742EF;
}
.TagClassName
{
border-color: #7742EF;
}
</style>