#740346

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

Shades of Tyrian Purple #740346

Tints of Tyrian Purple #740346

Color information

#740346 (or 0x740346) is unknown color: approx Tyrian Purple. HEX triplet: 74, 03 and 46. RGB value is (116,3,70). Sum of RGB (Red+Green+Blue) = 116+3+70=189 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.38% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 70 (27.73% from 255 or 37.04% from 189); Max value from RGB is 116 - color contains mainly: red. Hex color #740346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740346 is #8BFCB9. Grayscale: #2C2C2C. Windows color (decimal): -9174202 or 4588404. OLE color: 4588404.

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

Color convert

RGB116370-
CMYK00.970.400.55
HSL324.42º94.96%23.33%-
HSV(B)324.42º97.41%45.49%-
XYZ8.344.226.17-
YUV44.42142.44179.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 61.38%
GREEN value IS 3 (1.56% from 255) = 1.59%
BLUE value IS 70 (27.73% from 255) = 37.04%
R=61.38%
G=1.59%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11637000.970.400.55324.4294.9623.33
Hex7434606128371445f17
Octal16431060141506750413727
Binary111010011100011001100001101000110111101000100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740346; }

 p { color: rgb(116,3,70); }

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

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

 a { background-color: rgb(116,3,70); }

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

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

 span { border-color: rgb(116,3,70); }

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