#740B4C

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

Shades of Tyrian Purple #740B4C

Tints of Tyrian Purple #740B4C

Color information

#740B4C (or 0x740B4C) is unknown color: approx Tyrian Purple. HEX triplet: 74, 0B and 4C. RGB value is (116,11,76). Sum of RGB (Red+Green+Blue) = 116+11+76=203 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.14% from 203); Green value is 11 (4.69% from 255 or 5.42% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 116 - color contains mainly: red. Hex color #740B4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740B4C is #8BF4B3. Grayscale: #313131. Windows color (decimal): -9172148 or 4983668. OLE color: 4983668.

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

Color convert

RGB1161176-
CMYK00.910.340.55
HSL322.86º82.68%24.9%-
HSV(B)322.86º90.52%45.49%-
XYZ8.634.477.25-
YUV49.8142.79175.21-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 57.14%
GREEN value IS 11 (4.69% from 255) = 5.42%
BLUE value IS 76 (30.08% from 255) = 37.44%
R=57.14%
G=5.42%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116117600.910.340.55322.8682.6824.9
Hex74B4C05B22371435319
Octal164131140133426750312331
Binary11101001011100110001011011100010110111101000011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,11,76); }

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

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

 a { background-color: rgb(116,11,76); }

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

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

 span { border-color: rgb(116,11,76); }

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