#74044E

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

Shades of Tyrian Purple #74044E

Tints of Tyrian Purple #74044E

Color information

#74044E (or 0x74044E) is unknown color: approx Tyrian Purple. HEX triplet: 74, 04 and 4E. RGB value is (116,4,78). Sum of RGB (Red+Green+Blue) = 116+4+78=198 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.59% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 78 (30.86% from 255 or 39.39% from 198); Max value from RGB is 116 - color contains mainly: red. Hex color #74044E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74044E is #8BFBB1. Grayscale: #2D2D2D. Windows color (decimal): -9173938 or 5112948. OLE color: 5112948.

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

Color convert

RGB116478-
CMYK00.970.330.55
HSL320.36º93.33%23.53%-
HSV(B)320.36º96.55%45.49%-
XYZ8.624.357.59-
YUV45.92146.11177.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 58.59%
GREEN value IS 4 (1.95% from 255) = 2.02%
BLUE value IS 78 (30.86% from 255) = 39.39%
R=58.59%
G=2.02%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11647800.970.330.55320.3693.3323.53
Hex7444E06121371405d18
Octal16441160141416750013530
Binary1110100100100111001100001100001110111101000000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74044E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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