#7929B7

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

Shades of Purple Heart #7929B7

Tints of Purple Heart #7929B7

Color information

#7929B7 (or 0x7929B7) is unknown color: approx Purple Heart. HEX triplet: 79, 29 and B7. RGB value is (121,41,183). Sum of RGB (Red+Green+Blue) = 121+41+183=345 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.07% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 183 (71.88% from 255 or 53.04% from 345); Max value from RGB is 183 - color contains mainly: blue. Hex color #7929B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7929B7 is #86D648. Grayscale: #505050. Windows color (decimal): -8836681 or 12003705. OLE color: 12003705.

HSL color Cylindrical-coordinate representation of color #7929B7: hue angle of 273.8º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7929B7 is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB12141183-
CMYK0.340.7800.28
HSL273.8º63.39%43.92%-
HSV(B)273.8º77.6%71.76%-
XYZ17.239.0745.64-
YUV81.11185.5156.45-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.07%
GREEN value IS 41 (16.41% from 255) = 11.88%
BLUE value IS 183 (71.88% from 255) = 53.04%
R=35.07%
G=11.88%
B=53.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal121411830.340.7800.28273.863.3943.92
Hex7929B7224E01C1123f2c
Octal17151267421160344227754
Binary1111001101001101101111000101001110011100100010010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7929B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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