Html Css Color HEX #7640BA Purple Heart

📋 copy color: '#7640BA'

red 118 ◦ green 64 ◦ blue 186

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

Shades of Purple Heart #7640BA

Tints of Purple Heart #7640BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.54%

R = 32.07%
G = 17.39%
B = 50.54%

CMYK

 C value IS 0.37

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7640BA (or 0x7640BA) is known color: Purple Heart. HEX triplet: 76, 40 and BA. RGB value is (118,64,186). Sum of RGB (Red+Green+Blue) = 118+64+186=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #7640BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7640BA is #89BF45. Grayscale: #5D5D5D. Windows color (decimal): -9027398 or 12206198. OLE color: 12206198.

HSL color Cylindrical-coordinate representation of color #7640BA: hue angle of 266.56º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7640BA is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 64 186 -
CMYK 0.37 0.66 0 0.27
HSL 266.56º 0.49% 0.49% -
HSV(B) 266.56º 0.66% 0.73% -
XYZ 18.17 11.06 47.63 -
YUV 94.05 179.89 145.08 -
System Red Green Blue C M Y K H S L
Decimal 118 64 186 0.37 0.66 0 0.27 266.56 0.49 0.49
Hex 76 40 BA 25 42 0 1B 10B 31 31
Octal 166 100 272 45 102 0 33 413 61 61
Binary 1110110 1000000 10111010 100101 1000010 0 11011 100001011 110001 110001

Color Harmonies of #7640BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7640BA

Black with #7640BA

Text Example


Text Example

White with #7640BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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