#77073A

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

Shades of Tyrian Purple #77073A

Tints of Tyrian Purple #77073A

Color information

#77073A (or 0x77073A) is unknown color: approx Tyrian Purple. HEX triplet: 77, 07 and 3A. RGB value is (119,7,58). Sum of RGB (Red+Green+Blue) = 119+7+58=184 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.67% from 184); Green value is 7 (3.12% from 255 or 3.80% from 184); Blue value is 58 (23.05% from 255 or 31.52% from 184); Max value from RGB is 119 - color contains mainly: red. Hex color #77073A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77073A is #88F8C5. Grayscale: #2E2E2E. Windows color (decimal): -8976582 or 3802999. OLE color: 3802999.

HSL color Cylindrical-coordinate representation of color #77073A: hue angle of 332.68º 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 #77073A is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB119758-
CMYK00.940.510.53
HSL332.68º88.89%24.71%-
HSV(B)332.68º94.12%46.67%-
XYZ8.454.384.4-
YUV46.3134.61179.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 64.67%
GREEN value IS 7 (3.12% from 255) = 3.80%
BLUE value IS 58 (23.05% from 255) = 31.52%
R=64.67%
G=3.80%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11975800.940.510.53332.6888.8924.71
Hex7773A05E333514d5919
Octal1677720136636551513131
Binary111011111111101001011110110011110101101001101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77073A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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