#740043

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

Shades of Tyrian Purple #740043

Tints of Tyrian Purple #740043

Color information

#740043 (or 0x740043) is unknown color: approx Tyrian Purple. HEX triplet: 74, 00 and 43. RGB value is (116,0,67). Sum of RGB (Red+Green+Blue) = 116+0+67=183 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.39% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 67 (26.56% from 255 or 36.61% from 183); Max value from RGB is 116 - color contains mainly: red. Hex color #740043 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740043 is #8BFFBC. Grayscale: #2A2A2A. Windows color (decimal): -9174973 or 4391028. OLE color: 4391028.

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

Color convert

RGB116067-
CMYK010.420.55
HSL325.34º100%22.75%-
HSV(B)325.34º100%45.49%-
XYZ8.224.125.67-
YUV42.32141.93180.55-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 63.39%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 67 (26.56% from 255) = 36.61%
R=63.39%
G=0%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116067010.420.55325.3410022.75
Hex740430642A371456417
Octal16401030144526750514427
Binary11101000100001101100100101010110111101000101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740043; }

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

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

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

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

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

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

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

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