#771AC3

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

Shades of Purple Heart #771AC3

Tints of Purple Heart #771AC3

Color information

#771AC3 (or 0x771AC3) is unknown color: approx Purple Heart. HEX triplet: 77, 1A and C3. RGB value is (119,26,195). Sum of RGB (Red+Green+Blue) = 119+26+195=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 26 (10.55% from 255 or 7.65% from 340); Blue value is 195 (76.56% from 255 or 57.35% from 340); Max value from RGB is 195 - color contains mainly: blue. Hex color #771AC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771AC3 is #88E53C. Grayscale: #484848. Windows color (decimal): -8971581 or 12786295. OLE color: 12786295.

HSL color Cylindrical-coordinate representation of color #771AC3: hue angle of 273.02º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #771AC3 is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11926195-
CMYK0.390.8700.24
HSL273.02º76.47%43.33%-
HSV(B)273.02º86.67%76.47%-
XYZ17.838.652.35-
YUV73.07196.81160.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35%
GREEN value IS 26 (10.55% from 255) = 7.65%
BLUE value IS 195 (76.56% from 255) = 57.35%
R=35%
G=7.65%
B=57.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal119261950.390.8700.24273.0276.4743.33
Hex771AC327570181114c2b
Octal167323034712703042111453
Binary1110111110101100001110011110101110110001000100011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771AC3; }

 p { color: rgb(119,26,195); }

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

<style>
 a { background-color: #771AC3; }

 a { background-color: rgb(119,26,195); }

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

<style>
 span { border-color: #771AC3; }

 span { border-color: rgb(119,26,195); }

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