#77004e

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

Shades of Tyrian Purple #77004E

Tints of Tyrian Purple #77004E

Color information

#77004E (or 0x77004E) is unknown color: approx Tyrian Purple. HEX triplet: 77, 00 and 4E. RGB value is (119,0,78). Sum of RGB (Red+Green+Blue) = 119+0+78=197 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.41% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 78 (30.86% from 255 or 39.59% from 197); Max value from RGB is 119 - color contains mainly: red. Hex color #77004E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77004E is #88FFB1. Grayscale: #2C2C2C. Windows color (decimal): -8978354 or 5111927. OLE color: 5111927.

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

Color convert

RGB119078-
CMYK010.340.53
HSL320.67º100%23.33%-
HSV(B)320.67º100%46.67%-
XYZ8.984.477.6-
YUV44.47146.92181.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 60.41%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 78 (30.86% from 255) = 39.59%
R=60.41%
G=0%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119078010.340.53320.6710023.33
Hex7704E06422351416417
Octal16701160144426550114427
Binary11101110100111001100100100010110101101000001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77004e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77004e; }

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

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

<style>
 a { background-color: #77004e; }

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

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

<style>
 span { border-color: #77004e; }

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

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