#7E1EB9

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

Shades of Purple Heart #7E1EB9

Tints of Purple Heart #7E1EB9

Color information

#7E1EB9 (or 0x7E1EB9) is unknown color: approx Purple Heart. HEX triplet: 7E, 1E and B9. RGB value is (126,30,185). Sum of RGB (Red+Green+Blue) = 126+30+185=341 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.95% from 341); Green value is 30 (12.11% from 255 or 8.80% from 341); Blue value is 185 (72.66% from 255 or 54.25% from 341); Max value from RGB is 185 - color contains mainly: blue. Hex color #7E1EB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E1EB9 is #81E146. Grayscale: #4B4B4B. Windows color (decimal): -8511815 or 12131966. OLE color: 12131966.

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

Color convert

RGB12630185-
CMYK0.320.8400.27
HSL277.16º72.09%42.16%-
HSV(B)277.16º83.78%72.55%-
XYZ17.838.8746.67-
YUV76.37189.3163.4-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.95%
GREEN value IS 30 (12.11% from 255) = 8.80%
BLUE value IS 185 (72.66% from 255) = 54.25%
R=36.95%
G=8.80%
B=54.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal126301850.320.8400.27277.1672.0942.16
Hex7E1EB9205401B115482a
Octal176362714012403342511052
Binary1111110111101011100110000010101000110111000101011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,30,185); }

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

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

 a { background-color: rgb(126,30,185); }

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

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

 span { border-color: rgb(126,30,185); }

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