Html Css Color HEX #770737 Tyrian Purple

📋 copy color: '#770737'

red 119 ◦ green 7 ◦ blue 55

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

Shades of Tyrian Purple #770737

Tints of Tyrian Purple #770737

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 30.39%

R = 65.75%
G = 3.87%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.54

 K value IS 0.53

RGB Variations

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

Color information

#770737 (or 0x770737) is known color: Tyrian Purple. HEX triplet: 77, 07 and 37. RGB value is (119,7,55). Sum of RGB (Red+Green+Blue) = 119+7+55=181 (23% of max value = 765). Red value is 119 (46.88% from 255 or 65.75% from 181); Green value is 7 (3.12% from 255 or 3.87% from 181); Blue value is 55 (21.88% from 255 or 30.39% from 181); Max value from RGB is 119 - color contains mainly: red. Hex color #770737 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770737 is #88F8C8. Grayscale: #2D2D2D. Windows color (decimal): -8976585 or 3606391. OLE color: 3606391.

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

Color convert

RGB 119 7 55 -
CMYK 0 0.94 0.54 0.53
HSL 334.29º 0.89% 0.25% -
HSV(B) 334.29º 0.94% 0.47% -
XYZ 8.37 4.35 4.01 -
YUV 45.96 133.11 180.1 -
System Red Green Blue C M Y K H S L
Decimal 119 7 55 0 0.94 0.54 0.53 334.29 0.89 0.25
Hex 77 7 37 0 5E 36 35 14E 59 19
Octal 167 7 67 0 136 66 65 516 131 31
Binary 1110111 111 110111 0 1011110 110110 110101 101001110 1011001 11001

Color Harmonies of #770737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770737

Black with #770737

Text Example


Text Example

White with #770737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770737; }

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

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

background-color css

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

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

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

border-color css

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

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

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