#770740

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

Shades of Tyrian Purple #770740

Tints of Tyrian Purple #770740

Color information

#770740 (or 0x770740) is unknown color: approx Tyrian Purple. HEX triplet: 77, 07 and 40. RGB value is (119,7,64). Sum of RGB (Red+Green+Blue) = 119+7+64=190 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.63% from 190); Green value is 7 (3.12% from 255 or 3.68% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 119 - color contains mainly: red. Hex color #770740 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770740 is #88F8BF. Grayscale: #2E2E2E. Windows color (decimal): -8976576 or 4196215. OLE color: 4196215.

HSL color Cylindrical-coordinate representation of color #770740: hue angle of 329.46º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770740 is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB119764-
CMYK00.940.460.53
HSL329.46º88.89%24.71%-
HSV(B)329.46º94.12%46.67%-
XYZ8.614.445.25-
YUV46.99137.61179.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 62.63%
GREEN value IS 7 (3.12% from 255) = 3.68%
BLUE value IS 64 (25.39% from 255) = 33.68%
R=62.63%
G=3.68%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11976400.940.460.53329.4688.8924.71
Hex7774005E2E351495919
Octal16771000136566551113131
Binary1110111111100000001011110101110110101101001001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770740; }

 p { color: rgb(119,7,64); }

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

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

 a { background-color: rgb(119,7,64); }

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

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

 span { border-color: rgb(119,7,64); }

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