Html Css Color HEX #770557 Tyrian Purple

📋 copy color: '#770557'

red 119 ◦ green 5 ◦ blue 87

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

Shades of Tyrian Purple #770557

Tints of Tyrian Purple #770557

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.37%

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

R = 56.4%
G = 2.37%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#770557 (or 0x770557) is known color: Tyrian Purple. HEX triplet: 77, 05 and 57. RGB value is (119,5,87). Sum of RGB (Red+Green+Blue) = 119+5+87=211 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.40% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 87 (34.38% from 255 or 41.23% from 211); Max value from RGB is 119 - color contains mainly: red. Hex color #770557 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770557 is #88FAA8. Grayscale: #303030. Windows color (decimal): -8977065 or 5703031. OLE color: 5703031.

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

Color convert

RGB 119 5 87 -
CMYK 0 0.96 0.27 0.53
HSL 316.84º 0.92% 0.24% -
HSV(B) 316.84º 0.96% 0.47% -
XYZ 9.38 4.72 9.43 -
YUV 48.43 149.77 178.33 -
System Red Green Blue C M Y K H S L
Decimal 119 5 87 0 0.96 0.27 0.53 316.84 0.92 0.24
Hex 77 5 57 0 60 1B 35 13D 5C 18
Octal 167 5 127 0 140 33 65 475 134 30
Binary 1110111 101 1010111 0 1100000 11011 110101 100111101 1011100 11000

Color Harmonies of #770557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770557

Black with #770557

Text Example


Text Example

White with #770557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770557; }

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

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

background-color css

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

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

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

border-color css

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

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

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