#740149

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

Shades of Tyrian Purple #740149

Tints of Tyrian Purple #740149

Color information

#740149 (or 0x740149) is unknown color: approx Tyrian Purple. HEX triplet: 74, 01 and 49. RGB value is (116,1,73). Sum of RGB (Red+Green+Blue) = 116+1+73=190 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.05% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 73 (28.91% from 255 or 38.42% from 190); Max value from RGB is 116 - color contains mainly: red. Hex color #740149 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740149 is #8BFEB6. Grayscale: #2B2B2B. Windows color (decimal): -9174711 or 4784500. OLE color: 4784500.

HSL color Cylindrical-coordinate representation of color #740149: hue angle of 322.43º 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 #740149 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB116173-
CMYK00.990.370.55
HSL322.43º98.29%22.94%-
HSV(B)322.43º99.14%45.49%-
XYZ8.424.226.67-
YUV43.59144.6179.65-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 61.05%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 73 (28.91% from 255) = 38.42%
R=61.05%
G=0.53%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11617300.990.370.55322.4398.2922.94
Hex7414906325371426217
Octal16411110143456750214227
Binary11101001100100101100011100101110111101000010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740149; }

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

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

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

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

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

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

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

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