#740D3A

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

Shades of Tyrian Purple #740D3A

Tints of Tyrian Purple #740D3A

Color information

#740D3A (or 0x740D3A) is unknown color: approx Tyrian Purple. HEX triplet: 74, 0D and 3A. RGB value is (116,13,58). Sum of RGB (Red+Green+Blue) = 116+13+58=187 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.03% from 187); Green value is 13 (5.47% from 255 or 6.95% from 187); Blue value is 58 (23.05% from 255 or 31.02% from 187); Max value from RGB is 116 - color contains mainly: red. Hex color #740D3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740D3A is #8BF2C5. Grayscale: #303030. Windows color (decimal): -9171654 or 3804532. OLE color: 3804532.

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

Color convert

RGB1161358-
CMYK00.890.50.55
HSL333.79º79.84%25.29%-
HSV(B)333.79º88.79%45.49%-
XYZ8.114.314.41-
YUV48.93133.12175.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 62.03%
GREEN value IS 13 (5.47% from 255) = 6.95%
BLUE value IS 58 (23.05% from 255) = 31.02%
R=62.03%
G=6.95%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.5
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116135800.890.50.55333.7979.8425.29
Hex74D3A059323714e5019
Octal16415720131626751612031
Binary1110100110111101001011001110010110111101001110101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,13,58); }

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

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

 a { background-color: rgb(116,13,58); }

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

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

 span { border-color: rgb(116,13,58); }

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