#7326BF

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

Shades of Purple Heart #7326BF

Tints of Purple Heart #7326BF

Color information

#7326BF (or 0x7326BF) is unknown color: approx Purple Heart. HEX triplet: 73, 26 and BF. RGB value is (115,38,191). Sum of RGB (Red+Green+Blue) = 115+38+191=344 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.43% from 344); Green value is 38 (15.23% from 255 or 11.05% from 344); Blue value is 191 (75% from 255 or 55.52% from 344); Max value from RGB is 191 - color contains mainly: blue. Hex color #7326BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7326BF is #8CD940. Grayscale: #4D4D4D. Windows color (decimal): -9230657 or 12527219. OLE color: 12527219.

HSL color Cylindrical-coordinate representation of color #7326BF: hue angle of 270.2º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7326BF is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11538191-
CMYK0.400.8000.25
HSL270.2º66.81%44.9%-
HSV(B)270.2º80.1%74.9%-
XYZ17.178.7950.08-
YUV78.46191.51154.06-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.43%
GREEN value IS 38 (15.23% from 255) = 11.05%
BLUE value IS 191 (75% from 255) = 55.52%
R=33.43%
G=11.05%
B=55.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal115381910.400.8000.25270.266.8144.9
Hex7326BF285001910e432d
Octal163462775012003141610355
Binary11100111001101011111110100010100000110011000011101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7326BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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