#7740BE

Color #7740BE Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #7740BE

Tints of Purple Heart #7740BE

Color information

#7740BE (or 0x7740BE) is unknown color: approx Purple Heart. HEX triplet: 77, 40 and BE. RGB value is (119,64,190). Sum of RGB (Red+Green+Blue) = 119+64+190=373 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.90% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #7740BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7740BE is #88BF41. Grayscale: #5E5E5E. Windows color (decimal): -8961858 or 12468343. OLE color: 12468343.

HSL color Cylindrical-coordinate representation of color #7740BE: hue angle of 266.19º 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 #7740BE is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11964190-
CMYK0.370.6600.25
HSL266.19º49.61%49.8%-
HSV(B)266.19º66.32%74.51%-
XYZ18.7411.3149.91-
YUV94.81181.72145.25-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.90%
GREEN value IS 64 (25.39% from 255) = 17.16%
BLUE value IS 190 (74.61% from 255) = 50.94%
R=31.90%
G=17.16%
B=50.94%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal119641900.370.6600.25266.1949.6149.8
Hex7740BE254201910a3232
Octal167100276451020314126262
Binary11101111000000101111101001011000010011001100001010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7740BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7740BE; }

 p { color: rgb(119,64,190); }

 H1.HeaderClassName
 {
   color: #7740BE;
 }
 .AnyTagClassName
 {
   color: #7740BE;
 }
</style>
background-color css

<style>
 a { background-color: #7740BE; }

 a { background-color: rgb(119,64,190); }

 div.DivClassName
 {
   background-color: #7740BE;
 }
 .BgClassName
 {
   background-color: #7740BE;
 }
</style>
border-color css

<style>
 span { border-color: #7740BE; }

 span { border-color: rgb(119,64,190); }

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