#743E66

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

Shades of Palatinate Purple #743E66

Tints of Palatinate Purple #743E66

Color information

#743E66 (or 0x743E66) is unknown color: approx Palatinate Purple. HEX triplet: 74, 3E and 66. RGB value is (116,62,102). Sum of RGB (Red+Green+Blue) = 116+62+102=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 62 (24.61% from 255 or 22.14% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 116 - color contains mainly: red. Hex color #743E66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743E66 is #8BC199. Grayscale: #525252. Windows color (decimal): -9159066 or 6700660. OLE color: 6700660.

HSL color Cylindrical-coordinate representation of color #743E66: hue angle of 315.56º degrees, saturation: 0.3, 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 #743E66 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB11662102-
CMYK00.470.120.55
HSL315.56º30.34%34.9%-
HSV(B)315.56º46.55%45.49%-
XYZ11.328.1213.54-
YUV82.71138.89151.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.43%
GREEN value IS 62 (24.61% from 255) = 22.14%
BLUE value IS 102 (40.23% from 255) = 36.43%
R=41.43%
G=22.14%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1166210200.470.120.55315.5630.3434.9
Hex743E6602FC3713c1e23
Octal1647614605714674743643
Binary111010011111011001100101111110011011110011110011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,62,102); }

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

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

 a { background-color: rgb(116,62,102); }

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

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

 span { border-color: rgb(116,62,102); }

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