#7E2AC1

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

Shades of Purple Heart #7E2AC1

Tints of Purple Heart #7E2AC1

Color information

#7E2AC1 (or 0x7E2AC1) is unknown color: approx Purple Heart. HEX triplet: 7E, 2A and C1. RGB value is (126,42,193). Sum of RGB (Red+Green+Blue) = 126+42+193=361 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.90% from 361); Green value is 42 (16.80% from 255 or 11.63% from 361); Blue value is 193 (75.78% from 255 or 53.46% from 361); Max value from RGB is 193 - color contains mainly: blue. Hex color #7E2AC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E2AC1 is #81D53E. Grayscale: #535353. Windows color (decimal): -8508735 or 12659326. OLE color: 12659326.

HSL color Cylindrical-coordinate representation of color #7E2AC1: hue angle of 273.38º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7E2AC1 is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12642193-
CMYK0.350.7800.24
HSL273.38º64.26%46.08%-
HSV(B)273.38º78.24%75.69%-
XYZ19.069.9451.37-
YUV84.33189.33157.72-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.90%
GREEN value IS 42 (16.80% from 255) = 11.63%
BLUE value IS 193 (75.78% from 255) = 53.46%
R=34.90%
G=11.63%
B=53.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal126421930.350.7800.24273.3864.2646.08
Hex7E2AC1234E018111402e
Octal176523014311603042110056
Binary11111101010101100000110001110011100110001000100011000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,42,193); }

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

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

 a { background-color: rgb(126,42,193); }

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

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

 span { border-color: rgb(126,42,193); }

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