#7E2AC3

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

Shades of Purple Heart #7E2AC3

Tints of Purple Heart #7E2AC3

Color information

#7E2AC3 (or 0x7E2AC3) is unknown color: approx Purple Heart. HEX triplet: 7E, 2A and C3. RGB value is (126,42,195). Sum of RGB (Red+Green+Blue) = 126+42+195=363 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.71% from 363); Green value is 42 (16.80% from 255 or 11.57% from 363); Blue value is 195 (76.56% from 255 or 53.72% from 363); Max value from RGB is 195 - color contains mainly: blue. Hex color #7E2AC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E2AC3 is #81D53C. Grayscale: #545454. Windows color (decimal): -8508733 or 12790398. OLE color: 12790398.

HSL color Cylindrical-coordinate representation of color #7E2AC3: hue angle of 272.94º degrees, saturation: 0.65, 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 #7E2AC3 is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12642195-
CMYK0.350.7800.24
HSL272.94º64.56%46.47%-
HSV(B)272.94º78.46%76.47%-
XYZ19.2810.0352.55-
YUV84.56190.33157.56-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.71%
GREEN value IS 42 (16.80% from 255) = 11.57%
BLUE value IS 195 (76.56% from 255) = 53.72%
R=34.71%
G=11.57%
B=53.72%

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
Decimal126421950.350.7800.24272.9464.5646.47
Hex7E2AC3234E018111412e
Octal176523034311603042110156
Binary11111101010101100001110001110011100110001000100011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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