#770555

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

Shades of Tyrian Purple #770555

Tints of Tyrian Purple #770555

Color information

#770555 (or 0x770555) is unknown color: approx Tyrian Purple. HEX triplet: 77, 05 and 55. RGB value is (119,5,85). Sum of RGB (Red+Green+Blue) = 119+5+85=209 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.94% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 85 (33.59% from 255 or 40.67% from 209); Max value from RGB is 119 - color contains mainly: red. Hex color #770555 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770555 is #88FAAA. Grayscale: #303030. Windows color (decimal): -8977067 or 5571959. OLE color: 5571959.

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

Color convert

RGB119585-
CMYK00.960.290.53
HSL317.89º91.94%24.31%-
HSV(B)317.89º95.8%46.67%-
XYZ9.34.699.01-
YUV48.21148.77178.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.94%
GREEN value IS 5 (2.34% from 255) = 2.39%
BLUE value IS 85 (33.59% from 255) = 40.67%
R=56.94%
G=2.39%
B=40.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11958500.960.290.53317.8991.9424.31
Hex775550601D3513e5c18
Octal16751250140356547613430
Binary111011110110101010110000011101110101100111110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770555; }

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

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

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

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

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

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

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

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