#7326D5

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

Shades of Purple Heart #7326D5

Tints of Purple Heart #7326D5

Color information

#7326D5 (or 0x7326D5) is unknown color: approx Purple Heart. HEX triplet: 73, 26 and D5. RGB value is (115,38,213). Sum of RGB (Red+Green+Blue) = 115+38+213=366 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.42% from 366); Green value is 38 (15.23% from 255 or 10.38% from 366); Blue value is 213 (83.59% from 255 or 58.20% from 366); Max value from RGB is 213 - color contains mainly: blue. Hex color #7326D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7326D5 is #8CD92A. Grayscale: #505050. Windows color (decimal): -9230635 or 13969011. OLE color: 13969011.

HSL color Cylindrical-coordinate representation of color #7326D5: hue angle of 266.4º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7326D5 is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB11538213-
CMYK0.460.8200.16
HSL266.4º69.72%49.22%-
HSV(B)266.4º82.16%83.53%-
XYZ19.779.8463.81-
YUV80.97202.51152.27-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.42%
GREEN value IS 38 (15.23% from 255) = 10.38%
BLUE value IS 213 (83.59% from 255) = 58.20%
R=31.42%
G=10.38%
B=58.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal115382130.460.8200.16266.469.7249.22
Hex7326D52E5201010a4631
Octal163463255612202041210661
Binary11100111001101101010110111010100100100001000010101000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7326D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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