#7229C4

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

Shades of Purple Heart #7229C4

Tints of Purple Heart #7229C4

Color information

#7229C4 (or 0x7229C4) is unknown color: approx Purple Heart. HEX triplet: 72, 29 and C4. RGB value is (114,41,196). Sum of RGB (Red+Green+Blue) = 114+41+196=351 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.48% from 351); Green value is 41 (16.41% from 255 or 11.68% from 351); Blue value is 196 (76.95% from 255 or 55.84% from 351); Max value from RGB is 196 - color contains mainly: blue. Hex color #7229C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7229C4 is #8DD63B. Grayscale: #4F4F4F. Windows color (decimal): -9295420 or 12855666. OLE color: 12855666.

HSL color Cylindrical-coordinate representation of color #7229C4: hue angle of 268.26º 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 #7229C4 is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB11441196-
CMYK0.420.7900.23
HSL268.26º65.4%46.47%-
HSV(B)268.26º79.08%76.86%-
XYZ17.79.1553.06-
YUV80.5193.18151.9-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.48%
GREEN value IS 41 (16.41% from 255) = 11.68%
BLUE value IS 196 (76.95% from 255) = 55.84%
R=32.48%
G=11.68%
B=55.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal114411960.420.7900.23268.2665.446.47
Hex7229C42A4F01710c412e
Octal162513045211702741410156
Binary11100101010011100010010101010011110101111000011001000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7229C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7229C4; }

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

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

<style>
 a { background-color: #7229C4; }

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

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

<style>
 span { border-color: #7229C4; }

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

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