#733168

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

Shades of Palatinate Purple #733168

Tints of Palatinate Purple #733168

Color information

#733168 (or 0x733168) is unknown color: approx Palatinate Purple. HEX triplet: 73, 31 and 68. RGB value is (115,49,104). Sum of RGB (Red+Green+Blue) = 115+49+104=268 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.91% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 104 (41.02% from 255 or 38.81% from 268); Max value from RGB is 115 - color contains mainly: red. Hex color #733168 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733168 is #8CCE97. Grayscale: #4A4A4A. Windows color (decimal): -9227928 or 6828403. OLE color: 6828403.

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

Color convert

RGB11549104-
CMYK00.570.100.55
HSL310º40.24%32.16%-
HSV(B)310º57.39%45.1%-
XYZ10.676.8413.85-
YUV75144.37156.53-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.91%
GREEN value IS 49 (19.53% from 255) = 18.28%
BLUE value IS 104 (41.02% from 255) = 38.81%
R=42.91%
G=18.28%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1154910400.570.100.5531040.2432.16
Hex733168039A371362820
Octal1636115007112674665040
Binary1110011110001110100001110011010110111100110110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733168; }

 p { color: rgb(115,49,104); }

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

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

 a { background-color: rgb(115,49,104); }

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

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

 span { border-color: rgb(115,49,104); }

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