#77073d

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

Shades of Tyrian Purple #77073D

Tints of Tyrian Purple #77073D

Color information

#77073D (or 0x77073D) is unknown color: approx Tyrian Purple. HEX triplet: 77, 07 and 3D. RGB value is (119,7,61). Sum of RGB (Red+Green+Blue) = 119+7+61=187 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.64% from 187); Green value is 7 (3.12% from 255 or 3.74% from 187); Blue value is 61 (24.22% from 255 or 32.62% from 187); Max value from RGB is 119 - color contains mainly: red. Hex color #77073D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77073D is #88F8C2. Grayscale: #2E2E2E. Windows color (decimal): -8976579 or 3999607. OLE color: 3999607.

HSL color Cylindrical-coordinate representation of color #77073D: hue angle of 331.07º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #77073D is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB119761-
CMYK00.940.490.53
HSL331.07º88.89%24.71%-
HSV(B)331.07º94.12%46.67%-
XYZ8.534.414.82-
YUV46.64136.11179.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 63.64%
GREEN value IS 7 (3.12% from 255) = 3.74%
BLUE value IS 61 (24.22% from 255) = 32.62%
R=63.64%
G=3.74%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11976100.940.490.53331.0788.8924.71
Hex7773D05E313514b5919
Octal1677750136616551313131
Binary111011111111110101011110110001110101101001011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77073d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77073d; }

 p { color: rgb(119,7,61); }

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

<style>
 a { background-color: #77073d; }

 a { background-color: rgb(119,7,61); }

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

<style>
 span { border-color: #77073d; }

 span { border-color: rgb(119,7,61); }

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