#770756

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

Shades of Tyrian Purple #770756

Tints of Tyrian Purple #770756

Color information

#770756 (or 0x770756) is unknown color: approx Tyrian Purple. HEX triplet: 77, 07 and 56. RGB value is (119,7,86). Sum of RGB (Red+Green+Blue) = 119+7+86=212 (28% of max value = 765). Red value is 119 (46.88% from 255 or 56.13% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 86 (33.98% from 255 or 40.57% from 212); Max value from RGB is 119 - color contains mainly: red. Hex color #770756 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770756 is #88F8A9. Grayscale: #313131. Windows color (decimal): -8976554 or 5638007. OLE color: 5638007.

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

Color convert

RGB119786-
CMYK00.940.280.53
HSL317.68º88.89%24.71%-
HSV(B)317.68º94.12%46.67%-
XYZ9.364.759.23-
YUV49.49148.61177.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.13%
GREEN value IS 7 (3.12% from 255) = 3.30%
BLUE value IS 86 (33.98% from 255) = 40.57%
R=56.13%
G=3.30%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11978600.940.280.53317.6888.8924.71
Hex7775605E1C3513e5919
Octal16771260136346547613131
Binary111011111110101100101111011100110101100111110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770756; }

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

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

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

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

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

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

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

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