#74094A

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

Shades of Tyrian Purple #74094A

Tints of Tyrian Purple #74094A

Color information

#74094A (or 0x74094A) is unknown color: approx Tyrian Purple. HEX triplet: 74, 09 and 4A. RGB value is (116,9,74). Sum of RGB (Red+Green+Blue) = 116+9+74=199 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.29% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 116 - color contains mainly: red. Hex color #74094A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74094A is #8BF6B5. Grayscale: #303030. Windows color (decimal): -9172662 or 4852084. OLE color: 4852084.

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

Color convert

RGB116974-
CMYK00.920.360.55
HSL323.55º85.6%24.51%-
HSV(B)323.55º92.24%45.49%-
XYZ8.544.46.88-
YUV48.4142.45176.21-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 58.29%
GREEN value IS 9 (3.91% from 255) = 4.52%
BLUE value IS 74 (29.30% from 255) = 37.19%
R=58.29%
G=4.52%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11697400.920.360.55323.5585.624.51
Hex7494A05C24371445619
Octal164111120134446750412631
Binary11101001001100101001011100100100110111101000100101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74094A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74094A; }

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

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

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

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

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

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

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

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