#743F68

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

Shades of Palatinate Purple #743F68

Tints of Palatinate Purple #743F68

Color information

#743F68 (or 0x743F68) is unknown color: approx Palatinate Purple. HEX triplet: 74, 3F and 68. RGB value is (116,63,104). Sum of RGB (Red+Green+Blue) = 116+63+104=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 63 (25% from 255 or 22.26% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 116 - color contains mainly: red. Hex color #743F68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743F68 is #8BC097. Grayscale: #535353. Windows color (decimal): -9158808 or 6831988. OLE color: 6831988.

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

Color convert

RGB11663104-
CMYK00.460.100.55
HSL313.58º29.61%35.1%-
HSV(B)313.58º45.69%45.49%-
XYZ11.488.2714.09-
YUV83.52139.56151.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.99%
GREEN value IS 63 (25% from 255) = 22.26%
BLUE value IS 104 (41.02% from 255) = 36.75%
R=40.99%
G=22.26%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1166310400.460.100.55313.5829.6135.1
Hex743F6802EA3713a1e23
Octal1647715005612674723643
Binary111010011111111010000101110101011011110011101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,63,104); }

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

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

 a { background-color: rgb(116,63,104); }

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

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

 span { border-color: rgb(116,63,104); }

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