#77044F

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

Shades of Tyrian Purple #77044F

Tints of Tyrian Purple #77044F

Color information

#77044F (or 0x77044F) is unknown color: approx Tyrian Purple. HEX triplet: 77, 04 and 4F. RGB value is (119,4,79). Sum of RGB (Red+Green+Blue) = 119+4+79=202 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.91% from 202); Green value is 4 (1.95% from 255 or 1.98% from 202); Blue value is 79 (31.25% from 255 or 39.11% from 202); Max value from RGB is 119 - color contains mainly: red. Hex color #77044F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77044F is #88FBB0. Grayscale: #2E2E2E. Windows color (decimal): -8977329 or 5178487. OLE color: 5178487.

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

Color convert

RGB119479-
CMYK00.970.340.53
HSL320.87º93.5%24.12%-
HSV(B)320.87º96.64%46.67%-
XYZ9.064.577.8-
YUV46.93146.1179.4-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.91%
GREEN value IS 4 (1.95% from 255) = 1.98%
BLUE value IS 79 (31.25% from 255) = 39.11%
R=58.91%
G=1.98%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11947900.970.340.53320.8793.524.12
Hex7744F06122351415d18
Octal16741170141426550113530
Binary1110111100100111101100001100010110101101000001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77044F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77044F; }

 p { color: rgb(119,4,79); }

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

<style>
 a { background-color: #77044F; }

 a { background-color: rgb(119,4,79); }

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

<style>
 span { border-color: #77044F; }

 span { border-color: rgb(119,4,79); }

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