#740643

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

Shades of Tyrian Purple #740643

Tints of Tyrian Purple #740643

Color information

#740643 (or 0x740643) is unknown color: approx Tyrian Purple. HEX triplet: 74, 06 and 43. RGB value is (116,6,67). Sum of RGB (Red+Green+Blue) = 116+6+67=189 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.38% from 189); Green value is 6 (2.73% from 255 or 3.17% from 189); Blue value is 67 (26.56% from 255 or 35.45% from 189); Max value from RGB is 116 - color contains mainly: red. Hex color #740643 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740643 is #8BF9BC. Grayscale: #2D2D2D. Windows color (decimal): -9173437 or 4392564. OLE color: 4392564.

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

Color convert

RGB116667-
CMYK00.950.420.55
HSL326.73º90.16%23.92%-
HSV(B)326.73º94.83%45.49%-
XYZ8.284.255.69-
YUV45.84139.94178.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 61.38%
GREEN value IS 6 (2.73% from 255) = 3.17%
BLUE value IS 67 (26.56% from 255) = 35.45%
R=61.38%
G=3.17%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11666700.950.420.55326.7390.1623.92
Hex7464305F2A371475a18
Octal16461030137526750713230
Binary1110100110100001101011111101010110111101000111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740643; }

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

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

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

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

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

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

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

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