#7922b3

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

Shades of Purple Heart #7922B3

Tints of Purple Heart #7922B3

Color information

#7922B3 (or 0x7922B3) is unknown color: approx Purple Heart. HEX triplet: 79, 22 and B3. RGB value is (121,34,179). Sum of RGB (Red+Green+Blue) = 121+34+179=334 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.23% from 334); Green value is 34 (13.67% from 255 or 10.18% from 334); Blue value is 179 (70.31% from 255 or 53.59% from 334); Max value from RGB is 179 - color contains mainly: blue. Hex color #7922B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7922B3 is #86DD4C. Grayscale: #4C4C4C. Windows color (decimal): -8838477 or 11739769. OLE color: 11739769.

HSL color Cylindrical-coordinate representation of color #7922B3: hue angle of 276º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7922B3 is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB12134179-
CMYK0.320.8100.30
HSL276º68.08%41.76%-
HSV(B)276º81.01%70.2%-
XYZ16.598.4643.41-
YUV76.54185.82159.71-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.23%
GREEN value IS 34 (13.67% from 255) = 10.18%
BLUE value IS 179 (70.31% from 255) = 53.59%
R=36.23%
G=10.18%
B=53.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal121341790.320.8100.3027668.0841.76
Hex7922B3205101E114442a
Octal171422634012103642410452
Binary11110011000101011001110000010100010111101000101001000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7922b3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7922b3; }

 p { color: rgb(121,34,179); }

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

<style>
 a { background-color: #7922b3; }

 a { background-color: rgb(121,34,179); }

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

<style>
 span { border-color: #7922b3; }

 span { border-color: rgb(121,34,179); }

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