#772EB7

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

Shades of Purple Heart #772EB7

Tints of Purple Heart #772EB7

Color information

#772EB7 (or 0x772EB7) is unknown color: approx Purple Heart. HEX triplet: 77, 2E and B7. RGB value is (119,46,183). Sum of RGB (Red+Green+Blue) = 119+46+183=348 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.20% from 348); Green value is 46 (18.36% from 255 or 13.22% from 348); Blue value is 183 (71.88% from 255 or 52.59% from 348); Max value from RGB is 183 - color contains mainly: blue. Hex color #772EB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772EB7 is #88D148. Grayscale: #525252. Windows color (decimal): -8966473 or 12004983. OLE color: 12004983.

HSL color Cylindrical-coordinate representation of color #772EB7: hue angle of 271.97º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #772EB7 is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11946183-
CMYK0.350.7500.28
HSL271.97º59.83%44.9%-
HSV(B)271.97º74.86%71.76%-
XYZ17.139.2945.69-
YUV83.44184.18153.36-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.20%
GREEN value IS 46 (18.36% from 255) = 13.22%
BLUE value IS 183 (71.88% from 255) = 52.59%
R=34.20%
G=13.22%
B=52.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal119461830.350.7500.28271.9759.8344.9
Hex772EB7234B01C1103c2d
Octal16756267431130344207455
Binary1110111101110101101111000111001011011100100010000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772EB7; }

 p { color: rgb(119,46,183); }

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

<style>
 a { background-color: #772EB7; }

 a { background-color: rgb(119,46,183); }

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

<style>
 span { border-color: #772EB7; }

 span { border-color: rgb(119,46,183); }

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