#770656

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

Shades of Tyrian Purple #770656

Tints of Tyrian Purple #770656

Color information

#770656 (or 0x770656) is unknown color: approx Tyrian Purple. HEX triplet: 77, 06 and 56. RGB value is (119,6,86). Sum of RGB (Red+Green+Blue) = 119+6+86=211 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.40% from 211); Green value is 6 (2.73% from 255 or 2.84% from 211); Blue value is 86 (33.98% from 255 or 40.76% from 211); Max value from RGB is 119 - color contains mainly: red. Hex color #770656 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770656 is #88F9A9. Grayscale: #303030. Windows color (decimal): -8976810 or 5637751. OLE color: 5637751.

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

Color convert

RGB119686-
CMYK00.950.280.53
HSL317.52º90.4%24.51%-
HSV(B)317.52º94.96%46.67%-
XYZ9.354.729.22-
YUV48.91148.94178-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.40%
GREEN value IS 6 (2.73% from 255) = 2.84%
BLUE value IS 86 (33.98% from 255) = 40.76%
R=56.40%
G=2.84%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11968600.950.280.53317.5290.424.51
Hex7765605F1C3513e5a19
Octal16761260137346547613231
Binary111011111010101100101111111100110101100111110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770656; }

 p { color: rgb(119,6,86); }

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

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

 a { background-color: rgb(119,6,86); }

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

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

 span { border-color: rgb(119,6,86); }

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