#740B38

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

Shades of Tyrian Purple #740B38

Tints of Tyrian Purple #740B38

Color information

#740B38 (or 0x740B38) is unknown color: approx Tyrian Purple. HEX triplet: 74, 0B and 38. RGB value is (116,11,56). Sum of RGB (Red+Green+Blue) = 116+11+56=183 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.39% from 183); Green value is 11 (4.69% from 255 or 6.01% from 183); Blue value is 56 (22.27% from 255 or 30.60% from 183); Max value from RGB is 116 - color contains mainly: red. Hex color #740B38 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740B38 is #8BF4C7. Grayscale: #2F2F2F. Windows color (decimal): -9172168 or 3672948. OLE color: 3672948.

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

Color convert

RGB1161156-
CMYK00.910.520.55
HSL334.29º82.68%24.9%-
HSV(B)334.29º90.52%45.49%-
XYZ8.044.244.14-
YUV47.52132.79176.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 63.39%
GREEN value IS 11 (4.69% from 255) = 6.01%
BLUE value IS 56 (22.27% from 255) = 30.60%
R=63.39%
G=6.01%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116115600.910.520.55334.2982.6824.9
Hex74B3805B343714e5319
Octal16413700133646751612331
Binary1110100101111100001011011110100110111101001110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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