#740044

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

Shades of Tyrian Purple #740044

Tints of Tyrian Purple #740044

Color information

#740044 (or 0x740044) is unknown color: approx Tyrian Purple. HEX triplet: 74, 00 and 44. RGB value is (116,0,68). Sum of RGB (Red+Green+Blue) = 116+0+68=184 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.04% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 68 (26.95% from 255 or 36.96% from 184); Max value from RGB is 116 - color contains mainly: red. Hex color #740044 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740044 is #8BFFBB. Grayscale: #2A2A2A. Windows color (decimal): -9174972 or 4456564. OLE color: 4456564.

HSL color Cylindrical-coordinate representation of color #740044: hue angle of 324.83º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #740044 is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB116068-
CMYK010.410.55
HSL324.83º100%22.75%-
HSV(B)324.83º100%45.49%-
XYZ8.254.135.83-
YUV42.44142.43180.47-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 63.04%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 68 (26.95% from 255) = 36.96%
R=63.04%
G=0%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116068010.410.55324.8310022.75
Hex7404406429371456417
Octal16401040144516750514427
Binary11101000100010001100100101001110111101000101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740044; }

 p { color: rgb(116,0,68); }

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

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

 a { background-color: rgb(116,0,68); }

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

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

 span { border-color: rgb(116,0,68); }

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