Html Css Color HEX #770740 Tyrian Purple

📋 copy color: '#770740'

red 119 ◦ green 7 ◦ blue 64

#770740
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #770740

Tints of Tyrian Purple #770740

RGB

 RED value IS 119 (46.88% from 255) = 62.63%

 GREEN value IS 7 (3.13% 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 value IS 0

 M value IS 0.94

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#770740 (or 0x770740) is known color: 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

RGB 119 7 64 -
CMYK 0 0.94 0.46 0.53
HSL 329.46º 0.89% 0.25% -
HSV(B) 329.46º 0.94% 0.47% -
XYZ 8.61 4.44 5.25 -
YUV 46.99 137.61 179.37 -
System Red Green Blue C M Y K H S L
Decimal 119 7 64 0 0.94 0.46 0.53 329.46 0.89 0.25
Hex 77 7 40 0 5E 2E 35 149 59 19
Octal 167 7 100 0 136 56 65 511 131 31
Binary 1110111 111 1000000 0 1011110 101110 110101 101001001 1011001 11001

Color Harmonies of #770740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770740

Black with #770740

Text Example


Text Example

White with #770740

Text Example


Text Example

HTML Codes & Css Web 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>