Html Css Color HEX #7640DA Blue Violet

📋 copy color: '#7640DA'

red 118 ◦ green 64 ◦ blue 218

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

Shades of Blue Violet #7640DA

Tints of Blue Violet #7640DA

RGB

 RED value IS 118 (46.48% from 255) = 29.5%

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

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

R = 29.5%
G = 16%
B = 54.5%

CMYK

 C value IS 0.46

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7640DA (or 0x7640DA) is known color: Blue Violet. HEX triplet: 76, 40 and DA. RGB value is (118,64,218). Sum of RGB (Red+Green+Blue) = 118+64+218=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 64 (25.39% from 255 or 16% from 400); Blue value is 218 (85.55% from 255 or 54.5% from 400); Max value from RGB is 218 - color contains mainly: blue. Hex color #7640DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7640DA is #89BF25. Grayscale: #616161. Windows color (decimal): -9027366 or 14303350. OLE color: 14303350.

HSL color Cylindrical-coordinate representation of color #7640DA: hue angle of 261.04º 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 #7640DA is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 64 218 -
CMYK 0.46 0.71 0 0.15
HSL 261.04º 0.68% 0.55% -
HSV(B) 261.04º 0.71% 0.85% -
XYZ 21.96 12.58 67.6 -
YUV 97.7 195.89 142.48 -
System Red Green Blue C M Y K H S L
Decimal 118 64 218 0.46 0.71 0 0.15 261.04 0.68 0.55
Hex 76 40 DA 2E 47 0 F 105 44 37
Octal 166 100 332 56 107 0 17 405 104 67
Binary 1110110 1000000 11011010 101110 1000111 0 1111 100000101 1000100 110111

Color Harmonies of #7640DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7640DA

Black with #7640DA

Text Example


Text Example

White with #7640DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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