#740B39

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

Shades of Tyrian Purple #740B39

Tints of Tyrian Purple #740B39

Color information

#740B39 (or 0x740B39) is unknown color: approx Tyrian Purple. HEX triplet: 74, 0B and 39. RGB value is (116,11,57). Sum of RGB (Red+Green+Blue) = 116+11+57=184 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.04% from 184); Green value is 11 (4.69% from 255 or 5.98% from 184); Blue value is 57 (22.66% from 255 or 30.98% from 184); Max value from RGB is 116 - color contains mainly: red. Hex color #740B39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740B39 is #8BF4C6. Grayscale: #2F2F2F. Windows color (decimal): -9172167 or 3738484. OLE color: 3738484.

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

Color convert

RGB1161157-
CMYK00.910.510.55
HSL333.71º82.68%24.9%-
HSV(B)333.71º90.52%45.49%-
XYZ8.064.254.27-
YUV47.64133.29176.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 63.04%
GREEN value IS 11 (4.69% from 255) = 5.98%
BLUE value IS 57 (22.66% from 255) = 30.98%
R=63.04%
G=5.98%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116115700.910.510.55333.7182.6824.9
Hex74B3905B333714e5319
Octal16413710133636751612331
Binary1110100101111100101011011110011110111101001110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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