Html Css Color HEX #7640DC Blue Violet

📋 copy color: '#7640DC'

red 118 ◦ green 64 ◦ blue 220

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

Shades of Blue Violet #7640DC

Tints of Blue Violet #7640DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 54.73%

R = 29.35%
G = 15.92%
B = 54.73%

CMYK

 C value IS 0.46

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7640DC (or 0x7640DC) is known color: Blue Violet. HEX triplet: 76, 40 and DC. RGB value is (118,64,220). Sum of RGB (Red+Green+Blue) = 118+64+220=402 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.35% from 402); Green value is 64 (25.39% from 255 or 15.92% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #7640DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7640DC is #89BF23. Grayscale: #616161. Windows color (decimal): -9027364 or 14434422. OLE color: 14434422.

HSL color Cylindrical-coordinate representation of color #7640DC: hue angle of 260.77º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7640DC is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 64 220 -
CMYK 0.46 0.71 0 0.14
HSL 260.77º 0.69% 0.56% -
HSV(B) 260.77º 0.71% 0.86% -
XYZ 22.22 12.69 68.99 -
YUV 97.93 196.89 142.32 -
System Red Green Blue C M Y K H S L
Decimal 118 64 220 0.46 0.71 0 0.14 260.77 0.69 0.56
Hex 76 40 DC 2E 47 0 E 105 45 38
Octal 166 100 334 56 107 0 16 405 105 70
Binary 1110110 1000000 11011100 101110 1000111 0 1110 100000101 1000101 111000

Color Harmonies of #7640DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7640DC

Black with #7640DC

Text Example


Text Example

White with #7640DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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