#77043F

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

Shades of Tyrian Purple #77043F

Tints of Tyrian Purple #77043F

Color information

#77043F (or 0x77043F) is unknown color: approx Tyrian Purple. HEX triplet: 77, 04 and 3F. RGB value is (119,4,63). Sum of RGB (Red+Green+Blue) = 119+4+63=186 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.98% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 63 (25% from 255 or 33.87% from 186); Max value from RGB is 119 - color contains mainly: red. Hex color #77043F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77043F is #88FBC0. Grayscale: #2C2C2C. Windows color (decimal): -8977345 or 4129911. OLE color: 4129911.

HSL color Cylindrical-coordinate representation of color #77043F: hue angle of 329.22º 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 #77043F is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB119463-
CMYK00.970.470.53
HSL329.22º93.5%24.12%-
HSV(B)329.22º96.64%46.67%-
XYZ8.554.375.1-
YUV45.11138.1180.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 63.98%
GREEN value IS 4 (1.95% from 255) = 2.15%
BLUE value IS 63 (25% from 255) = 33.87%
R=63.98%
G=2.15%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11946300.970.470.53329.2293.524.12
Hex7743F0612F351495d18
Octal1674770141576551113530
Binary111011110011111101100001101111110101101001001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77043F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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