#77064E

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

Shades of Tyrian Purple #77064E

Tints of Tyrian Purple #77064E

Color information

#77064E (or 0x77064E) is unknown color: approx Tyrian Purple. HEX triplet: 77, 06 and 4E. RGB value is (119,6,78). Sum of RGB (Red+Green+Blue) = 119+6+78=203 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.62% from 203); Green value is 6 (2.73% from 255 or 2.96% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 119 - color contains mainly: red. Hex color #77064E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77064E is #88F9B1. Grayscale: #2F2F2F. Windows color (decimal): -8976818 or 5113463. OLE color: 5113463.

HSL color Cylindrical-coordinate representation of color #77064E: hue angle of 321.77º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #77064E is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB119678-
CMYK00.950.340.53
HSL321.77º90.4%24.51%-
HSV(B)321.77º94.96%46.67%-
XYZ9.054.67.62-
YUV47.99144.94178.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.62%
GREEN value IS 6 (2.73% from 255) = 2.96%
BLUE value IS 78 (30.86% from 255) = 38.42%
R=58.62%
G=2.96%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11967800.950.340.53321.7790.424.51
Hex7764E05F22351425a19
Octal16761160137426550213231
Binary1110111110100111001011111100010110101101000010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77064E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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