#743965

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

Shades of Palatinate Purple #743965

Tints of Palatinate Purple #743965

Color information

#743965 (or 0x743965) is unknown color: approx Palatinate Purple. HEX triplet: 74, 39 and 65. RGB value is (116,57,101). Sum of RGB (Red+Green+Blue) = 116+57+101=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 57 (22.66% from 255 or 20.80% from 274); Blue value is 101 (39.84% from 255 or 36.86% from 274); Max value from RGB is 116 - color contains mainly: red. Hex color #743965 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743965 is #8BC69A. Grayscale: #4F4F4F. Windows color (decimal): -9160347 or 6633844. OLE color: 6633844.

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

Color convert

RGB11657101-
CMYK00.510.130.55
HSL315.25º34.1%33.92%-
HSV(B)315.25º50.86%45.49%-
XYZ11.017.5813.19-
YUV79.66140.05153.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.34%
GREEN value IS 57 (22.66% from 255) = 20.80%
BLUE value IS 101 (39.84% from 255) = 36.86%
R=42.34%
G=20.80%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1165710100.510.130.55315.2534.133.92
Hex743965033D3713b2222
Octal1647114506315674734242
Binary1110100111001110010101100111101110111100111011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743965; }

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

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

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

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

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

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

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

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