#740644

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

Shades of Tyrian Purple #740644

Tints of Tyrian Purple #740644

Color information

#740644 (or 0x740644) is unknown color: approx Tyrian Purple. HEX triplet: 74, 06 and 44. RGB value is (116,6,68). Sum of RGB (Red+Green+Blue) = 116+6+68=190 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.05% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 68 (26.95% from 255 or 35.79% from 190); Max value from RGB is 116 - color contains mainly: red. Hex color #740644 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740644 is #8BF9BB. Grayscale: #2D2D2D. Windows color (decimal): -9173436 or 4458100. OLE color: 4458100.

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

Color convert

RGB116668-
CMYK00.950.410.55
HSL326.18º90.16%23.92%-
HSV(B)326.18º94.83%45.49%-
XYZ8.314.265.85-
YUV45.96140.44177.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 61.05%
GREEN value IS 6 (2.73% from 255) = 3.16%
BLUE value IS 68 (26.95% from 255) = 35.79%
R=61.05%
G=3.16%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11666800.950.410.55326.1890.1623.92
Hex7464405F29371465a18
Octal16461040137516750613230
Binary1110100110100010001011111101001110111101000110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740644; }

 p { color: rgb(116,6,68); }

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

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

 a { background-color: rgb(116,6,68); }

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

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

 span { border-color: rgb(116,6,68); }

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