#740941

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

Shades of Tyrian Purple #740941

Tints of Tyrian Purple #740941

Color information

#740941 (or 0x740941) is unknown color: approx Tyrian Purple. HEX triplet: 74, 09 and 41. RGB value is (116,9,65). Sum of RGB (Red+Green+Blue) = 116+9+65=190 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.05% from 190); Green value is 9 (3.91% from 255 or 4.74% from 190); Blue value is 65 (25.78% from 255 or 34.21% from 190); Max value from RGB is 116 - color contains mainly: red. Hex color #740941 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740941 is #8BF6BE. Grayscale: #2F2F2F. Windows color (decimal): -9172671 or 4262260. OLE color: 4262260.

HSL color Cylindrical-coordinate representation of color #740941: hue angle of 328.6º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #740941 is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB116965-
CMYK00.920.440.55
HSL328.6º85.6%24.51%-
HSV(B)328.6º92.24%45.49%-
XYZ8.254.295.39-
YUV47.38137.95176.95-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 61.05%
GREEN value IS 9 (3.91% from 255) = 4.74%
BLUE value IS 65 (25.78% from 255) = 34.21%
R=61.05%
G=4.74%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11696500.920.440.55328.685.624.51
Hex7494105C2C371495619
Octal164111010134546751112631
Binary11101001001100000101011100101100110111101001001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740941; }

 p { color: rgb(116,9,65); }

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

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

 a { background-color: rgb(116,9,65); }

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

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

 span { border-color: rgb(116,9,65); }

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