#7326BD

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

Shades of Purple Heart #7326BD

Tints of Purple Heart #7326BD

Color information

#7326BD (or 0x7326BD) is unknown color: approx Purple Heart. HEX triplet: 73, 26 and BD. RGB value is (115,38,189). Sum of RGB (Red+Green+Blue) = 115+38+189=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 38 (15.23% from 255 or 11.11% from 342); Blue value is 189 (74.22% from 255 or 55.26% from 342); Max value from RGB is 189 - color contains mainly: blue. Hex color #7326BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7326BD is #8CD942. Grayscale: #4D4D4D. Windows color (decimal): -9230659 or 12396147. OLE color: 12396147.

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

Color convert

RGB11538189-
CMYK0.390.8000.26
HSL270.6º66.52%44.51%-
HSV(B)270.6º79.89%74.12%-
XYZ16.958.7148.93-
YUV78.24190.51154.22-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.63%
GREEN value IS 38 (15.23% from 255) = 11.11%
BLUE value IS 189 (74.22% from 255) = 55.26%
R=33.63%
G=11.11%
B=55.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal115381890.390.8000.26270.666.5244.51
Hex7326BD275001A10f432d
Octal163462754712003241710355
Binary11100111001101011110110011110100000110101000011111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7326BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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