Html Css Color HEX #770957 Tyrian Purple

📋 copy color: '#770957'

red 119 ◦ green 9 ◦ blue 87

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

Shades of Tyrian Purple #770957

Tints of Tyrian Purple #770957

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.19%

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

R = 55.35%
G = 4.19%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#770957 (or 0x770957) is known color: Tyrian Purple. HEX triplet: 77, 09 and 57. RGB value is (119,9,87). Sum of RGB (Red+Green+Blue) = 119+9+87=215 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.35% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 87 (34.38% from 255 or 40.47% from 215); Max value from RGB is 119 - color contains mainly: red. Hex color #770957 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770957 is #88F6A8. Grayscale: #323232. Windows color (decimal): -8976041 or 5704055. OLE color: 5704055.

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

Color convert

RGB 119 9 87 -
CMYK 0 0.92 0.27 0.53
HSL 317.45º 0.86% 0.25% -
HSV(B) 317.45º 0.92% 0.47% -
XYZ 9.43 4.81 9.45 -
YUV 50.78 148.44 176.66 -
System Red Green Blue C M Y K H S L
Decimal 119 9 87 0 0.92 0.27 0.53 317.45 0.86 0.25
Hex 77 9 57 0 5C 1B 35 13D 56 19
Octal 167 11 127 0 134 33 65 475 126 31
Binary 1110111 1001 1010111 0 1011100 11011 110101 100111101 1010110 11001

Color Harmonies of #770957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770957

Black with #770957

Text Example


Text Example

White with #770957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770957; }

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

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

background-color css

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

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

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

border-color css

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

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

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