#770040

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

Shades of Tyrian Purple #770040

Tints of Tyrian Purple #770040

Color information

#770040 (or 0x770040) is unknown color: approx Tyrian Purple. HEX triplet: 77, 00 and 40. RGB value is (119,0,64). Sum of RGB (Red+Green+Blue) = 119+0+64=183 (24% of max value = 765). Red value is 119 (46.88% from 255 or 65.03% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 119 - color contains mainly: red. Hex color #770040 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770040 is #88FFBF. Grayscale: #2A2A2A. Windows color (decimal): -8978368 or 4194423. OLE color: 4194423.

HSL color Cylindrical-coordinate representation of color #770040: hue angle of 327.73º 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 #770040 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB119064-
CMYK010.460.53
HSL327.73º100%23.33%-
HSV(B)327.73º100%46.67%-
XYZ8.534.295.23-
YUV42.88139.92182.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 65.03%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 64 (25.39% from 255) = 34.97%
R=65.03%
G=0%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119064010.460.53327.7310023.33
Hex770400642E351486417
Octal16701000144566551014427
Binary11101110100000001100100101110110101101001000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770040; }

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

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

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

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

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

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

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

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