#770C4E

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

Shades of Tyrian Purple #770C4E

Tints of Tyrian Purple #770C4E

Color information

#770C4E (or 0x770C4E) is unknown color: approx Tyrian Purple. HEX triplet: 77, 0C and 4E. RGB value is (119,12,78). Sum of RGB (Red+Green+Blue) = 119+12+78=209 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.94% from 209); Green value is 12 (5.08% from 255 or 5.74% from 209); Blue value is 78 (30.86% from 255 or 37.32% from 209); Max value from RGB is 119 - color contains mainly: red. Hex color #770C4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770C4E is #88F3B1. Grayscale: #333333. Windows color (decimal): -8975282 or 5114999. OLE color: 5114999.

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

Color convert

RGB1191278-
CMYK00.900.340.53
HSL322.99º81.68%25.69%-
HSV(B)322.99º89.92%46.67%-
XYZ9.114.737.64-
YUV51.52142.95176.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.94%
GREEN value IS 12 (5.08% from 255) = 5.74%
BLUE value IS 78 (30.86% from 255) = 37.32%
R=56.94%
G=5.74%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119127800.900.340.53322.9981.6825.69
Hex77C4E05A2235143521a
Octal167141160132426550312232
Binary11101111100100111001011010100010110101101000011101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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