#740A4A

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

Shades of Tyrian Purple #740A4A

Tints of Tyrian Purple #740A4A

Color information

#740A4A (or 0x740A4A) is unknown color: approx Tyrian Purple. HEX triplet: 74, 0A and 4A. RGB value is (116,10,74). Sum of RGB (Red+Green+Blue) = 116+10+74=200 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58% from 200); Green value is 10 (4.30% from 255 or 5% from 200); Blue value is 74 (29.30% from 255 or 37% from 200); Max value from RGB is 116 - color contains mainly: red. Hex color #740A4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740A4A is #8BF5B5. Grayscale: #303030. Windows color (decimal): -9172406 or 4852340. OLE color: 4852340.

HSL color Cylindrical-coordinate representation of color #740A4A: hue angle of 323.77º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #740A4A is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB1161074-
CMYK00.910.360.55
HSL323.77º84.13%24.71%-
HSV(B)323.77º91.38%45.49%-
XYZ8.554.426.88-
YUV48.99142.12175.8-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 58%
GREEN value IS 10 (4.30% from 255) = 5%
BLUE value IS 74 (29.30% from 255) = 37%
R=58%
G=5%
B=37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116107400.910.360.55323.7784.1324.71
Hex74A4A05B24371445419
Octal164121120133446750412431
Binary11101001010100101001011011100100110111101000100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740A4A; }

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

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

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

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

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

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

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

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