#7129C2

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

Shades of Purple Heart #7129C2

Tints of Purple Heart #7129C2

Color information

#7129C2 (or 0x7129C2) is unknown color: approx Purple Heart. HEX triplet: 71, 29 and C2. RGB value is (113,41,194). Sum of RGB (Red+Green+Blue) = 113+41+194=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 41 (16.41% from 255 or 11.78% from 348); Blue value is 194 (76.17% from 255 or 55.75% from 348); Max value from RGB is 194 - color contains mainly: blue. Hex color #7129C2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7129C2 is #8ED63D. Grayscale: #4F4F4F. Windows color (decimal): -9360958 or 12724593. OLE color: 12724593.

HSL color Cylindrical-coordinate representation of color #7129C2: hue angle of 268.24º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7129C2 is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11341194-
CMYK0.420.7900.24
HSL268.24º65.11%46.08%-
HSV(B)268.24º78.87%76.08%-
XYZ17.348.9951.86-
YUV79.97192.35151.56-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.47%
GREEN value IS 41 (16.41% from 255) = 11.78%
BLUE value IS 194 (76.17% from 255) = 55.75%
R=32.47%
G=11.78%
B=55.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal113411940.420.7900.24268.2465.1146.08
Hex7129C22A4F01810c412e
Octal161513025211703041410156
Binary11100011010011100001010101010011110110001000011001000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7129C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7129C2; }

 p { color: rgb(113,41,194); }

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

<style>
 a { background-color: #7129C2; }

 a { background-color: rgb(113,41,194); }

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

<style>
 span { border-color: #7129C2; }

 span { border-color: rgb(113,41,194); }

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