Html Css Color HEX #7740DA Blue Violet

📋 copy color: '#7740DA'

red 119 ◦ green 64 ◦ blue 218

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

Shades of Blue Violet #7740DA

Tints of Blue Violet #7740DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 54.36%

R = 29.68%
G = 15.96%
B = 54.36%

CMYK

 C value IS 0.45

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7740DA (or 0x7740DA) is known color: Blue Violet. HEX triplet: 77, 40 and DA. RGB value is (119,64,218). Sum of RGB (Red+Green+Blue) = 119+64+218=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 218 (85.55% from 255 or 54.36% from 401); Max value from RGB is 218 - color contains mainly: blue. Hex color #7740DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7740DA is #88BF25. Grayscale: #616161. Windows color (decimal): -8961830 or 14303351. OLE color: 14303351.

HSL color Cylindrical-coordinate representation of color #7740DA: hue angle of 261.43º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7740DA is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 119 64 218 -
CMYK 0.45 0.71 0 0.15
HSL 261.43º 0.68% 0.55% -
HSV(B) 261.43º 0.71% 0.85% -
XYZ 22.1 12.65 67.61 -
YUV 98 195.72 142.98 -
System Red Green Blue C M Y K H S L
Decimal 119 64 218 0.45 0.71 0 0.15 261.43 0.68 0.55
Hex 77 40 DA 2D 47 0 F 105 44 37
Octal 167 100 332 55 107 0 17 405 104 67
Binary 1110111 1000000 11011010 101101 1000111 0 1111 100000101 1000100 110111

Color Harmonies of #7740DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7740DA

Black with #7740DA

Text Example


Text Example

White with #7740DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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