Html Css Color HEX #7640EE Blue Violet

📋 copy color: '#7640EE'

red 118 ◦ green 64 ◦ blue 238

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

Shades of Blue Violet #7640EE

Tints of Blue Violet #7640EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 56.67%

R = 28.1%
G = 15.24%
B = 56.67%

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

#7640EE (or 0x7640EE) is known color: Blue Violet. HEX triplet: 76, 40 and EE. RGB value is (118,64,238). Sum of RGB (Red+Green+Blue) = 118+64+238=420 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.10% from 420); Green value is 64 (25.39% from 255 or 15.24% from 420); Blue value is 238 (93.36% from 255 or 56.67% from 420); Max value from RGB is 238 - color contains mainly: blue. Hex color #7640EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7640EE is #89BF11. Grayscale: #636363. Windows color (decimal): -9027346 or 15614070. OLE color: 15614070.

HSL color Cylindrical-coordinate representation of color #7640EE: hue angle of 258.62º degrees, saturation: 0.84, 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 #7640EE is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 64 238 -
CMYK 0.50 0.73 0 0.07
HSL 258.62º 0.84% 0.59% -
HSV(B) 258.62º 0.73% 0.93% -
XYZ 24.74 13.69 82.23 -
YUV 99.98 205.89 140.85 -
System Red Green Blue C M Y K H S L
Decimal 118 64 238 0.50 0.73 0 0.07 258.62 0.84 0.59
Hex 76 40 EE 32 49 0 7 103 54 3B
Octal 166 100 356 62 111 0 7 403 124 73
Binary 1110110 1000000 11101110 110010 1001001 0 111 100000011 1010100 111011

Color Harmonies of #7640EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7640EE

Black with #7640EE

Text Example


Text Example

White with #7640EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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