#770EB2

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

Shades of Purple Heart #770EB2

Tints of Purple Heart #770EB2

Color information

#770EB2 (or 0x770EB2) is unknown color: approx Purple Heart. HEX triplet: 77, 0E and B2. RGB value is (119,14,178). Sum of RGB (Red+Green+Blue) = 119+14+178=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 14 (5.86% from 255 or 4.50% from 311); Blue value is 178 (69.92% from 255 or 57.23% from 311); Max value from RGB is 178 - color contains mainly: blue. Hex color #770EB2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770EB2 is #88F14D. Grayscale: #3F3F3F. Windows color (decimal): -8974670 or 11669111. OLE color: 11669111.

HSL color Cylindrical-coordinate representation of color #770EB2: hue angle of 278.41º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #770EB2 is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB11914178-
CMYK0.330.9200.30
HSL278.41º85.42%37.65%-
HSV(B)278.41º92.13%69.8%-
XYZ15.87.4542.72-
YUV64.09192.29167.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.26%
GREEN value IS 14 (5.86% from 255) = 4.50%
BLUE value IS 178 (69.92% from 255) = 57.23%
R=38.26%
G=4.50%
B=57.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal119141780.330.9200.30278.4185.4237.65
Hex77EB2215C01E1165526
Octal167162624113403642612546
Binary111011111101011001010000110111000111101000101101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770EB2; }

 p { color: rgb(119,14,178); }

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

<style>
 a { background-color: #770EB2; }

 a { background-color: rgb(119,14,178); }

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

<style>
 span { border-color: #770EB2; }

 span { border-color: rgb(119,14,178); }

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