Html Css Color HEX #7740EC Blue Violet

📋 copy color: '#7740EC'

red 119 ◦ green 64 ◦ blue 236

#7740EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #7740EC

Tints of Blue Violet #7740EC

RGB

 RED value IS 119 (46.88% from 255) = 28.4%

 GREEN value IS 64 (25.39% from 255) = 15.27%

 BLUE value IS 236 (92.58% from 255) = 56.32%

R = 28.4%
G = 15.27%
B = 56.32%

CMYK

 C value IS 0.50

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7740EC (or 0x7740EC) is known color: Blue Violet. HEX triplet: 77, 40 and EC. RGB value is (119,64,236). Sum of RGB (Red+Green+Blue) = 119+64+236=419 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.40% from 419); Green value is 64 (25.39% from 255 or 15.27% from 419); Blue value is 236 (92.58% from 255 or 56.32% from 419); Max value from RGB is 236 - color contains mainly: blue. Hex color #7740EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7740EC is #88BF13. Grayscale: #636363. Windows color (decimal): -8961812 or 15482999. OLE color: 15482999.

HSL color Cylindrical-coordinate representation of color #7740EC: hue angle of 259.19º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7740EC is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 119 64 236 -
CMYK 0.50 0.73 0 0.07
HSL 259.19º 0.82% 0.59% -
HSV(B) 259.19º 0.73% 0.93% -
XYZ 24.58 13.64 80.7 -
YUV 100.05 204.72 141.51 -
System Red Green Blue C M Y K H S L
Decimal 119 64 236 0.50 0.73 0 0.07 259.19 0.82 0.59
Hex 77 40 EC 32 49 0 7 103 52 3B
Octal 167 100 354 62 111 0 7 403 122 73
Binary 1110111 1000000 11101100 110010 1001001 0 111 100000011 1010010 111011

Color Harmonies of #7740EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7740EC

Black with #7740EC

Text Example


Text Example

White with #7740EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7740EC; }

 p { color: rgb(119,64,236); }

 H1.HeaderClassName
 {
   color: #7740EC;
 }
 .AnyTagClassName
 {
   color: #7740EC;
 }
</style>

background-color css

<style>
 a { background-color: #7740EC; }

 a { background-color: rgb(119,64,236); }

 div.DivClassName
 {
   background-color: #7740EC;
 }
 .BgClassName
 {
   background-color: #7740EC;
 }
</style>

border-color css

<style>
 span { border-color: #7740EC; }

 span { border-color: rgb(119,64,236); }

 td.TdClassName
 {
   border-color: #7740EC;
 }
 .TagClassName
 {
   border-color: #7740EC;
 }
</style>