#740C43

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

Shades of Tyrian Purple #740C43

Tints of Tyrian Purple #740C43

Color information

#740C43 (or 0x740C43) is unknown color: approx Tyrian Purple. HEX triplet: 74, 0C and 43. RGB value is (116,12,67). Sum of RGB (Red+Green+Blue) = 116+12+67=195 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.49% from 195); Green value is 12 (5.08% from 255 or 6.15% from 195); Blue value is 67 (26.56% from 255 or 34.36% from 195); Max value from RGB is 116 - color contains mainly: red. Hex color #740C43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740C43 is #8BF3BC. Grayscale: #313131. Windows color (decimal): -9171901 or 4394100. OLE color: 4394100.

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

Color convert

RGB1161267-
CMYK00.900.420.55
HSL328.27º81.25%25.1%-
HSV(B)328.27º89.66%45.49%-
XYZ8.354.385.72-
YUV49.37137.96175.53-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 59.49%
GREEN value IS 12 (5.08% from 255) = 6.15%
BLUE value IS 67 (26.56% from 255) = 34.36%
R=59.49%
G=6.15%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116126700.900.420.55328.2781.2525.1
Hex74C4305A2A371485119
Octal164141030132526751012131
Binary11101001100100001101011010101010110111101001000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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