#77003C

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

Shades of Tyrian Purple #77003C

Tints of Tyrian Purple #77003C

Color information

#77003C (or 0x77003C) is unknown color: approx Tyrian Purple. HEX triplet: 77, 00 and 3C. RGB value is (119,0,60). Sum of RGB (Red+Green+Blue) = 119+0+60=179 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.48% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 60 (23.83% from 255 or 33.52% from 179); Max value from RGB is 119 - color contains mainly: red. Hex color #77003C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77003C is #88FFC3. Grayscale: #2A2A2A. Windows color (decimal): -8978372 or 3932279. OLE color: 3932279.

HSL color Cylindrical-coordinate representation of color #77003C: hue angle of 329.75º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #77003C is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB119060-
CMYK010.500.53
HSL329.75º100%23.33%-
HSV(B)329.75º100%46.67%-
XYZ8.424.254.65-
YUV42.42137.92182.62-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 66.48%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 60 (23.83% from 255) = 33.52%
R=66.48%
G=0%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119060010.500.53329.7510023.33
Hex7703C064323514a6417
Octal1670740144626551214427
Binary1110111011110001100100110010110101101001010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77003C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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