#7641BF

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

Shades of Purple Heart #7641BF

Tints of Purple Heart #7641BF

Color information

#7641BF (or 0x7641BF) is unknown color: approx Purple Heart. HEX triplet: 76, 41 and BF. RGB value is (118,65,191). Sum of RGB (Red+Green+Blue) = 118+65+191=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 191 (75% from 255 or 51.07% from 374); Max value from RGB is 191 - color contains mainly: blue. Hex color #7641BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7641BF is #89BE40. Grayscale: #5E5E5E. Windows color (decimal): -9027137 or 12534134. OLE color: 12534134.

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

Color convert

RGB11865191-
CMYK0.380.6600.25
HSL265.24º49.61%50.2%-
HSV(B)265.24º65.97%74.9%-
XYZ18.7711.3950.5-
YUV95.21182.06144.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.55%
GREEN value IS 65 (25.78% from 255) = 17.38%
BLUE value IS 191 (75% from 255) = 51.07%
R=31.55%
G=17.38%
B=51.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal118651910.380.6600.25265.2449.6150.2
Hex7641BF26420191093232
Octal166101277461020314116262
Binary11101101000001101111111001101000010011001100001001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7641BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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