#7E29B4

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

Shades of Purple Heart #7E29B4

Tints of Purple Heart #7E29B4

Color information

#7E29B4 (or 0x7E29B4) is unknown color: approx Purple Heart. HEX triplet: 7E, 29 and B4. RGB value is (126,41,180). Sum of RGB (Red+Green+Blue) = 126+41+180=347 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.31% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 180 (70.70% from 255 or 51.87% from 347); Max value from RGB is 180 - color contains mainly: blue. Hex color #7E29B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E29B4 is #81D64B. Grayscale: #515151. Windows color (decimal): -8509004 or 11807102. OLE color: 11807102.

HSL color Cylindrical-coordinate representation of color #7E29B4: hue angle of 276.69º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7E29B4 is Cyan = 0.3, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12641180-
CMYK0.30.7700.29
HSL276.69º62.9%43.33%-
HSV(B)276.69º77.22%70.59%-
XYZ17.649.3244.05-
YUV82.26183.16159.2-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.31%
GREEN value IS 41 (16.41% from 255) = 11.82%
BLUE value IS 180 (70.70% from 255) = 51.87%
R=36.31%
G=11.82%
B=51.87%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal126411800.30.7700.29276.6962.943.33
Hex7E29B41E4D01D1153f2b
Octal17651264361150354257753
Binary111111010100110110100111101001101011101100010101111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E29B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,41,180); }

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

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

 a { background-color: rgb(126,41,180); }

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

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

 span { border-color: rgb(126,41,180); }

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