Html Css Color HEX #770741 Tyrian Purple

📋 copy color: '#770741'

red 119 ◦ green 7 ◦ blue 65

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

Shades of Tyrian Purple #770741

Tints of Tyrian Purple #770741

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.66%

 BLUE value IS 65 (25.78% from 255) = 34.03%

R = 62.3%
G = 3.66%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#770741 (or 0x770741) is known color: Tyrian Purple. HEX triplet: 77, 07 and 41. RGB value is (119,7,65). Sum of RGB (Red+Green+Blue) = 119+7+65=191 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.30% from 191); Green value is 7 (3.12% from 255 or 3.66% from 191); Blue value is 65 (25.78% from 255 or 34.03% from 191); Max value from RGB is 119 - color contains mainly: red. Hex color #770741 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770741 is #88F8BE. Grayscale: #2E2E2E. Windows color (decimal): -8976575 or 4261751. OLE color: 4261751.

HSL color Cylindrical-coordinate representation of color #770741: hue angle of 328.93º 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 #770741 is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 7 65 -
CMYK 0 0.94 0.45 0.53
HSL 328.93º 0.89% 0.25% -
HSV(B) 328.93º 0.94% 0.47% -
XYZ 8.64 4.46 5.41 -
YUV 47.1 138.11 179.28 -
System Red Green Blue C M Y K H S L
Decimal 119 7 65 0 0.94 0.45 0.53 328.93 0.89 0.25
Hex 77 7 41 0 5E 2D 35 149 59 19
Octal 167 7 101 0 136 55 65 511 131 31
Binary 1110111 111 1000001 0 1011110 101101 110101 101001001 1011001 11001

Color Harmonies of #770741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770741

Black with #770741

Text Example


Text Example

White with #770741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770741; }

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

 H1.HeaderClassName
 {
   color: #770741;
 }
 .AnyTagClassName
 {
   color: #770741;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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