#74044D

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

Shades of Tyrian Purple #74044D

Tints of Tyrian Purple #74044D

Color information

#74044D (or 0x74044D) is unknown color: approx Tyrian Purple. HEX triplet: 74, 04 and 4D. RGB value is (116,4,77). Sum of RGB (Red+Green+Blue) = 116+4+77=197 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.88% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 77 (30.47% from 255 or 39.09% from 197); Max value from RGB is 116 - color contains mainly: red. Hex color #74044D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74044D is #8BFBB2. Grayscale: #2D2D2D. Windows color (decimal): -9173939 or 5047412. OLE color: 5047412.

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

Color convert

RGB116477-
CMYK00.970.340.55
HSL320.89º93.33%23.53%-
HSV(B)320.89º96.55%45.49%-
XYZ8.594.347.41-
YUV45.81145.61178.06-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 58.88%
GREEN value IS 4 (1.95% from 255) = 2.03%
BLUE value IS 77 (30.47% from 255) = 39.09%
R=58.88%
G=2.03%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11647700.970.340.55320.8993.3323.53
Hex7444D06122371415d18
Octal16441150141426750113530
Binary1110100100100110101100001100010110111101000001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74044D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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