#7316C5

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

Shades of Purple Heart #7316C5

Tints of Purple Heart #7316C5

Color information

#7316C5 (or 0x7316C5) is unknown color: approx Purple Heart. HEX triplet: 73, 16 and C5. RGB value is (115,22,197). Sum of RGB (Red+Green+Blue) = 115+22+197=334 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.43% from 334); Green value is 22 (8.98% from 255 or 6.59% from 334); Blue value is 197 (77.34% from 255 or 58.98% from 334); Max value from RGB is 197 - color contains mainly: blue. Hex color #7316C5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7316C5 is #8CE93A. Grayscale: #454545. Windows color (decimal): -9234747 or 12916339. OLE color: 12916339.

HSL color Cylindrical-coordinate representation of color #7316C5: hue angle of 271.89º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7316C5 is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB11522197-
CMYK0.420.8900.23
HSL271.89º79.91%42.94%-
HSV(B)271.89º88.83%77.25%-
XYZ17.448.2553.5-
YUV69.76199.81160.27-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.43%
GREEN value IS 22 (8.98% from 255) = 6.59%
BLUE value IS 197 (77.34% from 255) = 58.98%
R=34.43%
G=6.59%
B=58.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal115221970.420.8900.23271.8979.9142.94
Hex7316C52A59017110502b
Octal163263055213102742012053
Binary1110011101101100010110101010110010101111000100001010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7316C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7316C5; }

 p { color: rgb(115,22,197); }

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

<style>
 a { background-color: #7316C5; }

 a { background-color: rgb(115,22,197); }

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

<style>
 span { border-color: #7316C5; }

 span { border-color: rgb(115,22,197); }

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