#7E39BA

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

Shades of Purple Heart #7E39BA

Tints of Purple Heart #7E39BA

Color information

#7E39BA (or 0x7E39BA) is unknown color: approx Purple Heart. HEX triplet: 7E, 39 and BA. RGB value is (126,57,186). Sum of RGB (Red+Green+Blue) = 126+57+186=369 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.15% from 369); Green value is 57 (22.66% from 255 or 15.45% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #7E39BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E39BA is #81C645. Grayscale: #5B5B5B. Windows color (decimal): -8504902 or 12204414. OLE color: 12204414.

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

Color convert

RGB12657186-
CMYK0.320.6900.27
HSL272.09º53.09%47.65%-
HSV(B)272.09º69.35%72.94%-
XYZ18.9310.9147.56-
YUV92.34180.86152.01-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.15%
GREEN value IS 57 (22.66% from 255) = 15.45%
BLUE value IS 186 (73.05% from 255) = 50.41%
R=34.15%
G=15.45%
B=50.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal126571860.320.6900.27272.0953.0947.65
Hex7E39BA204501B1103530
Octal17671272401050334206560
Binary1111110111001101110101000001000101011011100010000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E39BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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