#77054E

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

Shades of Tyrian Purple #77054E

Tints of Tyrian Purple #77054E

Color information

#77054E (or 0x77054E) is unknown color: approx Tyrian Purple. HEX triplet: 77, 05 and 4E. RGB value is (119,5,78). Sum of RGB (Red+Green+Blue) = 119+5+78=202 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.91% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 78 (30.86% from 255 or 38.61% from 202); Max value from RGB is 119 - color contains mainly: red. Hex color #77054E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77054E is #88FAB1. Grayscale: #2F2F2F. Windows color (decimal): -8977074 or 5113207. OLE color: 5113207.

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

Color convert

RGB119578-
CMYK00.960.340.53
HSL321.58º91.94%24.31%-
HSV(B)321.58º95.8%46.67%-
XYZ9.044.587.62-
YUV47.41145.27179.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.91%
GREEN value IS 5 (2.34% from 255) = 2.48%
BLUE value IS 78 (30.86% from 255) = 38.61%
R=58.91%
G=2.48%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11957800.960.340.53321.5891.9424.31
Hex7754E06022351425c18
Octal16751160140426550213430
Binary1110111101100111001100000100010110101101000010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77054E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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