#770749

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

Shades of Tyrian Purple #770749

Tints of Tyrian Purple #770749

Color information

#770749 (or 0x770749) is unknown color: approx Tyrian Purple. HEX triplet: 77, 07 and 49. RGB value is (119,7,73). Sum of RGB (Red+Green+Blue) = 119+7+73=199 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.80% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 73 (28.91% from 255 or 36.68% from 199); Max value from RGB is 119 - color contains mainly: red. Hex color #770749 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770749 is #88F8B6. Grayscale: #2F2F2F. Windows color (decimal): -8976567 or 4786039. OLE color: 4786039.

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

Color convert

RGB119773-
CMYK00.940.390.53
HSL324.64º88.89%24.71%-
HSV(B)324.64º94.12%46.67%-
XYZ8.894.556.71-
YUV48.01142.11178.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 59.80%
GREEN value IS 7 (3.12% from 255) = 3.52%
BLUE value IS 73 (28.91% from 255) = 36.68%
R=59.80%
G=3.52%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11977300.940.390.53324.6488.8924.71
Hex7774905E27351455919
Octal16771110136476550513131
Binary1110111111100100101011110100111110101101000101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770749; }

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

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

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

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

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

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

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

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