#7441BF

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

Shades of Purple Heart #7441BF

Tints of Purple Heart #7441BF

Color information

#7441BF (or 0x7441BF) is unknown color: approx Purple Heart. HEX triplet: 74, 41 and BF. RGB value is (116,65,191). Sum of RGB (Red+Green+Blue) = 116+65+191=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 191 (75% from 255 or 51.34% from 372); Max value from RGB is 191 - color contains mainly: blue. Hex color #7441BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7441BF is #8BBE40. Grayscale: #5E5E5E. Windows color (decimal): -9158209 or 12534132. OLE color: 12534132.

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

Color convert

RGB11665191-
CMYK0.390.6600.25
HSL264.29º49.61%50.2%-
HSV(B)264.29º65.97%74.9%-
XYZ18.511.2650.49-
YUV94.61182.4143.25-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.18%
GREEN value IS 65 (25.78% from 255) = 17.47%
BLUE value IS 191 (75% from 255) = 51.34%
R=31.18%
G=17.47%
B=51.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal116651910.390.6600.25264.2949.6150.2
Hex7441BF27420191083232
Octal164101277471020314106262
Binary11101001000001101111111001111000010011001100001000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7441BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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