#740045

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

Shades of Tyrian Purple #740045

Tints of Tyrian Purple #740045

Color information

#740045 (or 0x740045) is unknown color: approx Tyrian Purple. HEX triplet: 74, 00 and 45. RGB value is (116,0,69). Sum of RGB (Red+Green+Blue) = 116+0+69=185 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.70% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 69 (27.34% from 255 or 37.30% from 185); Max value from RGB is 116 - color contains mainly: red. Hex color #740045 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740045 is #8BFFBA. Grayscale: #2A2A2A. Windows color (decimal): -9174971 or 4522100. OLE color: 4522100.

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

Color convert

RGB116069-
CMYK010.410.55
HSL324.31º100%22.75%-
HSV(B)324.31º100%45.49%-
XYZ8.284.145.99-
YUV42.55142.93180.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 62.70%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 69 (27.34% from 255) = 37.30%
R=62.70%
G=0%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116069010.410.55324.3110022.75
Hex7404506429371446417
Octal16401050144516750414427
Binary11101000100010101100100101001110111101000100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740045; }

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

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

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

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

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

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

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

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