#7640BC

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

Shades of Purple Heart #7640BC

Tints of Purple Heart #7640BC

Color information

#7640BC (or 0x7640BC) is unknown color: approx Purple Heart. HEX triplet: 76, 40 and BC. RGB value is (118,64,188). Sum of RGB (Red+Green+Blue) = 118+64+188=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #7640BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7640BC is #89BF43. Grayscale: #5D5D5D. Windows color (decimal): -9027396 or 12337270. OLE color: 12337270.

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

Color convert

RGB11864188-
CMYK0.370.6600.26
HSL266.13º49.21%49.41%-
HSV(B)266.13º65.96%73.73%-
XYZ18.3811.1548.76-
YUV94.28180.89144.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.89%
GREEN value IS 64 (25.39% from 255) = 17.30%
BLUE value IS 188 (73.83% from 255) = 50.81%
R=31.89%
G=17.30%
B=50.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal118641880.370.6600.26266.1349.2149.41
Hex7640BC254201A10a3131
Octal166100274451020324126161
Binary11101101000000101111001001011000010011010100001010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7640BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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