#772BB1

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

Shades of Purple Heart #772BB1

Tints of Purple Heart #772BB1

Color information

#772BB1 (or 0x772BB1) is unknown color: approx Purple Heart. HEX triplet: 77, 2B and B1. RGB value is (119,43,177). Sum of RGB (Red+Green+Blue) = 119+43+177=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 43 (17.19% from 255 or 12.68% from 339); Blue value is 177 (69.53% from 255 or 52.21% from 339); Max value from RGB is 177 - color contains mainly: blue. Hex color #772BB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772BB1 is #88D44E. Grayscale: #505050. Windows color (decimal): -8967247 or 11610999. OLE color: 11610999.

HSL color Cylindrical-coordinate representation of color #772BB1: hue angle of 274.03º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #772BB1 is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11943177-
CMYK0.330.7600.31
HSL274.03º60.91%43.14%-
HSV(B)274.03º75.71%69.41%-
XYZ16.418.8242.43-
YUV81182.18155.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.10%
GREEN value IS 43 (17.19% from 255) = 12.68%
BLUE value IS 177 (69.53% from 255) = 52.21%
R=35.10%
G=12.68%
B=52.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal119431770.330.7600.31274.0360.9143.14
Hex772BB1214C01F1123d2b
Octal16753261411140374227553
Binary1110111101011101100011000011001100011111100010010111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,43,177); }

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

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

 a { background-color: rgb(119,43,177); }

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

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

 span { border-color: rgb(119,43,177); }

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