#743668

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

Shades of Palatinate Purple #743668

Tints of Palatinate Purple #743668

Color information

#743668 (or 0x743668) is unknown color: approx Palatinate Purple. HEX triplet: 74, 36 and 68. RGB value is (116,54,104). Sum of RGB (Red+Green+Blue) = 116+54+104=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 54 (21.48% from 255 or 19.71% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 116 - color contains mainly: red. Hex color #743668 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743668 is #8BC997. Grayscale: #4E4E4E. Windows color (decimal): -9161112 or 6829684. OLE color: 6829684.

HSL color Cylindrical-coordinate representation of color #743668: hue angle of 311.61º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #743668 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB11654104-
CMYK00.530.100.55
HSL311.61º36.47%33.33%-
HSV(B)311.61º53.45%45.49%-
XYZ11.027.3513.93-
YUV78.24142.54154.93-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.34%
GREEN value IS 54 (21.48% from 255) = 19.71%
BLUE value IS 104 (41.02% from 255) = 37.96%
R=42.34%
G=19.71%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1165410400.530.100.55311.6136.4733.33
Hex743668035A371382421
Octal1646615006512674704441
Binary1110100110110110100001101011010110111100111000100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743668; }

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

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

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

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

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

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

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

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