#771BB4

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

Shades of Purple Heart #771BB4

Tints of Purple Heart #771BB4

Color information

#771BB4 (or 0x771BB4) is unknown color: approx Purple Heart. HEX triplet: 77, 1B and B4. RGB value is (119,27,180). Sum of RGB (Red+Green+Blue) = 119+27+180=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 27 (10.94% from 255 or 8.28% from 326); Blue value is 180 (70.70% from 255 or 55.21% from 326); Max value from RGB is 180 - color contains mainly: blue. Hex color #771BB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771BB4 is #88E44B. Grayscale: #474747. Windows color (decimal): -8971340 or 11803511. OLE color: 11803511.

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

Color convert

RGB11927180-
CMYK0.340.8500.29
HSL276.08º73.91%40.59%-
HSV(B)276.08º85%70.59%-
XYZ16.24843.87-
YUV71.95188.98161.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.50%
GREEN value IS 27 (10.94% from 255) = 8.28%
BLUE value IS 180 (70.70% from 255) = 55.21%
R=36.50%
G=8.28%
B=55.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal119271800.340.8500.29276.0873.9140.59
Hex771BB4225501D1144a29
Octal167332644212503542411251
Binary1110111110111011010010001010101010111011000101001001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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