Html Css Color HEX #7640E5 Blue Violet

📋 copy color: '#7640E5'

red 118 ◦ green 64 ◦ blue 229

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

Shades of Blue Violet #7640E5

Tints of Blue Violet #7640E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 55.72%

R = 28.71%
G = 15.57%
B = 55.72%

CMYK

 C value IS 0.48

 M value IS 0.72

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7640E5 (or 0x7640E5) is known color: Blue Violet. HEX triplet: 76, 40 and E5. RGB value is (118,64,229). Sum of RGB (Red+Green+Blue) = 118+64+229=411 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.71% from 411); Green value is 64 (25.39% from 255 or 15.57% from 411); Blue value is 229 (89.84% from 255 or 55.72% from 411); Max value from RGB is 229 - color contains mainly: blue. Hex color #7640E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7640E5 is #89BF1A. Grayscale: #626262. Windows color (decimal): -9027355 or 15024246. OLE color: 15024246.

HSL color Cylindrical-coordinate representation of color #7640E5: hue angle of 259.64º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7640E5 is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 118 64 229 -
CMYK 0.48 0.72 0 0.10
HSL 259.64º 0.76% 0.57% -
HSV(B) 259.64º 0.72% 0.9% -
XYZ 23.45 13.18 75.44 -
YUV 98.96 201.39 141.58 -
System Red Green Blue C M Y K H S L
Decimal 118 64 229 0.48 0.72 0 0.10 259.64 0.76 0.57
Hex 76 40 E5 30 48 0 A 104 4C 39
Octal 166 100 345 60 110 0 12 404 114 71
Binary 1110110 1000000 11100101 110000 1001000 0 1010 100000100 1001100 111001

Color Harmonies of #7640E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7640E5

Black with #7640E5

Text Example


Text Example

White with #7640E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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