#7921BA

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

Shades of Purple Heart #7921BA

Tints of Purple Heart #7921BA

Color information

#7921BA (or 0x7921BA) is unknown color: approx Purple Heart. HEX triplet: 79, 21 and BA. RGB value is (121,33,186). Sum of RGB (Red+Green+Blue) = 121+33+186=340 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.59% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #7921BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7921BA is #86DE45. Grayscale: #4C4C4C. Windows color (decimal): -8838726 or 12198265. OLE color: 12198265.

HSL color Cylindrical-coordinate representation of color #7921BA: hue angle of 274.51º degrees, saturation: 0.7, 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 #7921BA is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12133186-
CMYK0.350.8200.27
HSL274.51º69.86%42.94%-
HSV(B)274.51º82.26%72.94%-
XYZ17.298.747.22-
YUV76.75189.65159.56-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.59%
GREEN value IS 33 (13.28% from 255) = 9.71%
BLUE value IS 186 (73.05% from 255) = 54.71%
R=35.59%
G=9.71%
B=54.71%

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
Decimal121331860.350.8200.27274.5169.8642.94
Hex7921BA235201B113462b
Octal171412724312203342310653
Binary11110011000011011101010001110100100110111000100111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7921BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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