#760741

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

Shades of Tyrian Purple #760741

Tints of Tyrian Purple #760741

Color information

#760741 (or 0x760741) is unknown color: approx Tyrian Purple. HEX triplet: 76, 07 and 41. RGB value is (118,7,65). Sum of RGB (Red+Green+Blue) = 118+7+65=190 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.11% from 190); Green value is 7 (3.12% from 255 or 3.68% from 190); Blue value is 65 (25.78% from 255 or 34.21% from 190); Max value from RGB is 118 - color contains mainly: red. Hex color #760741 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760741 is #89F8BE. Grayscale: #2E2E2E. Windows color (decimal): -9042111 or 4261750. OLE color: 4261750.

HSL color Cylindrical-coordinate representation of color #760741: hue angle of 328.65º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760741 is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB118765-
CMYK00.940.450.54
HSL328.65º88.8%24.51%-
HSV(B)328.65º94.07%46.27%-
XYZ8.54.395.4-
YUV46.8138.27178.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 62.11%
GREEN value IS 7 (3.12% from 255) = 3.68%
BLUE value IS 65 (25.78% from 255) = 34.21%
R=62.11%
G=3.68%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11876500.940.450.54328.6588.824.51
Hex7674105E2D361495919
Octal16671010136556651113131
Binary1110110111100000101011110101101110110101001001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760741; }

 p { color: rgb(118,7,65); }

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

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

 a { background-color: rgb(118,7,65); }

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

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

 span { border-color: rgb(118,7,65); }

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