#771AB4

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

Shades of Purple Heart #771AB4

Tints of Purple Heart #771AB4

Color information

#771AB4 (or 0x771AB4) is unknown color: approx Purple Heart. HEX triplet: 77, 1A and B4. RGB value is (119,26,180). Sum of RGB (Red+Green+Blue) = 119+26+180=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 26 (10.55% from 255 or 8% from 325); Blue value is 180 (70.70% from 255 or 55.38% from 325); Max value from RGB is 180 - color contains mainly: blue. Hex color #771AB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771AB4 is #88E54B. Grayscale: #464646. Windows color (decimal): -8971596 or 11803255. OLE color: 11803255.

HSL color Cylindrical-coordinate representation of color #771AB4: hue angle of 276.23º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #771AB4 is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11926180-
CMYK0.340.8600.29
HSL276.23º74.76%40.39%-
HSV(B)276.23º85.56%70.59%-
XYZ16.227.9643.86-
YUV71.36189.31161.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.62%
GREEN value IS 26 (10.55% from 255) = 8%
BLUE value IS 180 (70.70% from 255) = 55.38%
R=36.62%
G=8%
B=55.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal119261800.340.8600.29276.2374.7640.39
Hex771AB4225601D1144b28
Octal167322644212603542411350
Binary1110111110101011010010001010101100111011000101001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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