#77023D

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

Shades of Tyrian Purple #77023D

Tints of Tyrian Purple #77023D

Color information

#77023D (or 0x77023D) is unknown color: approx Tyrian Purple. HEX triplet: 77, 02 and 3D. RGB value is (119,2,61). Sum of RGB (Red+Green+Blue) = 119+2+61=182 (24% of max value = 765). Red value is 119 (46.88% from 255 or 65.38% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 61 (24.22% from 255 or 33.52% from 182); Max value from RGB is 119 - color contains mainly: red. Hex color #77023D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77023D is #88FDC2. Grayscale: #2B2B2B. Windows color (decimal): -8977859 or 3998327. OLE color: 3998327.

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

Color convert

RGB119261-
CMYK00.980.490.53
HSL329.74º96.69%23.73%-
HSV(B)329.74º98.32%46.67%-
XYZ8.474.34.8-
YUV43.71137.76181.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 65.38%
GREEN value IS 2 (1.17% from 255) = 1.10%
BLUE value IS 61 (24.22% from 255) = 33.52%
R=65.38%
G=1.10%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11926100.980.490.53329.7496.6923.73
Hex7723D062313514a6118
Octal1672750142616551214130
Binary11101111011110101100010110001110101101001010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77023D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77023D; }

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

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

<style>
 a { background-color: #77023D; }

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

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

<style>
 span { border-color: #77023D; }

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

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