#743568

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

Shades of Palatinate Purple #743568

Tints of Palatinate Purple #743568

Color information

#743568 (or 0x743568) is unknown color: approx Palatinate Purple. HEX triplet: 74, 35 and 68. RGB value is (116,53,104). Sum of RGB (Red+Green+Blue) = 116+53+104=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 116 - color contains mainly: red. Hex color #743568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743568 is #8BCA97. Grayscale: #4D4D4D. Windows color (decimal): -9161368 or 6829428. OLE color: 6829428.

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

Color convert

RGB11653104-
CMYK00.540.100.55
HSL311.43º37.28%33.14%-
HSV(B)311.43º54.31%45.49%-
XYZ10.977.2613.92-
YUV77.65142.87155.35-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.49%
GREEN value IS 53 (21.09% from 255) = 19.41%
BLUE value IS 104 (41.02% from 255) = 38.10%
R=42.49%
G=19.41%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1165310400.540.100.55311.4337.2833.14
Hex743568036A371372521
Octal1646515006612674674541
Binary1110100110101110100001101101010110111100110111100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743568; }

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

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

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

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

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

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

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

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