Html Css Color HEX #770757 Tyrian Purple

📋 copy color: '#770757'

red 119 ◦ green 7 ◦ blue 87

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

Shades of Tyrian Purple #770757

Tints of Tyrian Purple #770757

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 40.85%

R = 55.87%
G = 3.29%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#770757 (or 0x770757) is known color: Tyrian Purple. HEX triplet: 77, 07 and 57. RGB value is (119,7,87). Sum of RGB (Red+Green+Blue) = 119+7+87=213 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.87% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 87 (34.38% from 255 or 40.85% from 213); Max value from RGB is 119 - color contains mainly: red. Hex color #770757 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770757 is #88F8A8. Grayscale: #313131. Windows color (decimal): -8976553 or 5703543. OLE color: 5703543.

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

Color convert

RGB 119 7 87 -
CMYK 0 0.94 0.27 0.53
HSL 317.14º 0.89% 0.25% -
HSV(B) 317.14º 0.94% 0.47% -
XYZ 9.4 4.76 9.44 -
YUV 49.61 149.11 177.5 -
System Red Green Blue C M Y K H S L
Decimal 119 7 87 0 0.94 0.27 0.53 317.14 0.89 0.25
Hex 77 7 57 0 5E 1B 35 13D 59 19
Octal 167 7 127 0 136 33 65 475 131 31
Binary 1110111 111 1010111 0 1011110 11011 110101 100111101 1011001 11001

Color Harmonies of #770757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770757

Black with #770757

Text Example


Text Example

White with #770757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770757; }

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

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

background-color css

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

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

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

border-color css

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

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

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