#731EAC

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

Shades of Purple Heart #731EAC

Tints of Purple Heart #731EAC

Color information

#731EAC (or 0x731EAC) is unknown color: approx Purple Heart. HEX triplet: 73, 1E and AC. RGB value is (115,30,172). Sum of RGB (Red+Green+Blue) = 115+30+172=317 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.28% from 317); Green value is 30 (12.11% from 255 or 9.46% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #731EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731EAC is #8CE153. Grayscale: #474747. Windows color (decimal): -9232724 or 11279987. OLE color: 11279987.

HSL color Cylindrical-coordinate representation of color #731EAC: hue angle of 275.92º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #731EAC is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11530172-
CMYK0.330.8300.33
HSL275.92º70.3%39.61%-
HSV(B)275.92º82.56%67.45%-
XYZ14.987.5539.7-
YUV71.6184.66158.95-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.28%
GREEN value IS 30 (12.11% from 255) = 9.46%
BLUE value IS 172 (67.58% from 255) = 54.26%
R=36.28%
G=9.46%
B=54.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal115301720.330.8300.33275.9270.339.61
Hex731EAC21530211144628
Octal163362544112304142410650
Binary11100111111010101100100001101001101000011000101001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731EAC; }

 p { color: rgb(115,30,172); }

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

<style>
 a { background-color: #731EAC; }

 a { background-color: rgb(115,30,172); }

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

<style>
 span { border-color: #731EAC; }

 span { border-color: rgb(115,30,172); }

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