#7922BA

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

Shades of Purple Heart #7922BA

Tints of Purple Heart #7922BA

Color information

#7922BA (or 0x7922BA) is unknown color: approx Purple Heart. HEX triplet: 79, 22 and BA. RGB value is (121,34,186). Sum of RGB (Red+Green+Blue) = 121+34+186=341 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.48% from 341); Green value is 34 (13.67% from 255 or 9.97% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #7922BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7922BA is #86DD45. Grayscale: #4C4C4C. Windows color (decimal): -8838470 or 12198521. OLE color: 12198521.

HSL color Cylindrical-coordinate representation of color #7922BA: hue angle of 274.34º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7922BA is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12134186-
CMYK0.350.8200.27
HSL274.34º69.09%43.14%-
HSV(B)274.34º81.72%72.94%-
XYZ17.328.7547.23-
YUV77.34189.32159.14-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.48%
GREEN value IS 34 (13.67% from 255) = 9.97%
BLUE value IS 186 (73.05% from 255) = 54.55%
R=35.48%
G=9.97%
B=54.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal121341860.350.8200.27274.3469.0943.14
Hex7922BA235201B112452b
Octal171422724312203342210553
Binary11110011000101011101010001110100100110111000100101000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7922BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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