#7E31BA

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

Shades of Purple Heart #7E31BA

Tints of Purple Heart #7E31BA

Color information

#7E31BA (or 0x7E31BA) is unknown color: approx Purple Heart. HEX triplet: 7E, 31 and BA. RGB value is (126,49,186). Sum of RGB (Red+Green+Blue) = 126+49+186=361 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.90% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #7E31BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E31BA is #81CE45. Grayscale: #575757. Windows color (decimal): -8506950 or 12202366. OLE color: 12202366.

HSL color Cylindrical-coordinate representation of color #7E31BA: hue angle of 273.72º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7E31BA is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12649186-
CMYK0.320.7400.27
HSL273.72º58.3%46.08%-
HSV(B)273.72º73.66%72.94%-
XYZ18.5710.1847.44-
YUV87.64183.51155.36-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.90%
GREEN value IS 49 (19.53% from 255) = 13.57%
BLUE value IS 186 (73.05% from 255) = 51.52%
R=34.90%
G=13.57%
B=51.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal126491860.320.7400.27273.7258.346.08
Hex7E31BA204A01B1123a2e
Octal17661272401120334227256
Binary1111110110001101110101000001001010011011100010010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E31BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E31BA; }

 p { color: rgb(126,49,186); }

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

<style>
 a { background-color: #7E31BA; }

 a { background-color: rgb(126,49,186); }

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

<style>
 span { border-color: #7E31BA; }

 span { border-color: rgb(126,49,186); }

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