#770C4C

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

Shades of Tyrian Purple #770C4C

Tints of Tyrian Purple #770C4C

Color information

#770C4C (or 0x770C4C) is unknown color: approx Tyrian Purple. HEX triplet: 77, 0C and 4C. RGB value is (119,12,76). Sum of RGB (Red+Green+Blue) = 119+12+76=207 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.49% from 207); Green value is 12 (5.08% from 255 or 5.80% from 207); Blue value is 76 (30.08% from 255 or 36.71% from 207); Max value from RGB is 119 - color contains mainly: red. Hex color #770C4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770C4C is #88F3B3. Grayscale: #333333. Windows color (decimal): -8975284 or 4983927. OLE color: 4983927.

HSL color Cylindrical-coordinate representation of color #770C4C: hue angle of 324.11º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #770C4C is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB1191276-
CMYK00.900.360.53
HSL324.11º81.68%25.69%-
HSV(B)324.11º89.92%46.67%-
XYZ9.044.717.27-
YUV51.29141.95176.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 57.49%
GREEN value IS 12 (5.08% from 255) = 5.80%
BLUE value IS 76 (30.08% from 255) = 36.71%
R=57.49%
G=5.80%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119127600.900.360.53324.1181.6825.69
Hex77C4C05A2435144521a
Octal167141140132446550412232
Binary11101111100100110001011010100100110101101000100101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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