#743064

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

Shades of Palatinate Purple #743064

Tints of Palatinate Purple #743064

Color information

#743064 (or 0x743064) is unknown color: approx Palatinate Purple. HEX triplet: 74, 30 and 64. RGB value is (116,48,100). Sum of RGB (Red+Green+Blue) = 116+48+100=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 100 (39.45% from 255 or 37.88% from 264); Max value from RGB is 116 - color contains mainly: red. Hex color #743064 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743064 is #8BCF9B. Grayscale: #4A4A4A. Windows color (decimal): -9162652 or 6566004. OLE color: 6566004.

HSL color Cylindrical-coordinate representation of color #743064: hue angle of 314.12º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #743064 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB11648100-
CMYK00.590.140.55
HSL314.12º41.46%32.16%-
HSV(B)314.12º58.62%45.49%-
XYZ10.566.7512.8-
YUV74.26142.53157.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.94%
GREEN value IS 48 (19.14% from 255) = 18.18%
BLUE value IS 100 (39.45% from 255) = 37.88%
R=43.94%
G=18.18%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1164810000.590.140.55314.1241.4632.16
Hex74306403BE3713a2920
Octal1646014407316674725140
Binary1110100110000110010001110111110110111100111010101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743064; }

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

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

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

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

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

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

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

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