#74073C

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

Shades of Tyrian Purple #74073C

Tints of Tyrian Purple #74073C

Color information

#74073C (or 0x74073C) is unknown color: approx Tyrian Purple. HEX triplet: 74, 07 and 3C. RGB value is (116,7,60). Sum of RGB (Red+Green+Blue) = 116+7+60=183 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.39% from 183); Green value is 7 (3.12% from 255 or 3.83% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 116 - color contains mainly: red. Hex color #74073C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74073C is #8BF8C3. Grayscale: #2D2D2D. Windows color (decimal): -9173188 or 3934068. OLE color: 3934068.

HSL color Cylindrical-coordinate representation of color #74073C: hue angle of 330.83º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #74073C is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB116760-
CMYK00.940.480.55
HSL330.83º88.62%24.12%-
HSV(B)330.83º93.97%45.49%-
XYZ8.094.194.66-
YUV45.63136.11178.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 63.39%
GREEN value IS 7 (3.12% from 255) = 3.83%
BLUE value IS 60 (23.83% from 255) = 32.79%
R=63.39%
G=3.83%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11676000.940.480.55330.8388.6224.12
Hex7473C05E303714b5918
Octal1647740136606751313130
Binary111010011111110001011110110000110111101001011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74073C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74073C; }

 p { color: rgb(116,7,60); }

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

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

 a { background-color: rgb(116,7,60); }

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

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

 span { border-color: rgb(116,7,60); }

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