#770857

Color #770857 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #770857

Tints of Tyrian Purple #770857

Color information

#770857 (or 0x770857) is unknown color: approx Tyrian Purple. HEX triplet: 77, 08 and 57. RGB value is (119,8,87). Sum of RGB (Red+Green+Blue) = 119+8+87=214 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.61% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 87 (34.38% from 255 or 40.65% from 214); Max value from RGB is 119 - color contains mainly: red. Hex color #770857 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770857 is #88F7A8. Grayscale: #313131. Windows color (decimal): -8976297 or 5703799. OLE color: 5703799.

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

Color convert

RGB119887-
CMYK00.930.270.53
HSL317.3º87.4%24.9%-
HSV(B)317.3º93.28%46.67%-
XYZ9.414.789.44-
YUV50.19148.77177.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.61%
GREEN value IS 8 (3.52% from 255) = 3.74%
BLUE value IS 87 (34.38% from 255) = 40.65%
R=55.61%
G=3.74%
B=40.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11988700.930.270.53317.387.424.9
Hex7785705D1B3513d5719
Octal167101270135336547512731
Binary1110111100010101110101110111011110101100111101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770857; }

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

 H1.HeaderClassName
 {
   color: #770857;
 }
 .AnyTagClassName
 {
   color: #770857;
 }
</style>
background-color css

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

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

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

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

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

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