#740637

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

Shades of Tyrian Purple #740637

Tints of Tyrian Purple #740637

Color information

#740637 (or 0x740637) is unknown color: approx Tyrian Purple. HEX triplet: 74, 06 and 37. RGB value is (116,6,55). Sum of RGB (Red+Green+Blue) = 116+6+55=177 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.54% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 55 (21.88% from 255 or 31.07% from 177); Max value from RGB is 116 - color contains mainly: red. Hex color #740637 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740637 is #8BF9C8. Grayscale: #2C2C2C. Windows color (decimal): -9173449 or 3606132. OLE color: 3606132.

HSL color Cylindrical-coordinate representation of color #740637: hue angle of 333.27º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #740637 is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB116655-
CMYK00.950.530.55
HSL333.27º90.16%23.92%-
HSV(B)333.27º94.83%45.49%-
XYZ7.964.123.99-
YUV44.48133.94179.02-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 65.54%
GREEN value IS 6 (2.73% from 255) = 3.39%
BLUE value IS 55 (21.88% from 255) = 31.07%
R=65.54%
G=3.39%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11665500.950.530.55333.2790.1623.92
Hex7463705F353714d5a18
Octal1646670137656751513230
Binary111010011011011101011111110101110111101001101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740637; }

 p { color: rgb(116,6,55); }

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

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

 a { background-color: rgb(116,6,55); }

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

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

 span { border-color: rgb(116,6,55); }

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