#740138

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

Shades of Tyrian Purple #740138

Tints of Tyrian Purple #740138

Color information

#740138 (or 0x740138) is unknown color: approx Tyrian Purple. HEX triplet: 74, 01 and 38. RGB value is (116,1,56). Sum of RGB (Red+Green+Blue) = 116+1+56=173 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.05% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 56 (22.27% from 255 or 32.37% from 173); Max value from RGB is 116 - color contains mainly: red. Hex color #740138 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740138 is #8BFEC7. Grayscale: #292929. Windows color (decimal): -9174728 or 3670388. OLE color: 3670388.

HSL color Cylindrical-coordinate representation of color #740138: hue angle of 331.3º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #740138 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.55.

Color convert

RGB116156-
CMYK00.990.520.55
HSL331.3º98.29%22.94%-
HSV(B)331.3º99.14%45.49%-
XYZ7.934.024.1-
YUV41.66136.1181.03-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 67.05%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 56 (22.27% from 255) = 32.37%
R=67.05%
G=0.58%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11615600.990.520.55331.398.2922.94
Hex74138063343714b6217
Octal1641700143646751314227
Binary1110100111100001100011110100110111101001011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740138; }

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

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

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

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

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

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

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

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