#740A3D

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

Shades of Tyrian Purple #740A3D

Tints of Tyrian Purple #740A3D

Color information

#740A3D (or 0x740A3D) is unknown color: approx Tyrian Purple. HEX triplet: 74, 0A and 3D. RGB value is (116,10,61). Sum of RGB (Red+Green+Blue) = 116+10+61=187 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.03% from 187); Green value is 10 (4.30% from 255 or 5.35% from 187); Blue value is 61 (24.22% from 255 or 32.62% from 187); Max value from RGB is 116 - color contains mainly: red. Hex color #740A3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740A3D is #8BF5C2. Grayscale: #2F2F2F. Windows color (decimal): -9172419 or 4000372. OLE color: 4000372.

HSL color Cylindrical-coordinate representation of color #740A3D: hue angle of 331.13º 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 #740A3D is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB1161061-
CMYK00.910.470.55
HSL331.13º84.13%24.71%-
HSV(B)331.13º91.38%45.49%-
XYZ8.154.274.81-
YUV47.51135.62176.85-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 62.03%
GREEN value IS 10 (4.30% from 255) = 5.35%
BLUE value IS 61 (24.22% from 255) = 32.62%
R=62.03%
G=5.35%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116106100.910.470.55331.1384.1324.71
Hex74A3D05B2F3714b5419
Octal16412750133576751312431
Binary1110100101011110101011011101111110111101001011101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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