#74093C

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

Shades of Tyrian Purple #74093C

Tints of Tyrian Purple #74093C

Color information

#74093C (or 0x74093C) is unknown color: approx Tyrian Purple. HEX triplet: 74, 09 and 3C. RGB value is (116,9,60). Sum of RGB (Red+Green+Blue) = 116+9+60=185 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.70% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 60 (23.83% from 255 or 32.43% from 185); Max value from RGB is 116 - color contains mainly: red. Hex color #74093C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74093C is #8BF6C3. Grayscale: #2E2E2E. Windows color (decimal): -9172676 or 3934580. OLE color: 3934580.

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

Color convert

RGB116960-
CMYK00.920.480.55
HSL331.4º85.6%24.51%-
HSV(B)331.4º92.24%45.49%-
XYZ8.124.234.66-
YUV46.81135.45177.35-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 62.70%
GREEN value IS 9 (3.91% from 255) = 4.86%
BLUE value IS 60 (23.83% from 255) = 32.43%
R=62.70%
G=4.86%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11696000.920.480.55331.485.624.51
Hex7493C05C303714b5619
Octal16411740134606751312631
Binary1110100100111110001011100110000110111101001011101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74093C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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