#740945

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

Shades of Tyrian Purple #740945

Tints of Tyrian Purple #740945

Color information

#740945 (or 0x740945) is unknown color: approx Tyrian Purple. HEX triplet: 74, 09 and 45. RGB value is (116,9,69). Sum of RGB (Red+Green+Blue) = 116+9+69=194 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.79% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 69 (27.34% from 255 or 35.57% from 194); Max value from RGB is 116 - color contains mainly: red. Hex color #740945 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740945 is #8BF6BA. Grayscale: #2F2F2F. Windows color (decimal): -9172667 or 4524404. OLE color: 4524404.

HSL color Cylindrical-coordinate representation of color #740945: hue angle of 326.36º 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 #740945 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB116969-
CMYK00.920.410.55
HSL326.36º85.6%24.51%-
HSV(B)326.36º92.24%45.49%-
XYZ8.374.346.03-
YUV47.83139.95176.62-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 59.79%
GREEN value IS 9 (3.91% from 255) = 4.64%
BLUE value IS 69 (27.34% from 255) = 35.57%
R=59.79%
G=4.64%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11696900.920.410.55326.3685.624.51
Hex7494505C29371465619
Octal164111050134516750612631
Binary11101001001100010101011100101001110111101000110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740945; }

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

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

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

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

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

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

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

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