#743D69

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

Shades of Palatinate Purple #743D69

Tints of Palatinate Purple #743D69

Color information

#743D69 (or 0x743D69) is unknown color: approx Palatinate Purple. HEX triplet: 74, 3D and 69. RGB value is (116,61,105). Sum of RGB (Red+Green+Blue) = 116+61+105=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 61 (24.22% from 255 or 21.63% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 116 - color contains mainly: red. Hex color #743D69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743D69 is #8BC296. Grayscale: #525252. Windows color (decimal): -9159319 or 6897012. OLE color: 6897012.

HSL color Cylindrical-coordinate representation of color #743D69: hue angle of 312º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #743D69 is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB11661105-
CMYK00.470.090.55
HSL312º31.07%34.71%-
HSV(B)312º47.41%45.49%-
XYZ11.428.0714.32-
YUV82.46140.72151.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.13%
GREEN value IS 61 (24.22% from 255) = 21.63%
BLUE value IS 105 (41.41% from 255) = 37.23%
R=41.13%
G=21.63%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1166110500.470.090.5531231.0734.71
Hex743D6902F9371381f23
Octal1647515105711674703743
Binary111010011110111010010101111100111011110011100011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,61,105); }

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

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

 a { background-color: rgb(116,61,105); }

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

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

 span { border-color: rgb(116,61,105); }

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