#743765

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

Shades of Palatinate Purple #743765

Tints of Palatinate Purple #743765

Color information

#743765 (or 0x743765) is unknown color: approx Palatinate Purple. HEX triplet: 74, 37 and 65. RGB value is (116,55,101). Sum of RGB (Red+Green+Blue) = 116+55+101=272 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.65% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 101 (39.84% from 255 or 37.13% from 272); Max value from RGB is 116 - color contains mainly: red. Hex color #743765 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743765 is #8BC89A. Grayscale: #4E4E4E. Windows color (decimal): -9160859 or 6633332. OLE color: 6633332.

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

Color convert

RGB11655101-
CMYK00.530.130.55
HSL314.75º35.67%33.53%-
HSV(B)314.75º52.59%45.49%-
XYZ10.927.3813.16-
YUV78.48140.71154.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.65%
GREEN value IS 55 (21.88% from 255) = 20.22%
BLUE value IS 101 (39.84% from 255) = 37.13%
R=42.65%
G=20.22%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1165510100.530.130.55314.7535.6733.53
Hex743765035D3713b2422
Octal1646714506515674734442
Binary1110100110111110010101101011101110111100111011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743765; }

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

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

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

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

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

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

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

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