#7341BE

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

Shades of Purple Heart #7341BE

Tints of Purple Heart #7341BE

Color information

#7341BE (or 0x7341BE) is unknown color: approx Purple Heart. HEX triplet: 73, 41 and BE. RGB value is (115,65,190). Sum of RGB (Red+Green+Blue) = 115+65+190=370 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.08% from 370); Green value is 65 (25.78% from 255 or 17.57% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #7341BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7341BE is #8CBE41. Grayscale: #5D5D5D. Windows color (decimal): -9223746 or 12468595. OLE color: 12468595.

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

Color convert

RGB11565190-
CMYK0.390.6600.25
HSL264º49.02%50%-
HSV(B)264º65.79%74.51%-
XYZ18.2511.1449.9-
YUV94.2182.06142.84-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.08%
GREEN value IS 65 (25.78% from 255) = 17.57%
BLUE value IS 190 (74.61% from 255) = 51.35%
R=31.08%
G=17.57%
B=51.35%

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
Decimal115651900.390.6600.2526449.0250
Hex7341BE27420191083132
Octal163101276471020314106162
Binary11100111000001101111101001111000010011001100001000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7341BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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