#770EAC

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

Shades of Purple Heart #770EAC

Tints of Purple Heart #770EAC

Color information

#770EAC (or 0x770EAC) is unknown color: approx Purple Heart. HEX triplet: 77, 0E and AC. RGB value is (119,14,172). Sum of RGB (Red+Green+Blue) = 119+14+172=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 14 (5.86% from 255 or 4.59% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #770EAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770EAC is #88F153. Grayscale: #3E3E3E. Windows color (decimal): -8974676 or 11275895. OLE color: 11275895.

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

Color convert

RGB11914172-
CMYK0.310.9200.33
HSL279.87º84.95%36.47%-
HSV(B)279.87º91.86%67.45%-
XYZ15.217.2139.62-
YUV63.41189.29167.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.02%
GREEN value IS 14 (5.86% from 255) = 4.59%
BLUE value IS 172 (67.58% from 255) = 56.39%
R=39.02%
G=4.59%
B=56.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal119141720.310.9200.33279.8784.9536.47
Hex77EAC1F5C0211185524
Octal167162543713404143012544
Binary111011111101010110011111101110001000011000110001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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