#77074E

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

Shades of Tyrian Purple #77074E

Tints of Tyrian Purple #77074E

Color information

#77074E (or 0x77074E) is unknown color: approx Tyrian Purple. HEX triplet: 77, 07 and 4E. RGB value is (119,7,78). Sum of RGB (Red+Green+Blue) = 119+7+78=204 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.33% from 204); Green value is 7 (3.12% from 255 or 3.43% from 204); Blue value is 78 (30.86% from 255 or 38.24% from 204); Max value from RGB is 119 - color contains mainly: red. Hex color #77074E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77074E is #88F8B1. Grayscale: #303030. Windows color (decimal): -8976562 or 5113719. OLE color: 5113719.

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

Color convert

RGB119778-
CMYK00.940.340.53
HSL321.96º88.89%24.71%-
HSV(B)321.96º94.12%46.67%-
XYZ9.064.627.62-
YUV48.58144.61178.23-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.33%
GREEN value IS 7 (3.12% from 255) = 3.43%
BLUE value IS 78 (30.86% from 255) = 38.24%
R=58.33%
G=3.43%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11977800.940.340.53321.9688.8924.71
Hex7774E05E22351425919
Octal16771160136426550213131
Binary1110111111100111001011110100010110101101000010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77074E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77074E; }

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

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

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

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

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

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

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

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