#743160

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

Shades of Palatinate Purple #743160

Tints of Palatinate Purple #743160

Color information

#743160 (or 0x743160) is unknown color: approx Palatinate Purple. HEX triplet: 74, 31 and 60. RGB value is (116,49,96). Sum of RGB (Red+Green+Blue) = 116+49+96=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 116 - color contains mainly: red. Hex color #743160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743160 is #8BCE9F. Grayscale: #4A4A4A. Windows color (decimal): -9162400 or 6304116. OLE color: 6304116.

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

Color convert

RGB1164996-
CMYK00.580.170.55
HSL317.91º40.61%32.35%-
HSV(B)317.91º57.76%45.49%-
XYZ10.416.7511.82-
YUV74.39140.2157.68-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.44%
GREEN value IS 49 (19.53% from 255) = 18.77%
BLUE value IS 96 (37.89% from 255) = 36.78%
R=44.44%
G=18.77%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116499600.580.170.55317.9140.6132.35
Hex74316003A113713e2920
Octal1646114007221674765140
Binary11101001100011100000011101010001110111100111110101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743160; }

 p { color: rgb(116,49,96); }

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

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

 a { background-color: rgb(116,49,96); }

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

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

 span { border-color: rgb(116,49,96); }

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