#740732

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

Shades of Tyrian Purple #740732

Tints of Tyrian Purple #740732

Color information

#740732 (or 0x740732) is unknown color: approx Tyrian Purple. HEX triplet: 74, 07 and 32. RGB value is (116,7,50). Sum of RGB (Red+Green+Blue) = 116+7+50=173 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.05% from 173); Green value is 7 (3.12% from 255 or 4.05% from 173); Blue value is 50 (19.92% from 255 or 28.90% from 173); Max value from RGB is 116 - color contains mainly: red. Hex color #740732 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740732 is #8BF8CD. Grayscale: #2C2C2C. Windows color (decimal): -9173198 or 3278708. OLE color: 3278708.

HSL color Cylindrical-coordinate representation of color #740732: hue angle of 336.33º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740732 is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB116750-
CMYK00.940.570.55
HSL336.33º88.62%24.12%-
HSV(B)336.33º93.97%45.49%-
XYZ7.854.13.39-
YUV44.49131.11179-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 67.05%
GREEN value IS 7 (3.12% from 255) = 4.05%
BLUE value IS 50 (19.92% from 255) = 28.90%
R=67.05%
G=4.05%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11675000.940.570.55336.3388.6224.12
Hex7473205E39371505918
Octal1647620136716752013130
Binary111010011111001001011110111001110111101010000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740732; }

 p { color: rgb(116,7,50); }

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

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

 a { background-color: rgb(116,7,50); }

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

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

 span { border-color: rgb(116,7,50); }

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