#770A3C

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

Shades of Tyrian Purple #770A3C

Tints of Tyrian Purple #770A3C

Color information

#770A3C (or 0x770A3C) is unknown color: approx Tyrian Purple. HEX triplet: 77, 0A and 3C. RGB value is (119,10,60). Sum of RGB (Red+Green+Blue) = 119+10+60=189 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.96% from 189); Green value is 10 (4.30% from 255 or 5.29% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 119 - color contains mainly: red. Hex color #770A3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770A3C is #88F5C3. Grayscale: #303030. Windows color (decimal): -8975812 or 3934839. OLE color: 3934839.

HSL color Cylindrical-coordinate representation of color #770A3C: hue angle of 332.48º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #770A3C is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB1191060-
CMYK00.920.500.53
HSL332.48º84.5%25.29%-
HSV(B)332.48º91.6%46.67%-
XYZ8.534.474.69-
YUV48.29134.61178.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 62.96%
GREEN value IS 10 (4.30% from 255) = 5.29%
BLUE value IS 60 (23.83% from 255) = 31.75%
R=62.96%
G=5.29%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119106000.920.500.53332.4884.525.29
Hex77A3C05C323514c5419
Octal16712740134626551412431
Binary1110111101011110001011100110010110101101001100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770A3C; }

 p { color: rgb(119,10,60); }

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

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

 a { background-color: rgb(119,10,60); }

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

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

 span { border-color: rgb(119,10,60); }

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