#74043D

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

Shades of Tyrian Purple #74043D

Tints of Tyrian Purple #74043D

Color information

#74043D (or 0x74043D) is unknown color: approx Tyrian Purple. HEX triplet: 74, 04 and 3D. RGB value is (116,4,61). Sum of RGB (Red+Green+Blue) = 116+4+61=181 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.09% from 181); Green value is 4 (1.95% from 255 or 2.21% from 181); Blue value is 61 (24.22% from 255 or 33.70% from 181); Max value from RGB is 116 - color contains mainly: red. Hex color #74043D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74043D is #8BFBC2. Grayscale: #2B2B2B. Windows color (decimal): -9173955 or 3998836. OLE color: 3998836.

HSL color Cylindrical-coordinate representation of color #74043D: hue angle of 329.46º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #74043D is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB116461-
CMYK00.970.470.55
HSL329.46º93.33%23.53%-
HSV(B)329.46º96.55%45.49%-
XYZ8.094.144.79-
YUV43.99137.61179.37-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 64.09%
GREEN value IS 4 (1.95% from 255) = 2.21%
BLUE value IS 61 (24.22% from 255) = 33.70%
R=64.09%
G=2.21%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11646100.970.470.55329.4693.3323.53
Hex7443D0612F371495d18
Octal1644750141576751113530
Binary111010010011110101100001101111110111101001001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74043D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74043D; }

 p { color: rgb(116,4,61); }

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

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

 a { background-color: rgb(116,4,61); }

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

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

 span { border-color: rgb(116,4,61); }

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