#7A29C4

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

Shades of Purple Heart #7A29C4

Tints of Purple Heart #7A29C4

Color information

#7A29C4 (or 0x7A29C4) is unknown color: approx Purple Heart. HEX triplet: 7A, 29 and C4. RGB value is (122,41,196). Sum of RGB (Red+Green+Blue) = 122+41+196=359 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.98% from 359); Green value is 41 (16.41% from 255 or 11.42% from 359); Blue value is 196 (76.95% from 255 or 54.60% from 359); Max value from RGB is 196 - color contains mainly: blue. Hex color #7A29C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A29C4 is #85D63B. Grayscale: #525252. Windows color (decimal): -8771132 or 12855674. OLE color: 12855674.

HSL color Cylindrical-coordinate representation of color #7A29C4: hue angle of 271.35º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7A29C4 is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB12241196-
CMYK0.380.7900.23
HSL271.35º65.4%46.47%-
HSV(B)271.35º79.08%76.86%-
XYZ18.789.7153.11-
YUV82.89191.84155.9-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.98%
GREEN value IS 41 (16.41% from 255) = 11.42%
BLUE value IS 196 (76.95% from 255) = 54.60%
R=33.98%
G=11.42%
B=54.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal122411960.380.7900.23271.3565.446.47
Hex7A29C4264F01710f412e
Octal172513044611702741710156
Binary11110101010011100010010011010011110101111000011111000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A29C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,41,196); }

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

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

 a { background-color: rgb(122,41,196); }

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

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

 span { border-color: rgb(122,41,196); }

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