#7341BF

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

Shades of Purple Heart #7341BF

Tints of Purple Heart #7341BF

Color information

#7341BF (or 0x7341BF) is unknown color: approx Purple Heart. HEX triplet: 73, 41 and BF. RGB value is (115,65,191). Sum of RGB (Red+Green+Blue) = 115+65+191=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 191 (75% from 255 or 51.48% from 371); Max value from RGB is 191 - color contains mainly: blue. Hex color #7341BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7341BF is #8CBE40. Grayscale: #5D5D5D. Windows color (decimal): -9223745 or 12534131. OLE color: 12534131.

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

Color convert

RGB11565191-
CMYK0.400.6600.25
HSL263.81º49.61%50.2%-
HSV(B)263.81º65.97%74.9%-
XYZ18.3611.1950.48-
YUV94.31182.56142.75-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.00%
GREEN value IS 65 (25.78% from 255) = 17.52%
BLUE value IS 191 (75% from 255) = 51.48%
R=31.00%
G=17.52%
B=51.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal115651910.400.6600.25263.8149.6150.2
Hex7341BF28420191083232
Octal163101277501020314106262
Binary11100111000001101111111010001000010011001100001000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7341BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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