#740C4A

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

Shades of Tyrian Purple #740C4A

Tints of Tyrian Purple #740C4A

Color information

#740C4A (or 0x740C4A) is unknown color: approx Tyrian Purple. HEX triplet: 74, 0C and 4A. RGB value is (116,12,74). Sum of RGB (Red+Green+Blue) = 116+12+74=202 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.43% from 202); Green value is 12 (5.08% from 255 or 5.94% from 202); Blue value is 74 (29.30% from 255 or 36.63% from 202); Max value from RGB is 116 - color contains mainly: red. Hex color #740C4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740C4A is #8BF3B5. Grayscale: #323232. Windows color (decimal): -9171894 or 4852852. OLE color: 4852852.

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

Color convert

RGB1161274-
CMYK00.900.360.55
HSL324.23º81.25%25.1%-
HSV(B)324.23º89.66%45.49%-
XYZ8.574.476.89-
YUV50.16141.46174.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 57.43%
GREEN value IS 12 (5.08% from 255) = 5.94%
BLUE value IS 74 (29.30% from 255) = 36.63%
R=57.43%
G=5.94%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116127400.900.360.55324.2381.2525.1
Hex74C4A05A24371445119
Octal164141120132446750412131
Binary11101001100100101001011010100100110111101000100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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