#743565

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

Shades of Palatinate Purple #743565

Tints of Palatinate Purple #743565

Color information

#743565 (or 0x743565) is unknown color: approx Palatinate Purple. HEX triplet: 74, 35 and 65. RGB value is (116,53,101). Sum of RGB (Red+Green+Blue) = 116+53+101=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 116 - color contains mainly: red. Hex color #743565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743565 is #8BCA9A. Grayscale: #4D4D4D. Windows color (decimal): -9161371 or 6632820. OLE color: 6632820.

HSL color Cylindrical-coordinate representation of color #743565: hue angle of 314.29º 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 #743565 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB11653101-
CMYK00.540.130.55
HSL314.29º37.28%33.14%-
HSV(B)314.29º54.31%45.49%-
XYZ10.827.213.13-
YUV77.31141.37155.6-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.96%
GREEN value IS 53 (21.09% from 255) = 19.63%
BLUE value IS 101 (39.84% from 255) = 37.41%
R=42.96%
G=19.63%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1165310100.540.130.55314.2937.2833.14
Hex743565036D3713a2521
Octal1646514506615674724541
Binary1110100110101110010101101101101110111100111010100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743565; }

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

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

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

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

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

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

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

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