#743561

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

Shades of Palatinate Purple #743561

Tints of Palatinate Purple #743561

Color information

#743561 (or 0x743561) is unknown color: approx Palatinate Purple. HEX triplet: 74, 35 and 61. RGB value is (116,53,97). Sum of RGB (Red+Green+Blue) = 116+53+97=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 97 (38.28% from 255 or 36.47% from 266); Max value from RGB is 116 - color contains mainly: red. Hex color #743561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743561 is #8BCA9E. Grayscale: #4C4C4C. Windows color (decimal): -9161375 or 6370676. OLE color: 6370676.

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

Color convert

RGB1165397-
CMYK00.540.160.55
HSL318.1º37.28%33.14%-
HSV(B)318.1º54.31%45.49%-
XYZ10.637.1212.12-
YUV76.85139.37155.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.61%
GREEN value IS 53 (21.09% from 255) = 19.92%
BLUE value IS 97 (38.28% from 255) = 36.47%
R=43.61%
G=19.92%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116539700.540.160.55318.137.2833.14
Hex743561036103713e2521
Octal1646514106620674764541
Binary11101001101011100001011011010000110111100111110100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743561; }

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

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

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

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

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

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

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

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