#7341BA

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

Shades of Purple Heart #7341BA

Tints of Purple Heart #7341BA

Color information

#7341BA (or 0x7341BA) is unknown color: approx Purple Heart. HEX triplet: 73, 41 and BA. RGB value is (115,65,186). Sum of RGB (Red+Green+Blue) = 115+65+186=366 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.42% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #7341BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7341BA is #8CBE45. Grayscale: #5D5D5D. Windows color (decimal): -9223750 or 12206451. OLE color: 12206451.

HSL color Cylindrical-coordinate representation of color #7341BA: hue angle of 264.79º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7341BA is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11565186-
CMYK0.380.6500.27
HSL264.79º48.21%49.22%-
HSV(B)264.79º65.05%72.94%-
XYZ17.8210.9747.63-
YUV93.74180.06143.16-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.42%
GREEN value IS 65 (25.78% from 255) = 17.76%
BLUE value IS 186 (73.05% from 255) = 50.82%
R=31.42%
G=17.76%
B=50.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal115651860.380.6500.27264.7948.2149.22
Hex7341BA264101B1093031
Octal163101272461010334116061
Binary11100111000001101110101001101000001011011100001001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7341BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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