#770355

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

Shades of Tyrian Purple #770355

Tints of Tyrian Purple #770355

Color information

#770355 (or 0x770355) is unknown color: approx Tyrian Purple. HEX triplet: 77, 03 and 55. RGB value is (119,3,85). Sum of RGB (Red+Green+Blue) = 119+3+85=207 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.49% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 85 (33.59% from 255 or 41.06% from 207); Max value from RGB is 119 - color contains mainly: red. Hex color #770355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770355 is #88FCAA. Grayscale: #2E2E2E. Windows color (decimal): -8977579 or 5571447. OLE color: 5571447.

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

Color convert

RGB119385-
CMYK00.970.290.53
HSL317.59º95.08%23.92%-
HSV(B)317.59º97.48%46.67%-
XYZ9.284.649-
YUV47.03149.43179.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 57.49%
GREEN value IS 3 (1.56% from 255) = 1.45%
BLUE value IS 85 (33.59% from 255) = 41.06%
R=57.49%
G=1.45%
B=41.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11938500.970.290.53317.5995.0823.92
Hex773550611D3513e5f18
Octal16731250141356547613730
Binary11101111110101010110000111101110101100111110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770355; }

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

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

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

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

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

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

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

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