#77023C

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

Shades of Tyrian Purple #77023C

Tints of Tyrian Purple #77023C

Color information

#77023C (or 0x77023C) is unknown color: approx Tyrian Purple. HEX triplet: 77, 02 and 3C. RGB value is (119,2,60). Sum of RGB (Red+Green+Blue) = 119+2+60=181 (23% of max value = 765). Red value is 119 (46.88% from 255 or 65.75% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 60 (23.83% from 255 or 33.15% from 181); Max value from RGB is 119 - color contains mainly: red. Hex color #77023C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77023C is #88FDC3. Grayscale: #2B2B2B. Windows color (decimal): -8977860 or 3932791. OLE color: 3932791.

HSL color Cylindrical-coordinate representation of color #77023C: hue angle of 330.26º 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 #77023C is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB119260-
CMYK00.980.500.53
HSL330.26º96.69%23.73%-
HSV(B)330.26º98.32%46.67%-
XYZ8.454.294.66-
YUV43.6137.26181.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 65.75%
GREEN value IS 2 (1.17% from 255) = 1.10%
BLUE value IS 60 (23.83% from 255) = 33.15%
R=65.75%
G=1.10%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11926000.980.500.53330.2696.6923.73
Hex7723C062323514a6118
Octal1672740142626551214130
Binary11101111011110001100010110010110101101001010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77023C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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