#770A4C

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

Shades of Tyrian Purple #770A4C

Tints of Tyrian Purple #770A4C

Color information

#770A4C (or 0x770A4C) is unknown color: approx Tyrian Purple. HEX triplet: 77, 0A and 4C. RGB value is (119,10,76). Sum of RGB (Red+Green+Blue) = 119+10+76=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 10 (4.30% from 255 or 4.88% from 205); Blue value is 76 (30.08% from 255 or 37.07% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #770A4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770A4C is #88F5B3. Grayscale: #313131. Windows color (decimal): -8975796 or 4983415. OLE color: 4983415.

HSL color Cylindrical-coordinate representation of color #770A4C: hue angle of 323.67º 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 #770A4C is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB1191076-
CMYK00.920.360.53
HSL323.67º84.5%25.29%-
HSV(B)323.67º91.6%46.67%-
XYZ9.024.667.26-
YUV50.11142.61177.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.05%
GREEN value IS 10 (4.30% from 255) = 4.88%
BLUE value IS 76 (30.08% from 255) = 37.07%
R=58.05%
G=4.88%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119107600.920.360.53323.6784.525.29
Hex77A4C05C24351445419
Octal167121140134446550412431
Binary11101111010100110001011100100100110101101000100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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