#7329BE

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

Shades of Purple Heart #7329BE

Tints of Purple Heart #7329BE

Color information

#7329BE (or 0x7329BE) is unknown color: approx Purple Heart. HEX triplet: 73, 29 and BE. RGB value is (115,41,190). Sum of RGB (Red+Green+Blue) = 115+41+190=346 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.24% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 190 (74.61% from 255 or 54.91% from 346); Max value from RGB is 190 - color contains mainly: blue. Hex color #7329BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7329BE is #8CD641. Grayscale: #4F4F4F. Windows color (decimal): -9229890 or 12462451. OLE color: 12462451.

HSL color Cylindrical-coordinate representation of color #7329BE: hue angle of 269.8º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7329BE is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11541190-
CMYK0.390.7800.25
HSL269.8º64.5%45.29%-
HSV(B)269.8º78.42%74.51%-
XYZ17.168.9549.54-
YUV80.11190.02152.88-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.24%
GREEN value IS 41 (16.41% from 255) = 11.85%
BLUE value IS 190 (74.61% from 255) = 54.91%
R=33.24%
G=11.85%
B=54.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal115411900.390.7800.25269.864.545.29
Hex7329BE274E01910e412d
Octal163512764711603141610155
Binary11100111010011011111010011110011100110011000011101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7329BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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