#743269

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

Shades of Palatinate Purple #743269

Tints of Palatinate Purple #743269

Color information

#743269 (or 0x743269) is unknown color: approx Palatinate Purple. HEX triplet: 74, 32 and 69. RGB value is (116,50,105). Sum of RGB (Red+Green+Blue) = 116+50+105=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 105 (41.41% from 255 or 38.75% from 271); Max value from RGB is 116 - color contains mainly: red. Hex color #743269 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743269 is #8BCD96. Grayscale: #4B4B4B. Windows color (decimal): -9162135 or 6894196. OLE color: 6894196.

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

Color convert

RGB11650105-
CMYK00.570.090.55
HSL310º39.76%32.55%-
HSV(B)310º56.9%45.49%-
XYZ10.897.0114.14-
YUV76144.37156.53-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.80%
GREEN value IS 50 (19.92% from 255) = 18.45%
BLUE value IS 105 (41.41% from 255) = 38.75%
R=42.80%
G=18.45%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1165010500.570.090.5531039.7632.55
Hex7432690399371362821
Octal1646215107111674665041
Binary1110100110010110100101110011001110111100110110101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743269; }

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

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

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

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

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

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

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

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