#743560

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

Shades of Palatinate Purple #743560

Tints of Palatinate Purple #743560

Color information

#743560 (or 0x743560) is unknown color: approx Palatinate Purple. HEX triplet: 74, 35 and 60. RGB value is (116,53,96). Sum of RGB (Red+Green+Blue) = 116+53+96=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 116 - color contains mainly: red. Hex color #743560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743560 is #8BCA9F. Grayscale: #4C4C4C. Windows color (decimal): -9161376 or 6305140. OLE color: 6305140.

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

Color convert

RGB1165396-
CMYK00.540.170.55
HSL319.05º37.28%33.14%-
HSV(B)319.05º54.31%45.49%-
XYZ10.597.111.88-
YUV76.74138.87156-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.77%
GREEN value IS 53 (21.09% from 255) = 20%
BLUE value IS 96 (37.89% from 255) = 36.23%
R=43.77%
G=20%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116539600.540.170.55319.0537.2833.14
Hex743560036113713f2521
Octal1646514006621674774541
Binary11101001101011100000011011010001110111100111111100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743560; }

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

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

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

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

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

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

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

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