#7732BF

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

Shades of Purple Heart #7732BF

Tints of Purple Heart #7732BF

Color information

#7732BF (or 0x7732BF) is unknown color: approx Purple Heart. HEX triplet: 77, 32 and BF. RGB value is (119,50,191). Sum of RGB (Red+Green+Blue) = 119+50+191=360 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.06% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 191 (75% from 255 or 53.06% from 360); Max value from RGB is 191 - color contains mainly: blue. Hex color #7732BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7732BF is #88CD40. Grayscale: #565656. Windows color (decimal): -8965441 or 12530295. OLE color: 12530295.

HSL color Cylindrical-coordinate representation of color #7732BF: hue angle of 269.36º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7732BF is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11950191-
CMYK0.380.7400.25
HSL269.36º58.51%47.25%-
HSV(B)269.36º73.82%74.9%-
XYZ18.159.9650.26-
YUV86.7186.86151.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.06%
GREEN value IS 50 (19.92% from 255) = 13.89%
BLUE value IS 191 (75% from 255) = 53.06%
R=33.06%
G=13.89%
B=53.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal119501910.380.7400.25269.3658.5147.25
Hex7732BF264A01910d3b2f
Octal16762277461120314157357
Binary1110111110010101111111001101001010011001100001101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7732BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7732BF; }

 p { color: rgb(119,50,191); }

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

<style>
 a { background-color: #7732BF; }

 a { background-color: rgb(119,50,191); }

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

<style>
 span { border-color: #7732BF; }

 span { border-color: rgb(119,50,191); }

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