#7929C2

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

Shades of Purple Heart #7929C2

Tints of Purple Heart #7929C2

Color information

#7929C2 (or 0x7929C2) is unknown color: approx Purple Heart. HEX triplet: 79, 29 and C2. RGB value is (121,41,194). Sum of RGB (Red+Green+Blue) = 121+41+194=356 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.99% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 194 (76.17% from 255 or 54.49% from 356); Max value from RGB is 194 - color contains mainly: blue. Hex color #7929C2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7929C2 is #86D63D. Grayscale: #515151. Windows color (decimal): -8836670 or 12724601. OLE color: 12724601.

HSL color Cylindrical-coordinate representation of color #7929C2: hue angle of 271.37º 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 #7929C2 is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12141194-
CMYK0.380.7900.24
HSL271.37º65.11%46.08%-
HSV(B)271.37º78.87%76.08%-
XYZ18.429.5551.91-
YUV82.36191155.56-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.99%
GREEN value IS 41 (16.41% from 255) = 11.52%
BLUE value IS 194 (76.17% from 255) = 54.49%
R=33.99%
G=11.52%
B=54.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal121411940.380.7900.24271.3765.1146.08
Hex7929C2264F01810f412e
Octal171513024611703041710156
Binary11110011010011100001010011010011110110001000011111000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7929C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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