#743A64

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

Shades of Palatinate Purple #743A64

Tints of Palatinate Purple #743A64

Color information

#743A64 (or 0x743A64) is unknown color: approx Palatinate Purple. HEX triplet: 74, 3A and 64. RGB value is (116,58,100). Sum of RGB (Red+Green+Blue) = 116+58+100=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 58 (23.05% from 255 or 21.17% from 274); Blue value is 100 (39.45% from 255 or 36.50% from 274); Max value from RGB is 116 - color contains mainly: red. Hex color #743A64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743A64 is #8BC59B. Grayscale: #505050. Windows color (decimal): -9160092 or 6568564. OLE color: 6568564.

HSL color Cylindrical-coordinate representation of color #743A64: hue angle of 316.55º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #743A64 is Cyan = 0, Magento = 0.5, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB11658100-
CMYK00.50.140.55
HSL316.55º33.33%34.12%-
HSV(B)316.55º50%45.49%-
XYZ11.027.6612.95-
YUV80.13139.22153.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.34%
GREEN value IS 58 (23.05% from 255) = 21.17%
BLUE value IS 100 (39.45% from 255) = 36.50%
R=42.34%
G=21.17%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1165810000.50.140.55316.5533.3334.12
Hex743A64032E3713d2122
Octal1647214406216674754142
Binary1110100111010110010001100101110110111100111101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743A64; }

 p { color: rgb(116,58,100); }

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

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

 a { background-color: rgb(116,58,100); }

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

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

 span { border-color: rgb(116,58,100); }

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