#74074C

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

Shades of Tyrian Purple #74074C

Tints of Tyrian Purple #74074C

Color information

#74074C (or 0x74074C) is unknown color: approx Tyrian Purple. HEX triplet: 74, 07 and 4C. RGB value is (116,7,76). Sum of RGB (Red+Green+Blue) = 116+7+76=199 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.29% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 76 (30.08% from 255 or 38.19% from 199); Max value from RGB is 116 - color contains mainly: red. Hex color #74074C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74074C is #8BF8B3. Grayscale: #2F2F2F. Windows color (decimal): -9173172 or 4982644. OLE color: 4982644.

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

Color convert

RGB116776-
CMYK00.940.340.55
HSL322.02º88.62%24.12%-
HSV(B)322.02º93.97%45.49%-
XYZ8.584.397.23-
YUV47.46144.11176.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 58.29%
GREEN value IS 7 (3.12% from 255) = 3.52%
BLUE value IS 76 (30.08% from 255) = 38.19%
R=58.29%
G=3.52%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11677600.940.340.55322.0288.6224.12
Hex7474C05E22371425918
Octal16471140136426750213130
Binary1110100111100110001011110100010110111101000010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74074C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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