Html Css Color HEX #7640BF Purple Heart

📋 copy color: '#7640BF'

red 118 ◦ green 64 ◦ blue 191

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

Shades of Purple Heart #7640BF

Tints of Purple Heart #7640BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.21%

R = 31.64%
G = 17.16%
B = 51.21%

CMYK

 C value IS 0.38

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7640BF (or 0x7640BF) is known color: Purple Heart. HEX triplet: 76, 40 and BF. RGB value is (118,64,191). Sum of RGB (Red+Green+Blue) = 118+64+191=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 191 (75% from 255 or 51.21% from 373); Max value from RGB is 191 - color contains mainly: blue. Hex color #7640BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7640BF is #89BF40. Grayscale: #5E5E5E. Windows color (decimal): -9027393 or 12533878. OLE color: 12533878.

HSL color Cylindrical-coordinate representation of color #7640BF: hue angle of 265.51º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7640BF is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 64 191 -
CMYK 0.38 0.66 0 0.25
HSL 265.51º 0.5% 0.5% -
HSV(B) 265.51º 0.66% 0.75% -
XYZ 18.71 11.28 50.48 -
YUV 94.62 182.39 144.67 -
System Red Green Blue C M Y K H S L
Decimal 118 64 191 0.38 0.66 0 0.25 265.51 0.5 0.5
Hex 76 40 BF 26 42 0 19 10A 32 32
Octal 166 100 277 46 102 0 31 412 62 62
Binary 1110110 1000000 10111111 100110 1000010 0 11001 100001010 110010 110010

Color Harmonies of #7640BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7640BF

Black with #7640BF

Text Example


Text Example

White with #7640BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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