#743261

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

Shades of Palatinate Purple #743261

Tints of Palatinate Purple #743261

Color information

#743261 (or 0x743261) is unknown color: approx Palatinate Purple. HEX triplet: 74, 32 and 61. RGB value is (116,50,97). Sum of RGB (Red+Green+Blue) = 116+50+97=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 97 (38.28% from 255 or 36.88% from 263); Max value from RGB is 116 - color contains mainly: red. Hex color #743261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743261 is #8BCD9E. Grayscale: #4A4A4A. Windows color (decimal): -9162143 or 6369908. OLE color: 6369908.

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

Color convert

RGB1165097-
CMYK00.570.160.55
HSL317.27º39.76%32.55%-
HSV(B)317.27º56.9%45.49%-
XYZ10.56.8612.08-
YUV75.09140.37157.18-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.11%
GREEN value IS 50 (19.92% from 255) = 19.01%
BLUE value IS 97 (38.28% from 255) = 36.88%
R=44.11%
G=19.01%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116509700.570.160.55317.2739.7632.55
Hex743261039103713d2821
Octal1646214107120674755041
Binary11101001100101100001011100110000110111100111101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743261; }

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

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

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

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

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

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

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

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